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

Index of all elements

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

a

$args
in file Renderer.php, variable PHP_CompatInfo_Renderer::$args
    All console arguments that have been parsed and recognized
addListener
in file Parser.php, method PHP_CompatInfo_Parser::addListener()
    Registers a new listener
addListener
in file CompatInfo.php, method PHP_CompatInfo::addListener()
    Registers a new listener
Array.php
procedural page Array.php
top

c

$conf
in file Renderer.php, variable PHP_CompatInfo_Renderer::$conf
    A hash containing any additional configuration of specific driver
$css
in file Html.php, variable PHP_CompatInfo_Renderer_Html::$css
    Style sheet for the custom layout
Cli.php
procedural page Cli.php
Csv.php
procedural page Csv.php
CompatInfo.php
procedural page CompatInfo.php
top

d

$dataSource
in file Parser.php, variable PHP_CompatInfo_Parser::$dataSource
$dataSource
in file Cli.php, variable PHP_CompatInfo_Cli::$dataSource
    Unified data source reference
$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 Text.php, method PHP_CompatInfo_Renderer_Text::display()
    Display final results
display
in file Xml.php, method PHP_CompatInfo_Renderer_Xml::display()
    Display final results
display
in file Null.php, method PHP_CompatInfo_Renderer_Null::display()
    Consumes output events
display
in file Array.php, method PHP_CompatInfo_Renderer_Array::display()
    Display final results
display
in file Csv.php, method PHP_CompatInfo_Renderer_Csv::display()
    Display final results
display
in file Html.php, method PHP_CompatInfo_Renderer_Html::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 the wait 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
getStyleSheet
in file Html.php, method PHP_CompatInfo_Renderer_Html::getStyleSheet()
    Returns the custom style sheet
top

h

Html.php
procedural page Html.php
top

i

$ignored_files
in file Parser.php, variable PHP_CompatInfo_Parser::$ignored_files
isIncludable
in file Renderer.php, method PHP_CompatInfo_Renderer::isIncludable()
    Checks if 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

notifyListeners
in file Parser.php, method PHP_CompatInfo_Parser::notifyListeners()
    Post a new notification to all listeners registered.
Null.php
procedural page Null.php
top

o

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

p

$parseData
in file Renderer.php, variable PHP_CompatInfo_Renderer::$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, class PHP_CompatInfo
    Check Compatibility of chunk of PHP code
PHP_CompatInfo
in file CompatInfo.php, method PHP_CompatInfo::PHP_CompatInfo()
    Class constructor (ZE1) for PHP4
Parser.php
procedural page Parser.php
pci.php
procedural page pci.php
PHP_CompatInfo_Cli
in file Cli.php, method PHP_CompatInfo_Cli::PHP_CompatInfo_Cli()
    Command-Line Class constructor
PHP_CompatInfo_Cli
in file Cli.php, class PHP_CompatInfo_Cli
    CLI Script to Check Compatibility of chunk of PHP code
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, class PHP_CompatInfo_Parser
    Parser logic
PHP_CompatInfo_Parser
in file Parser.php, method PHP_CompatInfo_Parser::PHP_CompatInfo_Parser()
    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
in file Renderer.php, method PHP_CompatInfo_Renderer::PHP_CompatInfo_Renderer()
    Base Renderer Class constructor
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
    Array renderer for PHP_CompatInfo component.
PHP_CompatInfo_Renderer_Csv
in file Csv.php, method PHP_CompatInfo_Renderer_Csv::PHP_CompatInfo_Renderer_Csv()
    Csv Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer_Csv
in file Csv.php, class PHP_CompatInfo_Renderer_Csv
    Csv renderer for PHP_CompatInfo component.
PHP_CompatInfo_Renderer_Html
in file Html.php, class PHP_CompatInfo_Renderer_Html
    Html renderer for PHP_CompatInfo component.
PHP_CompatInfo_Renderer_Html
in file Html.php, method PHP_CompatInfo_Renderer_Html::PHP_CompatInfo_Renderer_Html()
    Html Renderer Class constructor (ZE1) for PHP4
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_Null
in file Null.php, class PHP_CompatInfo_Renderer_Null
    Null renderer for PHP_CompatInfo component.
PHP_CompatInfo_Renderer_Text
in file Text.php, method PHP_CompatInfo_Renderer_Text::PHP_CompatInfo_Renderer_Text()
    Text Renderer Class constructor (ZE1) for PHP4
PHP_CompatInfo_Renderer_Text
in file Text.php, class PHP_CompatInfo_Renderer_Text
    Text renderer for PHP_CompatInfo component.
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
    Array renderer for PHP_CompatInfo component.
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
removeListener
in file CompatInfo.php, method PHP_CompatInfo::removeListener()
    Removes a registered listener
run
in file Cli.php, method PHP_CompatInfo_Cli::run()
    Run the CLI version
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
setStyleSheet
in file Html.php, method PHP_CompatInfo_Renderer_Html::setStyleSheet()
    Set a custom style sheet
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

t

Text.php
procedural page Text.php
toHtml
in file Html.php, method PHP_CompatInfo_Renderer_Html::toHtml()
    Returns HTML code
top

u

update
in file Renderer.php, method PHP_CompatInfo_Renderer::update()
    Update the current view
top

x

Xml.php
procedural page Xml.php
top

_

__construct
in file Parser.php, method PHP_CompatInfo_Parser::__construct()
    Class constructor (ZE2) for PHP5+
__construct
in file Renderer.php, method PHP_CompatInfo_Renderer::__construct()
    Base Renderer Class constructor
__construct
in file Text.php, method PHP_CompatInfo_Renderer_Text::__construct()
    Text 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 Null.php, method PHP_CompatInfo_Renderer_Null::__construct()
    Null Renderer Class constructor (ZE2) for PHP5+
__construct
in file Html.php, method PHP_CompatInfo_Renderer_Html::__construct()
    Html Renderer Class constructor (ZE2) for PHP5+
__construct
in file Cli.php, method PHP_CompatInfo_Cli::__construct()
    Command-Line Class constructor
__construct
in file CompatInfo.php, method PHP_CompatInfo::__construct()
    Class constructor (ZE2) for PHP5+
__construct
in file Csv.php, method PHP_CompatInfo_Renderer_Csv::__construct()
    Csv Renderer 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:25:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.