コード例 #1
0
 public function __construct()
 {
     $this->objectClass = new ArrayCollection();
     $hydrater = new Hydrater(get_class($this));
     $hydrater->defineCollection($this);
     $hydrater->defineObjectClass($this);
 }
コード例 #2
0
ファイル: Entity.php プロジェクト: toshy62/openldapobject
 public function __construct()
 {
     $hydrater = new Hydrater(get_class($this));
     $hydrater->defineCollection($this);
 }