Kraken\Supervision\SupervisorPlugin::unregisterPlugin PHP Method

unregisterPlugin() public method

public unregisterPlugin ( Kraken\Supervision\SupervisorInterface $supervisor )
$supervisor Kraken\Supervision\SupervisorInterface
    public function unregisterPlugin(SupervisorInterface $supervisor)
    {
        if ($this->registered) {
            $this->unregister($supervisor);
            $this->registered = false;
        }
        return $this;
    }