Example #1
0
 /**
  */
 protected function __construct()
 {
     parent::__construct();
     $this->isDone = false;
 }
 /**
  */
 public function __construct()
 {
     parent::__construct();
 }
Example #3
0
 /**
  * @param Identity $id
  */
 protected function __construct(\Apha\Domain\Identity $id)
 {
     $this->id = $id;
     parent::__construct();
 }