コード例 #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'RecaudosTiposSacramento';
     $this->collectionName = 'recaudosTiposSacramentos';
 }
コード例 #2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Municipio';
     $this->collectionName = 'municipios';
 }
コード例 #3
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'JerarquiasIglesia';
     $this->collectionName = 'jerarquiasIglesias';
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #5
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Parroquia';
     $this->collectionName = 'parroquias';
 }
コード例 #6
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'EstructurasIglesia';
     $this->collectionName = 'estructurasIglesias';
 }
コード例 #7
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'EstadosCivil';
     $this->collectionName = 'estadosCiviles';
 }
コード例 #8
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'TiposNacionalidad';
     $this->collectionName = 'tiposNacionalidades';
 }
コード例 #9
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Pais';
     $this->collectionName = 'paises';
 }
コード例 #10
0
ファイル: UsersController.php プロジェクト: reysmerwvr/jenion
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->users = Sentinel::getUserRepository();
 }
コード例 #11
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'DocumentosIdentidad';
     $this->collectionName = 'documentosIdentidades';
 }