ContactPage::__construct PHP 메소드

__construct() 공개 메소드

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;
        }