ReportQuery::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null )
        public function __construct($dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null)
        {
            $this->dimensions = $dimensions;
            $this->adUnitView = $adUnitView;
            $this->columns = $columns;
            $this->dimensionAttributes = $dimensionAttributes;
            $this->customFieldIds = $customFieldIds;
            $this->contentMetadataKeyHierarchyCustomTargetingKeyIds = $contentMetadataKeyHierarchyCustomTargetingKeyIds;
            $this->startDate = $startDate;
            $this->endDate = $endDate;
            $this->dateRangeType = $dateRangeType;
            $this->statement = $statement;
        }

Same methods

ReportQuery::__construct ( $dimensions = null, $adUnitView = null, $columns = null, $dimensionAttributes = null, $customFieldIds = null, $contentMetadataKeyHierarchyCustomTargetingKeyIds = null, $startDate = null, $endDate = null, $dateRangeType = null, $statement = null, $useSalesLocalTimeZone = null )