コード例 #1
0
ファイル: DeliveryProfile.php プロジェクト: dozernz/server
 public function __construct()
 {
     parent::__construct();
     $this->params = new DeliveryProfileDynamicAttributes();
 }