PHP Class GraphAware\Neo4j\OGM\Query\Pagination

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Свойство Type Description
$first
$max
$orderBy

Méthodes publiques

Méthode Description
create ( array $filters )
getFirst ( ) : mixed
getMax ( ) : mixed
getOrderBy ( )

Private Methods

Méthode Description
__construct ( $first, $max, $orderBy = null )

Method Details

create() public static méthode

public static create ( array $filters )
$filters array

getFirst() public méthode

public getFirst ( ) : mixed
Résultat mixed

getMax() public méthode

public getMax ( ) : mixed
Résultat mixed

getOrderBy() public méthode

public getOrderBy ( )

Property Details

$first protected_oe property

protected $first

$max protected_oe property

protected $max

$orderBy protected_oe property

protected $orderBy