Phergie_Plugin_Handler::__unset PHP Method

__unset() public method

Allows plugin instances to be removed as properties of handler.
public __unset ( string $name ) : void
$name string Short name of the plugin
return void
    public function __unset($name)
    {
        $this->removePlugin($name);
    }