예제 #1
0
 public function initialize()
 {
     $this->tag->setTitle('Home');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Documentos de Categorias ');
     parent::initialize();
     $this->entity = new CategoriesDocuments();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Controladores ');
     parent::initialize();
     $this->entity = new Controllers();
 }
 public function initialize()
 {
     $this->tag->setTitle('Consultas');
     parent::initialize();
 }
예제 #5
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Grupos ');
     parent::initialize();
     $this->entity = new Groups();
 }
예제 #6
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Módulos ');
     parent::initialize();
     $this->entity = new Modules();
 }
예제 #7
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Empresas ');
     parent::initialize();
     $this->entity = new Empresas();
 }
예제 #8
0
 public function initialize()
 {
     $this->tag->setTitle('Telefonia');
     parent::initialize();
 }
예제 #9
0
 /**
  *
  */
 public function initialize()
 {
     $this->tag->setTitle(' Login ');
     parent::initialize();
     $this->view->setTemplateBefore('public');
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Funcionarios ');
     parent::initialize();
     $this->entity = new Funcionarios();
 }
예제 #11
0
 public function initialize()
 {
     $this->tag->setTitle('Exportar Arquivos');
     parent::initialize();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle('Linhas Telefonia Celular');
     parent::initialize();
     $this->entity = new AccessLine();
 }
예제 #13
0
 public function initialize()
 {
     $this->tag->setTitle('Relatórios');
     parent::initialize();
 }
예제 #14
0
 public function initialize()
 {
     parent::initialize();
     $this->view->setTemplateBefore('public');
 }
 public function initialize()
 {
     $this->tag->setTitle('Documentos');
     parent::initialize();
 }
예제 #16
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Ações ');
     parent::initialize();
     $this->entity = new Actions();
 }
예제 #17
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Menus ');
     parent::initialize();
     $this->entity = new Menus();
 }
예제 #18
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Usuários ');
     parent::initialize();
     $this->entity = new Users();
 }
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle(' Departamentos ');
     parent::initialize();
     $this->entity = new Departments();
 }
예제 #20
0
 /**
  * initialize
  */
 public function initialize()
 {
     $this->tag->setTitle('Perfis');
     parent::initialize();
     $this->entity = new Perfils();
 }