declaredFunctions = $declaredFunctions; } /** * @return array */ public function getDeclaredFunctions() { return $this->declaredFunctions; } } ?>