/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'RecaudosTiposSacramento';
     $this->collectionName = 'recaudosTiposSacramentos';
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Municipio';
     $this->collectionName = 'municipios';
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'JerarquiasIglesia';
     $this->collectionName = 'jerarquiasIglesias';
 }
 public function __construct()
 {
     parent::__construct();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Parroquia';
     $this->collectionName = 'parroquias';
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'EstructurasIglesia';
     $this->collectionName = 'estructurasIglesias';
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'EstadosCivil';
     $this->collectionName = 'estadosCiviles';
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'TiposNacionalidad';
     $this->collectionName = 'tiposNacionalidades';
 }
Example #9
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'Pais';
     $this->collectionName = 'paises';
 }
Example #10
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->users = Sentinel::getUserRepository();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->modelName = 'DocumentosIdentidad';
     $this->collectionName = 'documentosIdentidades';
 }