HasHtmlSnippetDynamicAllocationCreative::__construct PHP Method

__construct() public method

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

Usage Example

Ejemplo n.º 1
0
 public function __construct($codeSnippet = null)
 {
     parent::__construct();
     $this->codeSnippet = $codeSnippet;
 }
All Usage Examples Of HasHtmlSnippetDynamicAllocationCreative::__construct
HasHtmlSnippetDynamicAllocationCreative