Extension::getInstalledExtensions PHP Method

getInstalledExtensions() public method

public getInstalledExtensions ( $type = NULL )
    public function getInstalledExtensions($type = NULL)
    {
        $this->CI->load->model('Extensions_model');
        return $this->CI->Extensions_model->getInstalledExtensions($type);
    }