Kahlan\Box\Box::remove PHP Method

remove() public method

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]);
    }