NerdsAndCompany\Schematic\Behaviors\Schematic::setIsInstalled PHP Method

setIsInstalled() public method

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