Installer\Bundle\Bundle::__construct PHP Method

__construct() public method

public __construct ( $name, $ns = null, $config = null )
    public function __construct($name, $ns = null, $config = null)
    {
        $this->name = (string) $name;
        $this->ns = $ns;
        $this->config = $config;
    }