Overview

Packages

  • Luxor
  • None

Classes

  • Luxor
  • Luxor_Driver
  • Luxor_Driver_sql
  • Luxor_Files
  • Luxor_Files_plain
  • Luxor_Lang
  • Luxor_Lang_Generic
  • Luxor_SimpleParse
  • Luxor_Tagger
  • Overview
  • Package
  • Class
  • Tree

Class Luxor_Tagger

$Horde: luxor/lib/Tagger.php,v 1.9 2008/08/01 21:09:31 chuck Exp $

Package: Luxor
Author: Jan Schneider jan@horde.org
Since: Luxor 0.1
Located at Tagger.php
Methods summary
public mixed
# processFile( Luxor_Driver $files, string $pathname, Luxor_Lang $lang )

Indexes a file. Parses the files contents for symbols and creates indexes in the storage backend for the file itself and the symbols it defines.

Indexes a file. Parses the files contents for symbols and creates indexes in the storage backend for the file itself and the symbols it defines.

Parameters

$files
An instance of a storage backend driver.
$pathname
<p>The (relative) pathname of the file to be processed.</p>
$lang
The language object for $pathname.

Returns

mixed
A PEAR_Error if an error occured.
public mixed
# processRefs( Luxor_Driver $files, string $pathname, Luxor_Lang $lang )

References a file. Parses the files contents for symbols and creates references to the files where these symbols are defined.

References a file. Parses the files contents for symbols and creates references to the files where these symbols are defined.

Parameters

$files
An instance of a storage backend driver.
$pathname
<p>The (relative) pathname of the file to be referenced.</p>
$lang
The language object for $pathname.

Returns

mixed
A PEAR_Error if an error occured.
API documentation generated by ApiGen