code = $code; } /** * Return this source code * * @return string */ public function __toString() { return (string) $this->code; } /** * {@inheritdoc} */ public function filterConfig($target) { return ($target === 'JS') ? $this : null; } }