Docs of Combie\Struktur\ArrayPager
Combie\Struktur\Pager\
Combie\Struktur\ArrayPager
- Type
- Class
- Description
- Array Pager - Blätterfunktion
- Blättern in Array Strukturen
- Used Packages
- None
- Children
- None
- Implemented Interfaces
- None
- Constants
- None
- Properties
- Inherited Properties
- None
- Methods
- Inherited Methods
- See
- None
- Links
- None
- Todo
- None
- Source
- packages/Combie/Struktur/ArrayPager.php
- Version
- Undefined
- Since
- forever
- Authors
- None
- Copyright
- © Undefined
- Licence
- Undefined
Properties
private array $array
- Description
- None
- See
- None
- Links
- None
- Todo
- None
- Authors
- None
- Since
- forever
Methods
public void __construct(mixed $array, mixed $perpage = 1)
- Description
- None
- Parameters
- $array
- $perpage
- Returns
- Keine Rückgabe
- Throws
- None
- See
- None
- Links
- None
- Todo
- None
- Since
- forever
- Authors
- None
public array page(mixed $index)
- Description
- Page
- Gibt einen Arrayausschnitt zurück
- Parameters
- $index
- Returns
- Arrayausschnitt
- Throws
- None
- See
- None
- Links
- None
- Todo
- None
- Since
- forever
- Authors
- None
Example
Not available