Placement::__construct PHP Method

__construct() public method

public __construct ( $url = null, $id = null, $type = null, $CriterionType = null )
        public function __construct($url = null, $id = null, $type = null, $CriterionType = null)
        {
            parent::__construct();
            $this->url = $url;
            $this->id = $id;
            $this->type = $type;
            $this->CriterionType = $CriterionType;
        }

Same methods

Placement::__construct ( $id = null, $name = null, $description = null, $placementCode = null, $status = null, $isAdSenseTargetingEnabled = null, $adSenseTargetingLocale = null, $targetedAdUnitIds = null, $lastModifiedDateTime = null, $targetingDescription = null, $targetingSiteName = null, $targetingAdLocation = null )