ContentPage::__construct PHP Method

__construct() public method

public __construct ( $totalResultSetSize = null, $startIndex = null, $results = null )
        public function __construct($totalResultSetSize = null, $startIndex = null, $results = null)
        {
            $this->totalResultSetSize = $totalResultSetSize;
            $this->startIndex = $startIndex;
            $this->results = $results;
        }