Ejemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $now = new \DateTime();
     $this->setValue($now);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nested = new ArrayCollection();
     $this->allowedTemplates = new ArrayCollection();
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->medias = new ArrayCollection();
 }