Pagekit\Installer\Package\PackageScripts::disable PHP Méthode

disable() public méthode

Runs the script's disable hook.
public disable ( )
    public function disable()
    {
        $this->run($this->get('disable'));
    }