PHP Class think\paginator\Collection

Inheritance: extends think\Collection
Afficher le fichier Open project: top-think/framework Class Usage Examples

Protected Properties

Свойство Type Description
$paginator think\Paginator

Méthodes publiques

Méthode Description
__call ( $method, $args )
__construct ( $items = [], Paginator $paginator = null )
make ( $items = [], Paginator $paginator = null )
toArray ( )

Method Details

__call() public méthode

public __call ( $method, $args )

__construct() public méthode

public __construct ( $items = [], Paginator $paginator = null )
$paginator think\Paginator

make() public static méthode

public static make ( $items = [], Paginator $paginator = null )
$paginator think\Paginator

toArray() public méthode

public toArray ( )

Property Details

$paginator protected_oe property

protected Paginator,think $paginator
Résultat think\Paginator