PHP Class Newscoop\Controller\Action\Helper\Datatable\Adapter\ThemeFiles

Author: mihaibalaceanu
Inheritance: extends AAdapter
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$_service Newscoop\Service\Implementation\ThemeServiceLocalFileSystem The theme files service
$_theme Newscoop\Entity\Theme the theme entity

Méthodes publiques

Méthode Description
__construct ( Newscoop\Service\IThemeService $service, $themeId )
getCount ( array $params = [], array $cols = [] )
getData ( array $params, array $cols )
search ( $query, array $cols = null )
sort ( array $cols )

Method Details

__construct() public méthode

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

getCount() public méthode

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

getData() public méthode

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

sort() public méthode

public sort ( array $cols )
$cols array

Property Details

$_service protected_oe property

The theme files service
protected ThemeServiceLocalFileSystem,Newscoop\Service\Implementation $_service
Résultat Newscoop\Service\Implementation\ThemeServiceLocalFileSystem

$_theme protected_oe property

the theme entity
protected Newscoop\Entity\Theme $_theme
Résultat Newscoop\Entity\Theme