__construct() public method

public __construct ( $ProductDimensionType = null )
コード例 #1
0
ファイル: ProductType.php プロジェクト: nediam/adwords-lib
 public function __construct($type = null, $value = null, $ProductDimensionType = null)
 {
     parent::__construct();
     $this->type = $type;
     $this->value = $value;
     $this->ProductDimensionType = $ProductDimensionType;
 }
コード例 #2
0
 public function __construct($ProductDimensionType = null)
 {
     parent::__construct();
     $this->ProductDimensionType = $ProductDimensionType;
 }
コード例 #3
0
 public function __construct($channel = null, $ProductDimensionType = null)
 {
     parent::__construct();
     $this->channel = $channel;
     $this->ProductDimensionType = $ProductDimensionType;
 }