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

__construct() public method

public __construct ( Newscoop\Service\IThemeManagementService $service )
$service Newscoop\Service\IThemeManagementService
    public function __construct(IThemeManagementService $service)
    {
        $this->_service = $service;
    }