NerdsAndCompany\Schematic\Behaviors\Schematic::setIsInstalled PHP 메소드

setIsInstalled() 공개 메소드

Tells Craft that it's installed now.
public setIsInstalled ( )
    public function setIsInstalled()
    {
        // If you say so!
        $this->_isInstalled = true;
    }