Phergie_Plugin_Handler::__unset PHP Méthode

__unset() public méthode

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