Esempio n. 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->uid = uniqid();
     $this->datecreated = new \DateTime('now');
     $this->metadata = new ArrayCollection();
 }
Esempio n. 2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->metadata = new ArrayCollection();
 }