CreativeWrapperAction::__construct PHP Méthode

__construct() public méthode

public __construct ( )
        public function __construct()
        {
        }

Usage Example

 public function __construct($CreativeWrapperActionType = NULL)
 {
     parent::__construct();
     $this->CreativeWrapperActionType = $CreativeWrapperActionType;
 }
All Usage Examples Of CreativeWrapperAction::__construct