PHP 클래스 Nwidart\Modules\Collection

상속: extends Illuminate\Support\Collection
파일 보기 프로젝트 열기: nwidart/laravel-modules 1 사용 예제들

공개 메소드들

메소드 설명
getItems ( ) : array Get items collections.
toArray ( ) : array Get the collection of items as a plain array.

메소드 상세

getItems() 공개 메소드

Get items collections.
public getItems ( ) : array
리턴 array

toArray() 공개 메소드

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