Kahlan\Box\Box::remove PHP 메소드

remove() 공개 메소드

Removes a dependency definition.
public remove ( string $name )
$name string The name of the definition to remove.
    public function remove($name)
    {
        unset($this->_definitions[$name]);
    }