_value = $value; $this->_context = $context; } /** * Validates the value. * * @throws Ai1ec_Value_Not_Valid_Exception if the velue is not valid. * * @return mixed the validated value (allows to set it to default) */ abstract public function validate(); }