PHP 클래스 NerdsAndCompany\Schematic\Behaviors\Schematic

Sync Craft Setups.
저자: Nerds & Company
상속: extends Craft\AppBehavior
파일 보기 프로젝트 열기: itmundi/schematic

공개 메소드들

메소드 설명
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 ( )