/** * Sets the option $optionName to $optionValue. * Supported options for content are : * - class_identifier * - remote_id => ID you can define to easily retrieve an object * - section_id => Section ID for object * - creator_id => Object creator UserID * - language => Language for object * @see lib/ezc/Base/src/ezcBaseOptions::__set() * @param string $optionName * @param mixed $optionValue * @throws ezcBasePropertyNotFoundException */ public function __set($optionName, $optionValue) { parent::__set($optionName, $optionValue); }
/** * (non-PHPdoc) * @see lib/ezc/Base/src/ezcBaseOptions::__set() */ public function __set($name, $value) { parent::__set($name, $value); }