Kraken\Util\Factory\SimpleFactoryPlugin::unregisterPlugin PHP Method

unregisterPlugin() public method

public unregisterPlugin ( Kraken\Util\Factory\SimpleFactoryInterface $factory )
$factory Kraken\Util\Factory\SimpleFactoryInterface
    public function unregisterPlugin(SimpleFactoryInterface $factory)
    {
        if ($this->registered) {
            $this->unregister($factory);
            $this->registered = false;
        }
        return $this;
    }