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:----afJGBSey42/eWAkE2iGKL4WYFhnXA46ZgPd2QT2b/MQTMceAPERqXoDoaD4wGyEV19Jhs/On9TEyd/tsRIDye94UvfQqDPVimmQKpMPp8MZmvaH8eBRNlcOroWEGr3ZzwyhMtiQmIpBpQ+Hi6agJ+6dhp0jNME3uwbWbU/5JMR/Ffxwpn6vnOEqmzVira14RvZt318k6HlLI2IaDsaOJ21xv2gSf8XQMa6OE5R6L8zSb/3ozC+14QNbSS3pvpv8t8ph0ktNchwExno622pHBxpzLDDRtfLUSJvCAHaews4RMfEuKnJPmCVoz7JlcQnsKBhto99cKVF1vtn/DfwYeYbYChiTY4fnm3KOkw5pTrtMePSp6JBwVXdF1sLEQciY9irA0k0IRRsOq/G3xMzAVJSrZ6AhRyH7zOqiV+E8VUicXDVr8t+7iI83kph+NmzW4B9iuTlXmur+KYH+A0n/XRRBaK5lXsm3DtqDSnhrMptzFfyb7p3nwxje+nt95++aV7M2/IdbyDdvN89/mmlAWP6j/Nip+n2rrs67NtAECtev14aCbVCeTQkVj8BBusMYGDIuFDwEcJHWAhFs+sMaTliH38tEACIXzob/YUUaFe8abL+zAdfUueiSwHudE6ftzm2FfxIJZinuvC1q/h3hB04+pFqqN2mVugM0aB7u+Aww=----ATTACHMENT:----MTY1MjMxNjMwMTc5MjcyNyA2NDA2NTQ0NDg5Nzc0NTIxIDU0MDI5MTk4MjUxNjAyNzY=