PHP Class Newscoop\Installer\Services\DemositeService

Exibir arquivo 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_oe property

protected $filesystem

$installDir protected_oe property

protected $installDir

$logger protected_oe property

protected $logger

$templatesDir protected_oe property

protected $templatesDir