GraphAware\Neo4j\OGM\Query\Pagination::__construct PHP Метод

__construct() приватный Метод

private __construct ( $first, $max, $orderBy = null )
    private function __construct($first, $max, $orderBy = null)
    {
        $this->first = $first;
        $this->max = $max;
        $this->orderBy = $orderBy;
    }