PHP Класс NerdsAndCompany\Schematic\Behaviors\Schematic

Sync Craft Setups.
Автор: Nerds & Company
Наследование: extends Craft\AppBehavior
Показать файл Открыть проект

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

Метод Описание
getEdition ( ) : string Schematic requires the pro edition.
isInstalled ( ) : boolean Determines if Craft is installed by checking if the info table exists.
setIsInstalled ( ) Tells Craft that it's installed now.

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

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

Schematic requires the pro edition.
public getEdition ( ) : string
Результат string

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

Determines if Craft is installed by checking if the info table exists.
public isInstalled ( ) : boolean
Результат boolean

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

Tells Craft that it's installed now.
public setIsInstalled ( )