PHP Class Nwidart\Modules\Collection

Inheritance: extends Illuminate\Support\Collection
Show file Open project: nwidart/laravel-modules Class Usage Examples

Public Methods

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

Method Details

getItems() public method

Get items collections.
public getItems ( ) : array
return array

toArray() public method

Get the collection of items as a plain array.
public toArray ( ) : array
return array