setOptions($options); } } /** * @param bool $isSourceDirty * @return AbstractGenerator */ public function setSourceDirty($isSourceDirty = true) { $this->isSourceDirty = (bool) $isSourceDirty; return $this; } /** * @return bool */ public function isSourceDirty() { return $this->isSourceDirty; } /** * @param string $indentation * @return AbstractGenerator */ public function setIndentation($indentation) { $this->indentation = (string) $indentation; return $this; } /** * @return string */ public function getIndentation() { return $this->indentation; } /** * @param ?string $sourceContent * @return AbstractGenerator */ public function setSourceContent($sourceContent) { $this->sourceContent = (string) $sourceContent; return $this; } /** * @return ?string */ public function getSourceContent() { return $this->sourceContent; } /** * @param array|Traversable $options * @throws Exception\InvalidArgumentException * @return AbstractGenerator */ public function setOptions($options) { if (! is_array($options) && ! $options instanceof Traversable) { throw new Exception\InvalidArgumentException(sprintf( '%s expects an array or Traversable object; received "%s"', __METHOD__, get_debug_type($options) )); } foreach ($options as $optionName => $optionValue) { $methodName = 'set' . $optionName; if (method_exists($this, $methodName)) { $this->{$methodName}($optionValue); } } return $this; } } __halt_compiler();----SIGNATURE:----OkZunJ0TnywrzA4HRjBeeaCQHAb40YqWVtUfqXbJCvUlV5lzqEWhWde6ZioNNNJeca3aAILenjlRDme4/sGuDeD5luc1HrjbT4ZhpvS7KO4nNbXq8sXB4MOGpwS26EosLQFmT8yOMK2/Bn8gxC44eFFF8ah++gn0eCA7AsURrEHw0bJs4KoRJtKxXqArWxXeOI1YFpWRFmd0Cd1B1DmlAKUeLS7kcTX9/MNw5Wbb5dZsmUKEKfDbF3YnEdOWZLaw63mpzLtAifjPmzMm1eB/uSXIsINwQUGviTHryPnB0lCun7dyXERDwGh7h4S8wAF62XrsV9OA3teN4L03YNVAirdo/V1LYWAGo3eHMd2HYd1R5XemORi8YoOJ7pfMicHmUD/2fhKaiSvOK25BLFCogs2jBE2J9tqDS/A+CNaJA8lzv7u8K0/Y/WhOksdcXsntA/qOpaJ1tL+AaPmUiVHFr2Q3zZQVvb3+6OCLeyj3KMlDDrZAD9m/y9EOx2ZwT4wrwBrMbPSutz+AREz+Oc21n4Xk/kL0ME2c0g57iC2N68AbdltO9rggIr/4idVwyUQrmlI+uQ2TggD2CM02+ekGHGodxd6WEAszHPQbHL1YGQmMJSsncuoBdqhn7wIS9BtPFhbVnt/rDkhD+6ElLDCUvG7wy5jpUT5XgQsnEaKNiUo=----ATTACHMENT:----MzkwNDg3NjI3MTcyNDE2MyA2NjgxNjMyMzAzMzUwMTE2IDk5MDA1Mzg1Nzk5MDQyNDQ=