Newscoop\Service\IThemeManagementService::installTheme PHP Метод

installTheme() публичный Метод

Updates the theme.
public installTheme ( str $filePath ) : boolean
$filePath str The file path to the zip containing the theme, not null.
Результат boolean True if the theme was succesfully added, false otherwise.
    function installTheme($filePath);