PHP Sphinx Inventory ParserΒΆ

Contents

  • Getting started
    • Requirements
    • Installation
  • Usage
    • Simple example
    • Using an existing stream
    • Parse objects one by one
  • API Reference
    • SphinxInventoryParser
      • parseFromDoc()
      • __construct()
      • parse()
      • parseHeader()
      • parseObjects()
    • SphinxInventory
      • $project
      • $version
      • $objects
      • $domains
      • __construct()
      • addObject()
    • SphinxObject
      • $name
      • $domain
      • $role
      • $priority
      • $uri
      • $displayName
      • __construct()
    • SphinxInventoryHeader
      • $version
      • $projectName
      • $projectVersion
      • __construct()
  • Changelog
    • unreleased
      • Added
      • Changed
    • v1.3.0 - 2024-07-22
      • Fixed
      • Changed
    • v1.2.0 - 2024-01-25
      • Removed
      • Fixed
      • Added
      • Changed
    • v1.1.1 - 2024-01-13
      • Fixed
      • Added
    • v1.1.0 - 2023-05-14
      • Added
    • v1.0.0 - 2023-05-07
  • Development
    • Development requirements
    • Build scripts
    • Compiling the documentation

Indices and tables

  • Index
 
  • Getting started →

PHP Sphinx Inventory Parser

Parse Sphinx documentation's object.inv inventory file format into an indexed SphinxInventory object.

Navigation

Contents

  • Getting started
  • Usage
  • API Reference
  • Changelog
  • Development

Indices and tables

  • Index

Related Topics

  • Documentation overview
    • Next: Getting started
©2023-2024, Nicolas Peugnet. | Powered by Sphinx 8.1.3 & Alabaster 1.0.0 | Page source