Components_Dependencies_Injector::__construct PHP Method

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        parent::__construct(new Horde_Injector_TopLevel());
        $this->setInstance('Components_Dependencies', $this);
        $this->bindFactory('Horde_Cli', 'Components_Dependencies', 'createCli');
        $this->bindFactory('Components_Output', 'Components_Dependencies', 'createOutput');
    }