path = $path; } /** * Executes the template managed by this executor by including * the php file containing the template. */ public function execute() { include($this->path); } }