PHP 클래스 Components\Posts\Services\PostsService

파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
getCategories ( string $type = 'post' ) : Object Get recent categories
getFeaturedPost ( integer $category_id ) : Object Get recent featured post for a category
getRecent ( string $type = 'post', integer $qty = 10 ) : Object Get recent posts

메소드 상세

getCategories() 공개 메소드

Get recent categories
public getCategories ( string $type = 'post' ) : Object
$type string
리턴 Object

getFeaturedPost() 공개 메소드

Get recent featured post for a category
public getFeaturedPost ( integer $category_id ) : Object
$category_id integer [description]
리턴 Object

getRecent() 공개 메소드

Get recent posts
public getRecent ( string $type = 'post', integer $qty = 10 ) : Object
$type string [description]
$qty integer [description]
리턴 Object