예제 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->mesesPagos = new \Doctrine\Common\Collections\ArrayCollection();
     $this->pagos = new \Doctrine\Common\Collections\ArrayCollection();
     $this->asosiationId = base_convert(sha1(uniqid(mt_rand(), true)), 16, 36);
     $this->sancionado = false;
 }
예제 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->pagosRealizados = new \Doctrine\Common\Collections\ArrayCollection();
 }