예제 #1
0
 public function __construct(App $app, Modulo $modulo)
 {
     parent::__construct($app);
     $this->title = _($modulo->getNome());
     $this->subtitle = _($modulo->getDescricao());
 }
예제 #2
0
 /**
  * {@inheritDoc}
  */
 public function getNome()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNome', array());
     return parent::getNome();
 }