Newscoop\Controller\Action\Helper\Datatable\Adapter\ThemeFiles::__construct PHP Method

__construct() public method

public __construct ( Newscoop\Service\IThemeService $service, $themeId )
$service Newscoop\Service\IThemeService
    public function __construct(IThemeService $service, $themeId)
    {
        $this->_service = $service;
        $this->_theme = $this->_service->getById($themeId);
    }