protected function handleCodePhp($input, $name = '') { $handler = new CodeHandler($input, $name); return $handler->parse(); }
/** * @param $input * @param string $name * * @throws \ErrorException * * @return array */ public function handleCode($input, $name = '') { $handler = new CodeHandler($input, $name); return $handler->parse(); }