PHP 클래스 App\Repositories\CategoryRepository

파일 보기 프로젝트 열기: forehalo/materialize-blog 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$model app\models\Category Category Model object.

공개 메소드들

메소드 설명
__construct ( Category $category ) CategoryRepository constructor.
all ( ) : mixed Get all Categories.
getById ( $id ) Get by category id.

메소드 상세

__construct() 공개 메소드

CategoryRepository constructor.
public __construct ( Category $category )
$category app\models\Category

all() 공개 메소드

Get all Categories.
public all ( ) : mixed
리턴 mixed

getById() 공개 메소드

Get by category id.
public getById ( $id )
$id

프로퍼티 상세

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

Category Model object.
protected Category,App\Models $model
리턴 app\models\Category