PHP Class NerdsAndCompany\Schematic\Behaviors\Schematic

Sync Craft Setups.
Author: Nerds & Company
Inheritance: extends Craft\AppBehavior
Afficher le fichier Open project: itmundi/schematic

Méthodes publiques

Méthode Description
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.

Method Details

getEdition() public méthode

Schematic requires the pro edition.
public getEdition ( ) : string
Résultat string

isInstalled() public méthode

Determines if Craft is installed by checking if the info table exists.
public isInstalled ( ) : boolean
Résultat boolean

setIsInstalled() public méthode

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