Newscoop\Controller\Action\Helper\Datatable\Adapter\Theme::__construct PHP 메소드

__construct() 공개 메소드

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