コード例 #1
0
ファイル: ExtendUser.php プロジェクト: Maksold/platform
 /**
  * Constructor
  *
  * The real implementation of this method is auto generated.
  *
  * IMPORTANT: If the derived class has own constructor it must call parent constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     $this->addresses = new ArrayCollection();
     parent::__construct();
 }