HasHtmlSnippetDynamicAllocationCreative::__construct PHP Method

__construct() public method

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

Usage Example

 public function __construct($codeSnippet = null)
 {
     parent::__construct();
     $this->codeSnippet = $codeSnippet;
 }
All Usage Examples Of HasHtmlSnippetDynamicAllocationCreative::__construct
HasHtmlSnippetDynamicAllocationCreative