PHP Class Nwidart\Modules\Collection

Inheritance: extends Illuminate\Support\Collection
Afficher le fichier Open project: nwidart/laravel-modules Class Usage Examples

Méthodes publiques

Méthode Description
getItems ( ) : array Get items collections.
toArray ( ) : array Get the collection of items as a plain array.

Method Details

getItems() public méthode

Get items collections.
public getItems ( ) : array
Résultat array

toArray() public méthode

Get the collection of items as a plain array.
public toArray ( ) : array
Résultat array