AdExchangeCreative::__construct PHP Method

__construct() public method

public __construct ( $isNativeEligible = null, $isInterstitial = null, $codeSnippet = null )
        public function __construct($isNativeEligible = null, $isInterstitial = null, $codeSnippet = null)
        {
            parent::__construct();
            $this->isNativeEligible = $isNativeEligible;
            $this->isInterstitial = $isInterstitial;
            $this->codeSnippet = $codeSnippet;
        }