Esempio n. 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->repositories = new ArrayCollection();
     $this->lastRepositoriesUpdateDate = new \DateTime();
 }