Placement::__construct PHP Method

__construct() public method

public __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 )
        public function __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)
        {
            parent::__construct();
            $this->id = $id;
            $this->name = $name;
            $this->description = $description;
            $this->placementCode = $placementCode;
            $this->status = $status;
            $this->isAdSenseTargetingEnabled = $isAdSenseTargetingEnabled;
            $this->adSenseTargetingLocale = $adSenseTargetingLocale;
            $this->targetedAdUnitIds = $targetedAdUnitIds;
            $this->lastModifiedDateTime = $lastModifiedDateTime;
            $this->targetingDescription = $targetingDescription;
            $this->targetingSiteName = $targetingSiteName;
            $this->targetingAdLocation = $targetingAdLocation;
        }

Same methods

Placement::__construct ( $url = null, $id = null, $type = null, $CriterionType = null )