PHP 클래스 Learner\Services\Layouts\Category

파일 보기 프로젝트 열기: RryLee/learner.video

보호된 프로퍼티들

프로퍼티 타입 설명
$cateRepository Learner\Repositories\CategoryRepositoryInterface Category Reposotiry.
$categories array All categories.

공개 메소드들

메소드 설명
__construct ( Learner\Repositories\CategoryRepositoryInterface $cateRepository ) Cache the category.
getCategories ( ) : array Get the category in cache.

메소드 상세

__construct() 공개 메소드

Cache the category.
public __construct ( Learner\Repositories\CategoryRepositoryInterface $cateRepository )
$cateRepository Learner\Repositories\CategoryRepositoryInterface

getCategories() 공개 메소드

Get the category in cache.
public getCategories ( ) : array
리턴 array

프로퍼티 상세

$cateRepository 보호되어 있는 프로퍼티

Category Reposotiry.
protected CategoryRepositoryInterface,Learner\Repositories $cateRepository
리턴 Learner\Repositories\CategoryRepositoryInterface

$categories 보호되어 있는 프로퍼티

All categories.
protected array $categories
리턴 array