code = $code; } /** * Executes the template managed by this executor by eval'ing php code * of the template. */ public function execute() { eval($this->code); } }