PHP Class Newscoop\Installer\Services\DemositeService

Show file Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$filesystem
$installDir
$logger
$templatesDir

Public Methods

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

Method Details

__construct() public method

public __construct ( object $logger )
$logger object

copyTemplate() public method

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

installEmptyTheme() public method

Install empty theme
public installEmptyTheme ( )

Property Details

$filesystem protected property

protected $filesystem

$installDir protected property

protected $installDir

$logger protected property

protected $logger

$templatesDir protected property

protected $templatesDir