PHP Class NerdsAndCompany\Schematic\Behaviors\Schematic

Sync Craft Setups.
Author: Nerds & Company
Inheritance: extends Craft\AppBehavior
Show file Open project: itmundi/schematic

Public Methods

Method 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 method

Schematic requires the pro edition.
public getEdition ( ) : string
return string

isInstalled() public method

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

setIsInstalled() public method

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