Phergie_Plugin_Handler::__unset PHP 메소드

__unset() 공개 메소드

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