コード例 #1
0
 public function __construct($CustomTargetingKeyActionType = NULL)
 {
     if (get_parent_class('DeleteCustomTargetingKeys')) {
         parent::__construct();
     }
     $this->CustomTargetingKeyActionType = $CustomTargetingKeyActionType;
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct($CustomTargetingKeyActionType = NULL)
 {
     parent::__construct();
     $this->CustomTargetingKeyActionType = $CustomTargetingKeyActionType;
 }