Element index for package CodeGen_PECL
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ _ ]
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
top
top
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
top
top
top
top
top
top
top
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
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:43:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|