Exemple #1
0
 public function __construct($id = 0, $owner = null, $organization = null)
 {
     $this->id = $id;
     $this->owner = $owner;
     $this->setOrganization($organization);
     parent::__construct();
 }