Example #1
0
 protected function _create($name, $methods = array())
 {
     $this->_name = $name;
     parent::_create($name . 'Abstractor', $methods);
     $this->_filePath = Path::instance()->evaluate(':' . $this->project()->name() . ".apps.spirit.@{$name}.php");
 }
Example #2
0
 protected function _create($name, $methods = array())
 {
     $this->_name = $name;
     parent::_create($name . 'Controller', $methods);
     $this->_filePath = \Path::instance()->evaluate(':' . $this->project()->name() . ".apps.controller.@{$name}.php");
 }