Chris@0: collectVars($input, $output, $questions); Chris@0: Chris@0: // @DCG The template should be located under directory specified in Chris@0: // $self::templatePath property. Chris@0: $this->addFile() Chris@0: ->path('src/{class}.php') Chris@0: ->template('{{ template_name }}'); Chris@0: } Chris@0: Chris@0: }