PHP Class GraphAware\Neo4j\OGM\Query\Pagination

Show file Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$first
$max
$orderBy

Public Methods

Method Description
create ( array $filters )
getFirst ( ) : mixed
getMax ( ) : mixed
getOrderBy ( )

Private Methods

Method Description
__construct ( $first, $max, $orderBy = null )

Method Details

create() public static method

public static create ( array $filters )
$filters array

getFirst() public method

public getFirst ( ) : mixed
return mixed

getMax() public method

public getMax ( ) : mixed
return mixed

getOrderBy() public method

public getOrderBy ( )

Property Details

$first protected property

protected $first

$max protected property

protected $max

$orderBy protected property

protected $orderBy