ReportDefinition::__construct PHP Method

__construct() public method

public __construct ( $id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null )
        public function __construct($id = null, $selector = null, $reportName = null, $reportType = null, $hasAttachment = null, $dateRangeType = null, $downloadFormat = null, $creationTime = null)
        {
            $this->id = $id;
            $this->selector = $selector;
            $this->reportName = $reportName;
            $this->reportType = $reportType;
            $this->hasAttachment = $hasAttachment;
            $this->dateRangeType = $dateRangeType;
            $this->downloadFormat = $downloadFormat;
            $this->creationTime = $creationTime;
        }