PHP Class Newscoop\Installer\Services\DemositeService

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$filesystem
$installDir
$logger
$templatesDir

Méthodes publiques

Méthode Description
__construct ( object $logger )
copyTemplate ( string $templateName = 'empty' ) Copy templates
installEmptyTheme ( ) Install empty theme

Method Details

__construct() public méthode

public __construct ( object $logger )
$logger object

copyTemplate() public méthode

Copy templates
public copyTemplate ( string $templateName = 'empty' )
$templateName string Choosen template name

installEmptyTheme() public méthode

Install empty theme
public installEmptyTheme ( )

Property Details

$filesystem protected_oe property

protected $filesystem

$installDir protected_oe property

protected $installDir

$logger protected_oe property

protected $logger

$templatesDir protected_oe property

protected $templatesDir