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;
    }