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

Element index for package CodeGen_PECL

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

__construct
in file Test.php, method CodeGen_PECL_Element_Test::__construct()
    Constructor
__construct
in file Lib.php, method CodeGen_PECL_Dependency_Lib::__construct()
    Constructor
__construct
in file Extension.php, method CodeGen_PECL_Extension::__construct()
    The constructor
top

a

addClass
in file Extension.php, method CodeGen_PECL_Extension::addClass()
    Add a PHP class to the extension
addConstant
in file Extension.php, method CodeGen_PECL_Extension::addConstant()
    Add a PHP constant to the extension
addFunction
in file Extension.php, method CodeGen_PECL_Extension::addFunction()
    Add a function to the extension
addGlobal
in file Extension.php, method CodeGen_PECL_Extension::addGlobal()
    Add a internal global variable
addIni
in file Test.php, method CodeGen_PECL_Element_Test::addIni()
    Adder for php.ini settings
addInterface
in file Extension.php, method CodeGen_PECL_Extension::addInterface()
    Add a PHP interface to the extension
addLogo
in file Extension.php, method CodeGen_PECL_Extension::addLogo()
    Add phpinfo logo
addOtherExtension
in file Extension.php, method CodeGen_PECL_Extension::addOtherExtension()
    Add cross-module dependency
addPhpIni
in file Extension.php, method CodeGen_PECL_Extension::addPhpIni()
    Add a PHP ini directive
addResource
in file Extension.php, method CodeGen_PECL_Extension::addResource()
    Add a PHP resource type
addSkipIf
in file Test.php, method CodeGen_PECL_Element_Test::addSkipIf()
    Setter for skipif testcode
addStream
in file Extension.php, method CodeGen_PECL_Extension::addStream()
    Add a PHP stream wrapper to the extension
addTest
in file Extension.php, method CodeGen_PECL_Extension::addTest()
    add a custom test case
addWith
in file Extension.php, method CodeGen_PECL_Extension::addWith()
    Add a --with configure option
top

c

$channel
in file Extension.php, variable CodeGen_PECL_Extension::$channel
    pear installer channel name
$classes
in file Extension.php, variable CodeGen_PECL_Extension::$classes
    The PHP classes defined by this extension
$code
in file Test.php, variable CodeGen_PECL_Element_Test::$code
    actual test code
$configfragments
in file Extension.php, variable CodeGen_PECL_Extension::$configfragments
    config.m4 fragments
$constants
in file Extension.php, variable CodeGen_PECL_Extension::$constants
    The constants defined by this extension
CodeGen_PECL_Dependency_Header
in file Header.php, class CodeGen_PECL_Dependency_Header
    Class representing a header file dependency
CodeGen_PECL_Dependency_Lib
in file Lib.php, class CodeGen_PECL_Dependency_Lib
    Class representing a library dependencyp
CodeGen_PECL_Dependency_Platform
in file Platform.php, class CodeGen_PECL_Dependency_Platform
    Class representing a platform dependency
CodeGen_PECL_Element_Test
in file Test.php, class CodeGen_PECL_Element_Test
    Class for testfile generation as needed for 'make test'
CodeGen_PECL_Extension
in file Extension.php, class CodeGen_PECL_Extension
    A class that generates PECL extension soure and documenation files
complete
in file Test.php, method CodeGen_PECL_Element_Test::complete()
    all required properties set?
configm4
in file Header.php, method CodeGen_PECL_Dependency_Header::configm4()
    return config.m4 code snippet for unix builds
configm4
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configm4()
    write config.m4 code snippet for unix builds
configw32
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configw32()
    write config.w32 code snippet for windows builds
configw32
in file Header.php, method CodeGen_PECL_Dependency_Header::configw32()
    return config.w32 code snippet for windows builds
copyright
in file Extension.php, method CodeGen_PECL_Extension::copyright()
    CodeGen_PECL Copyright message
createExtension
in file Extension.php, method CodeGen_PECL_Extension::createExtension()
    Create the extensions including
top

d

$description
in file Test.php, variable CodeGen_PECL_Element_Test::$description
    Testcase description
docEditorSettings
in file Extension.php, method CodeGen_PECL_Extension::docEditorSettings()
    Generate Editor settings block for documentation files
top

e

Extension.php
procedural page Extension.php
top

f

$functions
in file Extension.php, variable CodeGen_PECL_Extension::$functions
    The public PHP functions defined by this extension
top

g

$get
in file Test.php, variable CodeGen_PECL_Element_Test::$get
    GET data
$globals
in file Extension.php, variable CodeGen_PECL_Extension::$globals
    The extensions internal global variables
generateDocumentation
in file Extension.php, method CodeGen_PECL_Extension::generateDocumentation()
    Create the extension documentation DocBook XML files
generateSource
in file Extension.php, method CodeGen_PECL_Extension::generateSource()
    Create the extensions code soure and project files
getCode
in file Test.php, method CodeGen_PECL_Element_Test::getCode()
    Getter for test code
getConstants
in file Extension.php, method CodeGen_PECL_Extension::getConstants()
    Get PHP constants
getDescription
in file Test.php, method CodeGen_PECL_Element_Test::getDescription()
    Getter for testcase description
getGet
in file Test.php, method CodeGen_PECL_Element_Test::getGet()
    Getter for GET data
getIni
in file Test.php, method CodeGen_PECL_Element_Test::getIni()
    Getter for php.ini settings
getLinespecs
in file Extension.php, method CodeGen_PECL_Extension::getLinespecs()
    linespec getter
getMode
in file Test.php, method CodeGen_PECL_Element_Test::getMode()
    Getter for output block style
getName
in file Test.php, method CodeGen_PECL_Element_Test::getName()
    Getter for testcase name
getOutput
in file Test.php, method CodeGen_PECL_Element_Test::getOutput()
    Getter for expected output
getPost
in file Test.php, method CodeGen_PECL_Element_Test::getPost()
    Getter for raw POST data
getResources
in file Extension.php, method CodeGen_PECL_Extension::getResources()
    Get PHP resource types
getSkipif
in file Test.php, method CodeGen_PECL_Element_Test::getSkipif()
    Getter for skipif test code
getTitle
in file Test.php, method CodeGen_PECL_Element_Test::getTitle()
    Getter for testcase title
top

h

Header.php
procedural page Header.php
top

i

$ini
in file Test.php, variable CodeGen_PECL_Element_Test::$ini
    php.ini settings for this test
$interfaces
in file Extension.php, variable CodeGen_PECL_Extension::$interfaces
    The PHP interfaces defined by this extension
$internalFunctions
in file Extension.php, variable CodeGen_PECL_Extension::$internalFunctions
    The extensions internal functions like MINIT
top

l

$linespecs
in file Extension.php, variable CodeGen_PECL_Extension::$linespecs
    generate #line specs?
$logos
in file Extension.php, variable CodeGen_PECL_Extension::$logos
    phpinfo logos
Lib.php
procedural page Lib.php
top

m

$makefragments
in file Extension.php, variable CodeGen_PECL_Extension::$makefragments
    Makefile fragments
$mode
in file Test.php, variable CodeGen_PECL_Element_Test::$mode
    Output block style
minPhpVersion
in file Extension.php, method CodeGen_PECL_Extension::minPhpVersion()
    Return minimal PHP version required to support the requested features
top

n

$name
in file Test.php, variable CodeGen_PECL_Element_Test::$name
    testfile basename
top

o

$otherExtensions
in file Extension.php, variable CodeGen_PECL_Extension::$otherExtensions
    cross extension dependencies
$output
in file Test.php, variable CodeGen_PECL_Element_Test::$output
    expected output for test code
ObjectInterface.php
procedural page ObjectInterface.php
top

p

$phpini
in file Extension.php, variable CodeGen_PECL_Extension::$phpini
    The extensions php.ini parameters
$post
in file Test.php, variable CodeGen_PECL_Element_Test::$post
    raw POST data
Platform.php
procedural page Platform.php
packageXML
in file Platform.php, method CodeGen_PECL_Dependency_Platform::packageXML()
    package.xml dependencie entry
packageXML2
in file Platform.php, method CodeGen_PECL_Dependency_Platform::packageXML2()
    package.xml 2.0 dependencie entry
packageXmlFileList
in file Extension.php, method CodeGen_PECL_Extension::packageXmlFileList()
    Write file list for package.xml (both version 1.0 and 2.0)
top

r

$resources
in file Extension.php, variable CodeGen_PECL_Extension::$resources
    The PHP resources defined by this extension
top

s

$skipif
in file Test.php, variable CodeGen_PECL_Element_Test::$skipif
    Test code to decide whether to skip a test
$streams
in file Extension.php, variable CodeGen_PECL_Extension::$streams
    PHP Streams
setChannel
in file Extension.php, method CodeGen_PECL_Extension::setChannel()
    Set pear installer channel
setCode
in file Test.php, method CodeGen_PECL_Element_Test::setCode()
    Setter for test code
setDescription
in file Test.php, method CodeGen_PECL_Element_Test::setDescription()
    Setter for testcase description
setGet
in file Test.php, method CodeGen_PECL_Element_Test::setGet()
    Setter for GET data
setIni
in file Test.php, method CodeGen_PECL_Element_Test::setIni()
    Setter for php.ini settings
setLicense
in file Extension.php, method CodeGen_PECL_Extension::setLicense()
    Set license
setLinespecs
in file Extension.php, method CodeGen_PECL_Extension::setLinespecs()
    Generate #line specs?
setMode
in file Test.php, method CodeGen_PECL_Element_Test::setMode()
    Setter for output block style
setName
in file Test.php, method CodeGen_PECL_Element_Test::setName()
    Setter for testcase name
setOutput
in file Test.php, method CodeGen_PECL_Element_Test::setOutput()
    Setter for expected output
setPlatform
in file Extension.php, method CodeGen_PECL_Extension::setPlatform()
    Set target platform for generated code
setPost
in file Test.php, method CodeGen_PECL_Element_Test::setPost()
    Setter for raw POST data
setSkipIf
in file Test.php, method CodeGen_PECL_Element_Test::setSkipIf()
    Setter for skipif testcode
setTitle
in file Test.php, method CodeGen_PECL_Element_Test::setTitle()
    Setter for testcase title
top

t

$testcases
in file Extension.php, variable CodeGen_PECL_Extension::$testcases
    Custom test cases
$title
in file Test.php, variable CodeGen_PECL_Element_Test::$title
    Testcase title
Test.php
procedural page Test.php
terminate
in file Extension.php, method CodeGen_PECL_Extension::terminate()
    Show error message and bailout
top

v

version
in file Extension.php, method CodeGen_PECL_Extension::version()
    Current CodeGen_PECL version number
top

w

$with
in file Extension.php, variable CodeGen_PECL_Extension::$with
    --with configure options
writeTest
in file Test.php, method CodeGen_PECL_Element_Test::writeTest()
    generate testcase file
top

Documentation generated on Mon, 11 Mar 2019 14:42:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.