Example #1
0
 public function __construct()
 {
     parent::__construct(__NAMESPACE__);
     $this->form = 'Projeto\\Form\\ManterProjeto';
     $this->service = 'Projeto\\Service\\Projeto';
 }
Example #2
0
 public function __construct()
 {
     parent::__construct(__NAMESPACE__);
     $this->form = 'Pessoa\\Form\\ManterPessoa';
     $this->service = 'Pessoa\\Service\\PessoaFisica';
 }
 public function __construct()
 {
     parent::__construct(__CLASS__);
     $this->service = 'Perfil\\Service\\PerfilUsuario';
 }
Example #4
0
 public function __construct()
 {
     parent::__construct(__NAMESPACE__);
     $this->form = 'Empreendimento\\Form\\ManterEmpreendimento';
     $this->service = 'Empreendimento\\Service\\Empreendimento';
 }