PHP Класс Yosymfony\Spress\Scaffolding\NewSite

Автор: Victor Puertas ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $templatePath )
newSite ( string $path, string $templateName, boolean $force = false, $completeScaffold = false ) Create a new site scaffold.

Приватные методы

Метод Описание
clearDir ( $path )
copyTemplate ( $path, $templateName )
createBlankSite ( $path, $completeScaffold )
createSite ( $path, $templateName, $completeScaffold = false )
getContentComposerJsonFile ( )
getTemplatePath ( $templateName )
isEmptyDir ( $path )

Описание методов

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

public __construct ( $templatePath )

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

Create a new site scaffold.
public newSite ( string $path, string $templateName, boolean $force = false, $completeScaffold = false )
$path string Destination path
$templateName string Template name. "blank" is a special template
$force boolean Force to clear destination if exists and it's not empty'