PHP 클래스 Newscoop\Controller\Action\Helper\Datatable\Adapter\ThemeFiles

저자: mihaibalaceanu
상속: extends AAdapter
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$_service Newscoop\Service\Implementation\ThemeServiceLocalFileSystem The theme files service
$_theme Newscoop\Entity\Theme the theme entity

공개 메소드들

메소드 설명
__construct ( Newscoop\Service\IThemeService $service, $themeId )
getCount ( array $params = [], array $cols = [] )
getData ( array $params, array $cols )
search ( $query, array $cols = null )
sort ( array $cols )

메소드 상세

__construct() 공개 메소드

public __construct ( Newscoop\Service\IThemeService $service, $themeId )
$service Newscoop\Service\IThemeService

getCount() 공개 메소드

public getCount ( array $params = [], array $cols = [] )
$params array
$cols array

getData() 공개 메소드

public getData ( array $params, array $cols )
$params array
$cols array

sort() 공개 메소드

public sort ( array $cols )
$cols array

프로퍼티 상세

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

The theme files service
protected ThemeServiceLocalFileSystem,Newscoop\Service\Implementation $_service
리턴 Newscoop\Service\Implementation\ThemeServiceLocalFileSystem

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

the theme entity
protected Newscoop\Entity\Theme $_theme
리턴 Newscoop\Entity\Theme