Viewing file: CdDocuments.php (17.33 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php namespace Modules\Models; class CdDocuments extends \Phalcon\Mvc\Model {
/** * * @var integer * @Primary * @Identity * @Column(column="docid", type="integer", length=11, nullable=false) */ protected $docid;
/** * * @var string * @Column(column="identification", type="string", length=200, nullable=true) */ protected $identification;
/** * * @var string * @Column(column="proof_address", type="string", length=200, nullable=true) */ protected $proof_address;
/** * * @var string * @Column(column="curp", type="string", length=200, nullable=true) */ protected $curp;
/** * * @var string * @Column(column="rfc", type="string", length=200, nullable=true) */ protected $rfc;
/** * * @var string * @Column(column="birth_certificate", type="string", length=200, nullable=true) */ protected $birth_certificate;
/** * * @var string * @Column(column="proof_payment", type="string", length=200, nullable=true) */ protected $proof_payment;
/** * * @var string * @Column(column="date_finish", type="string", nullable=true) */ protected $date_finish;
/** * * @var string * @Column(column="final_price", type="string", length=200, nullable=true) */ protected $final_price;
/** * * @var string * @Column(column="comition", type="string", length=200, nullable=true) */ protected $comition;
/** * * @var integer * @Column(column="imid", type="integer", length=11, nullable=false) */ protected $imid;
/** * * @var string * @Column(column="proof_marriage", type="string", length=200, nullable=true) */ protected $proof_marriage;
/** * * @var string * @Column(column="constitutive_act", type="string", length=200, nullable=true) */ protected $constitutive_act;
/** * * @var string * @Column(column="power", type="string", length=200, nullable=true) */ protected $power;
/** * * @var string * @Column(column="proxied_identity", type="string", length=200, nullable=true) */ protected $proxied_identity;
/** * * @var string * @Column(column="birth_certificate_moral", type="string", length=200, nullable=true) */ protected $birth_certificate_moral;
/** * * @var string * @Column(column="proof_address_moral", type="string", length=200, nullable=true) */ protected $proof_address_moral;
/** * * @var string * @Column(column="rfc_moral", type="string", length=200, nullable=true) */ protected $rfc_moral;
/** * * @var string * @Column(column="photo_property", type="string", length=200, nullable=true) */ protected $photo_property;
/** * * @var string * @Column(column="contract", type="string", length=200, nullable=true) */ protected $contract;
/** * * @var string * @Column(column="lease", type="string", length=200, nullable=true) */ protected $lease;
/** * * @var string * @Column(column="predial", type="string", length=200, nullable=true) */ protected $predial;
/** * * @var string * @Column(column="identification_conyugue", type="string", length=200, nullable=true) */ protected $identification_conyugue;
/** * * @var string * @Column(column="certificate_conyugue", type="string", length=200, nullable=true) */ protected $certificate_conyugue;
/** * * @var string * @Column(column="marrige_conyugue", type="string", length=200, nullable=true) */ protected $marrige_conyugue;
/** * * @var string * @Column(column="rfc_conyugue", type="string", length=200, nullable=true) */ protected $rfc_conyugue;
/** * * @var string * @Column(column="curp_conyugue", type="string", length=100, nullable=true) */ protected $curp_conyugue;
/** * * @var string * @Column(column="contract_anex", type="string", length=120, nullable=true) */ protected $contract_anex;
/** * Method to set the value of field docid * * @param integer $docid * @return $this */ public function setDocid($docid) { $this->docid = $docid;
return $this; }
/** * Method to set the value of field identification * * @param string $identification * @return $this */ public function setIdentification($identification) { $this->identification = $identification;
return $this; }
/** * Method to set the value of field proof_address * * @param string $proof_address * @return $this */ public function setProofAddress($proof_address) { $this->proof_address = $proof_address;
return $this; }
/** * Method to set the value of field curp * * @param string $curp * @return $this */ public function setCurp($curp) { $this->curp = $curp;
return $this; }
/** * Method to set the value of field rfc * * @param string $rfc * @return $this */ public function setRfc($rfc) { $this->rfc = $rfc;
return $this; }
/** * Method to set the value of field birth_certificate * * @param string $birth_certificate * @return $this */ public function setBirthCertificate($birth_certificate) { $this->birth_certificate = $birth_certificate;
return $this; }
/** * Method to set the value of field proof_payment * * @param string $proof_payment * @return $this */ public function setProofPayment($proof_payment) { $this->proof_payment = $proof_payment;
return $this; }
/** * Method to set the value of field date_finish * * @param string $date_finish * @return $this */ public function setDateFinish($date_finish) { $this->date_finish = $date_finish;
return $this; }
/** * Method to set the value of field final_price * * @param string $final_price * @return $this */ public function setFinalPrice($final_price) { $this->final_price = $final_price;
return $this; }
/** * Method to set the value of field comition * * @param string $comition * @return $this */ public function setComition($comition) { $this->comition = $comition;
return $this; }
/** * Method to set the value of field imid * * @param integer $imid * @return $this */ public function setImid($imid) { $this->imid = $imid;
return $this; }
/** * Method to set the value of field proof_marriage * * @param string $proof_marriage * @return $this */ public function setProofMarriage($proof_marriage) { $this->proof_marriage = $proof_marriage;
return $this; }
/** * Method to set the value of field constitutive_act * * @param string $constitutive_act * @return $this */ public function setConstitutiveAct($constitutive_act) { $this->constitutive_act = $constitutive_act;
return $this; }
/** * Method to set the value of field power * * @param string $power * @return $this */ public function setPower($power) { $this->power = $power;
return $this; }
/** * Method to set the value of field proxied_identity * * @param string $proxied_identity * @return $this */ public function setProxiedIdentity($proxied_identity) { $this->proxied_identity = $proxied_identity;
return $this; }
/** * Method to set the value of field birth_certificate_moral * * @param string $birth_certificate_moral * @return $this */ public function setBirthCertificateMoral($birth_certificate_moral) { $this->birth_certificate_moral = $birth_certificate_moral;
return $this; }
/** * Method to set the value of field proof_address_moral * * @param string $proof_address_moral * @return $this */ public function setProofAddressMoral($proof_address_moral) { $this->proof_address_moral = $proof_address_moral;
return $this; }
/** * Method to set the value of field rfc_moral * * @param string $rfc_moral * @return $this */ public function setRfcMoral($rfc_moral) { $this->rfc_moral = $rfc_moral;
return $this; }
/** * Method to set the value of field photo_property * * @param string $photo_property * @return $this */ public function setPhotoProperty($photo_property) { $this->photo_property = $photo_property;
return $this; }
/** * Method to set the value of field contract * * @param string $contract * @return $this */ public function setContract($contract) { $this->contract = $contract;
return $this; }
/** * Method to set the value of field lease * * @param string $lease * @return $this */ public function setLease($lease) { $this->lease = $lease;
return $this; }
/** * Method to set the value of field predial * * @param string $predial * @return $this */ public function setPredial($predial) { $this->predial = $predial;
return $this; }
/** * Method to set the value of field identification_conyugue * * @param string $identification_conyugue * @return $this */ public function setIdentificationConyugue($identification_conyugue) { $this->identification_conyugue = $identification_conyugue;
return $this; }
/** * Method to set the value of field certificate_conyugue * * @param string $certificate_conyugue * @return $this */ public function setCertificateConyugue($certificate_conyugue) { $this->certificate_conyugue = $certificate_conyugue;
return $this; }
/** * Method to set the value of field marrige_conyugue * * @param string $marrige_conyugue * @return $this */ public function setMarrigeConyugue($marrige_conyugue) { $this->marrige_conyugue = $marrige_conyugue;
return $this; }
/** * Method to set the value of field rfc_conyugue * * @param string $rfc_conyugue * @return $this */ public function setRfcConyugue($rfc_conyugue) { $this->rfc_conyugue = $rfc_conyugue;
return $this; }
/** * Method to set the value of field curp_conyugue * * @param string $curp_conyugue * @return $this */ public function setCurpConyugue($curp_conyugue) { $this->curp_conyugue = $curp_conyugue;
return $this; }
/** * Method to set the value of field contract_anex * * @param string $contract_anex * @return $this */ public function setContractAnex($contract_anex) { $this->contract_anex = $contract_anex;
return $this; }
/** * Returns the value of field docid * * @return integer */ public function getDocid() { return $this->docid; }
/** * Returns the value of field identification * * @return string */ public function getIdentification() { return $this->identification; }
/** * Returns the value of field proof_address * * @return string */ public function getProofAddress() { return $this->proof_address; }
/** * Returns the value of field curp * * @return string */ public function getCurp() { return $this->curp; }
/** * Returns the value of field rfc * * @return string */ public function getRfc() { return $this->rfc; }
/** * Returns the value of field birth_certificate * * @return string */ public function getBirthCertificate() { return $this->birth_certificate; }
/** * Returns the value of field proof_payment * * @return string */ public function getProofPayment() { return $this->proof_payment; }
/** * Returns the value of field date_finish * * @return string */ public function getDateFinish() { return $this->date_finish; }
/** * Returns the value of field final_price * * @return string */ public function getFinalPrice() { return $this->final_price; }
/** * Returns the value of field comition * * @return string */ public function getComition() { return $this->comition; }
/** * Returns the value of field imid * * @return integer */ public function getImid() { return $this->imid; }
/** * Returns the value of field proof_marriage * * @return string */ public function getProofMarriage() { return $this->proof_marriage; }
/** * Returns the value of field constitutive_act * * @return string */ public function getConstitutiveAct() { return $this->constitutive_act; }
/** * Returns the value of field power * * @return string */ public function getPower() { return $this->power; }
/** * Returns the value of field proxied_identity * * @return string */ public function getProxiedIdentity() { return $this->proxied_identity; }
/** * Returns the value of field birth_certificate_moral * * @return string */ public function getBirthCertificateMoral() { return $this->birth_certificate_moral; }
/** * Returns the value of field proof_address_moral * * @return string */ public function getProofAddressMoral() { return $this->proof_address_moral; }
/** * Returns the value of field rfc_moral * * @return string */ public function getRfcMoral() { return $this->rfc_moral; }
/** * Returns the value of field photo_property * * @return string */ public function getPhotoProperty() { return $this->photo_property; }
/** * Returns the value of field contract * * @return string */ public function getContract() { return $this->contract; }
/** * Returns the value of field lease * * @return string */ public function getLease() { return $this->lease; }
/** * Returns the value of field predial * * @return string */ public function getPredial() { return $this->predial; }
/** * Returns the value of field identification_conyugue * * @return string */ public function getIdentificationConyugue() { return $this->identification_conyugue; }
/** * Returns the value of field certificate_conyugue * * @return string */ public function getCertificateConyugue() { return $this->certificate_conyugue; }
/** * Returns the value of field marrige_conyugue * * @return string */ public function getMarrigeConyugue() { return $this->marrige_conyugue; }
/** * Returns the value of field rfc_conyugue * * @return string */ public function getRfcConyugue() { return $this->rfc_conyugue; }
/** * Returns the value of field curp_conyugue * * @return string */ public function getCurpConyugue() { return $this->curp_conyugue; }
/** * Returns the value of field contract_anex * * @return string */ public function getContractAnex() { return $this->contract_anex; }
/** * Initialize method for model. */ public function initialize() {
$this->setSource("at_documents"); $this->belongsTo('imid', '\CdInmueble', 'imid', ['alias' => 'CdInmueble']); }
/** * Returns table name mapped in the model. * * @return string */ public function getSource() { return 'at_documents'; }
/** * Allows to query a set of records that match the specified conditions * * @param mixed $parameters * @return CdDocuments[]|CdDocuments|\Phalcon\Mvc\Model\ResultSetInterface */ public static function find($parameters = null) { return parent::find($parameters); }
/** * Allows to query the first record that match the specified conditions * * @param mixed $parameters * @return CdDocuments|\Phalcon\Mvc\Model\ResultInterface */ public static function findFirst($parameters = null) { return parent::findFirst($parameters); }
}
|