[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ u ] [ x ] [ _ ]

a

addListener
in file Parser.php, method PHP_CompatInfo_Parser::addListener()
    Registers a new listener
Array.php
procedural page Array.php
top

c

$conf
in file Xml.php, variable PHP_CompatInfo_Renderer_Xml::$conf
    A hash containing any additional configuration (Options to improve render with help of XML_Beutifier)
CompatInfo.php
procedural page CompatInfo.php
top

d

$dataSource
in file Parser.php, variable PHP_CompatInfo_Parser::$dataSource
$directories
in file Parser.php, variable PHP_CompatInfo_Parser::$directories
$dispatcher
in file Parser.php, variable PHP_CompatInfo_Parser::$dispatcher
    Stores the event dispatcher which handles notifications
$driver
in file Array.php, variable PHP_CompatInfo_Renderer_Array::$driver
    Driver to display results array.
display
in file Xml.php, method PHP_CompatInfo_Renderer_Xml::display()
    Display final results
display
in file Array.php, method PHP_CompatInfo_Renderer_Array::display()
    Display final results
top

e

$earliest_version
in file Parser.php, variable PHP_CompatInfo_Parser::$earliest_version
$eol
in file Renderer.php, variable PHP_CompatInfo_Renderer::$eol
endWaitProgress
in file Renderer.php, method PHP_CompatInfo_Renderer::endWaitProgress()
    Finish waiting process
top

f

factory
in file Renderer.php, method PHP_CompatInfo_Renderer::factory()
    Create required instance of the Output 'driver'.
top

g

getDirlist
in file Parser.php, method PHP_CompatInfo_Parser::getDirlist()
    Returns list of directory parsed
getFilelist
in file Parser.php, method PHP_CompatInfo_Parser::getFilelist()
    Returns list of files parsed
getIgnoredFiles
in file Parser.php, method PHP_CompatInfo_Parser::getIgnoredFiles()
    Returns list of files ignored
top

i

$ignored_files
in file Parser.php, variable PHP_CompatInfo_Parser::$ignored_files
isIncludable
in file Renderer.php, method PHP_CompatInfo_Renderer::isIncludable()
    Returns whether or not a file is in the include path
top

l

$latest_version
in file Parser.php, variable PHP_CompatInfo_Parser::$latest_version
loadVersion
in file Parser.php, method PHP_CompatInfo_Parser::loadVersion()
    Load components list
loadVersion
in file CompatInfo.php, method PHP_CompatInfo::loadVersion()
    Load components list
top

n

Null.php
procedural page Null.php
top

o

$options
in file Parser.php, variable PHP_CompatInfo_Parser::$options
top

p

$parseData
in file Array.php, variable PHP_CompatInfo_Renderer_Array::$parseData
    Data source parsed final results
$parseData
in file Xml.php, variable PHP_CompatInfo_Renderer_Xml::$parseData
    Data source parsed final results
$parser
in file CompatInfo.php, variable PHP_CompatInfo::$parser
    Instance of the parser (model in MVC desing pattern)
parseArray
in file CompatInfo.php, method PHP_CompatInfo::parseArray()
    Parse an Array of Files or Strings
parseData
in file CompatInfo.php, method PHP_CompatInfo::parseData()
    Parse a data source
parseData
in file Parser.php, method PHP_CompatInfo_Parser::parseData()
    Parse a data source
parseDir
in file CompatInfo.php, method PHP_CompatInfo::parseDir()
    Parse a directory
parseFile
in file CompatInfo.php, method PHP_CompatInfo::parseFile()
    Parse a single file
parseFolder
in file CompatInfo.php, method PHP_CompatInfo::parseFolder()
    Alias of parseDir
parseString
in file CompatInfo.php, method PHP_CompatInfo::parseString()
    Parse a string
PHP_CompatInfo
in file CompatInfo.php, method PHP_CompatInfo::PHP_CompatInfo()
    Class constructor (ZE1) for PHP4
PHP_CompatInfo
in file CompatInfo.php, class PHP_CompatInfo
    Check Compatibility of chunk of PHP code
Parser.php
procedural page Parser.php
pci.php
procedural page pci.php
PHP_COMPATINFO_EVENT_AUDITFINISHED
in file Parser.php, constant PHP_COMPATINFO_EVENT_AUDITFINISHED
    Event name of parsing data source end process
PHP_COMPATINFO_EVENT_AUDITSTARTED
in file Parser.php, constant PHP_COMPATINFO_EVENT_AUDITSTARTED
    Event name of parsing data source start process
PHP_COMPATINFO_EVENT_CODEFINISHED
in file Parser.php, constant PHP_COMPATINFO_EVENT_CODEFINISHED
    Event name of parsing a file end process
PHP_COMPATINFO_EVENT_CODESTARTED
in file Parser.php, constant PHP_COMPATINFO_EVENT_CODESTARTED
    Event name of parsing a file start process
PHP_COMPATINFO_EVENT_FILEFINISHED
in file Parser.php, constant PHP_COMPATINFO_EVENT_FILEFINISHED
    Event name of parsing a file end process
PHP_COMPATINFO_EVENT_FILESTARTED
in file Parser.php, constant PHP_COMPATINFO_EVENT_FILESTARTED
    Event name of parsing a file start process
PHP_CompatInfo_Parser
in file Parser.php, method PHP_CompatInfo_Parser::PHP_CompatInfo_Parser()
    Class constructor (ZE1) for PHP4
PHP_CompatInfo_Parser
in file Parser.php, class PHP_CompatInfo_Parser
    Parser logic
PHP_CompatInfo_Renderer
in file Renderer.php, method PHP_CompatInfo_Renderer::PHP_CompatInfo_Renderer()
    Base Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer
in file Renderer.php, class PHP_CompatInfo_Renderer
    Base class used by all renderers
PHP_CompatInfo_Renderer_Array
in file Array.php, method PHP_CompatInfo_Renderer_Array::PHP_CompatInfo_Renderer_Array()
    Array Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer_Array
in file Array.php, class PHP_CompatInfo_Renderer_Array
    The PHP_CompatInfo_Renderer_Array class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply display results as a PHP array.
PHP_CompatInfo_Renderer_Null
in file Null.php, class PHP_CompatInfo_Renderer_Null
    The PHP_CompatInfo_Renderer_Null class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply consumes output events.
PHP_CompatInfo_Renderer_Null
in file Null.php, method PHP_CompatInfo_Renderer_Null::PHP_CompatInfo_Renderer_Null()
    Null Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer_Xml
in file Xml.php, method PHP_CompatInfo_Renderer_Xml::PHP_CompatInfo_Renderer_Xml()
    Xml Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer_Xml
in file Xml.php, class PHP_CompatInfo_Renderer_Xml
    The PHP_CompatInfo_Renderer_Xml class is a concrete implementation of PHP_CompatInfo_Renderer abstract class. It simply display results as an XML stream.
top

r

$renderer
in file Parser.php, variable PHP_CompatInfo_Parser::$renderer
    Instance of concrete renderer used to show parse results
Renderer.php
procedural page Renderer.php
removeListener
in file Parser.php, method PHP_CompatInfo_Parser::removeListener()
    Removes a registered listener
top

s

$silent
in file Renderer.php, variable PHP_CompatInfo_Renderer::$silent
    Silent mode. Display or not extra info messages.
setOutputDriver
in file Parser.php, method PHP_CompatInfo_Parser::setOutputDriver()
    Set up driver to be used
startWaitProgress
in file Renderer.php, method PHP_CompatInfo_Renderer::startWaitProgress()
    Initialize the wait process
stillWaitProgress
in file Renderer.php, method PHP_CompatInfo_Renderer::stillWaitProgress()
    Update the wait message
top

u

update
in file Xml.php, method PHP_CompatInfo_Renderer_Xml::update()
    Updates view with current informations
update
in file Renderer.php, method PHP_CompatInfo_Renderer::update()
    Interface to update the view with current information
update
in file Null.php, method PHP_CompatInfo_Renderer_Null::update()
    Consumes output events
update
in file Array.php, method PHP_CompatInfo_Renderer_Array::update()
    Updates view with current informations
top

x

Xml.php
procedural page Xml.php
top

_

__construct
in file Renderer.php, method PHP_CompatInfo_Renderer::__construct()
    Base Renderer Class constructor (ZE2) for PHP5+
__construct
in file Xml.php, method PHP_CompatInfo_Renderer_Xml::__construct()
    Xml Renderer Class constructor (ZE2) for PHP5+
__construct
in file Parser.php, method PHP_CompatInfo_Parser::__construct()
    Class constructor (ZE2) for PHP5+
__construct
in file Null.php, method PHP_CompatInfo_Renderer_Null::__construct()
    Null Renderer Class constructor (ZE2) for PHP5+
__construct
in file CompatInfo.php, method PHP_CompatInfo::__construct()
    Class constructor (ZE2) for PHP5+
__construct
in file Array.php, method PHP_CompatInfo_Renderer_Array::__construct()
    Array Renderer Class constructor (ZE2) for PHP5+
top

Documentation generated on Mon, 11 Mar 2019 15:22:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.