Element index for package CodeGen
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ _ ]
top
a
- $access
- in file Ini.php, variable CodeGen_PECL_Element_Ini::$access
Directive access mode
- $alloc
- in file Resource.php, variable CodeGen_PECL_Element_Resource::$alloc
Whether the resource memory is allocated and freed by the extension itself
- addClass
- in file Extension.php, method CodeGen_PECL_Extension::addClass()
Add a PHP class to the extension
- addCode
- in file Extension.php, method CodeGen_PECL_Extension::addCode()
Add verbatim code snippet to extension
- addCode
- in file Stream.php, method CodeGen_PECL_Element_Stream::addCode()
add code for a handler
- addConfigFragment
- in file Extension.php, method CodeGen_PECL_Extension::addConfigFragment()
Add config.m4 fragment
- 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
- addHeader
- in file Extension.php, method CodeGen_PECL_Extension::addHeader()
Add toplevel header file dependancy
- addHeader
- in file With.php, method CodeGen_PECL_Dependency_With::addHeader()
add header dependency
- addIni
- in file Test.php, method CodeGen_PECL_Element_Test::addIni()
Adder for php.ini settings
- addInterface
- in file Class.php, method CodeGen_PECL_Element_Class::addInterface()
- addLib
- in file With.php, method CodeGen_PECL_Dependency_With::addLib()
add library dependency
- addLib
- in file Extension.php, method CodeGen_PECL_Extension::addLib()
Add toplevel library dependancy
- addLogo
- in file Extension.php, method CodeGen_PECL_Extension::addLogo()
Add phpinfo logo
- addMakeFragment
- in file Extension.php, method CodeGen_PECL_Extension::addMakeFragment()
Add makefile fragment
- addMethod
- in file Class.php, method CodeGen_PECL_Element_Class::addMethod()
- addPackageFile
- in file Extension.php, method CodeGen_PECL_Extension::addPackageFile()
Add a package file by type and path
- addPhpIni
- in file Extension.php, method CodeGen_PECL_Extension::addPhpIni()
Add a PHP ini directive
- addProperty
- in file Class.php, method CodeGen_PECL_Element_Class::addProperty()
- 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
- addSourceFile
- in file Extension.php, method CodeGen_PECL_Extension::addSourceFile()
Add a source file to be copied to the extension dir
- 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
- argInfoCode
- in file Method.php, method CodeGen_PECL_Element_Method::argInfoCode()
Code needed ahead of the method table
top
c
- $classes
- in file Extension.php, variable CodeGen_PECL_Extension::$classes
The PHP classes defined by this extension
- $code
- in file Extension.php, variable CodeGen_PECL_Extension::$code
Code snippets
- $code
- in file Test.php, variable CodeGen_PECL_Element_Test::$code
actual test code
- $code
- in file Function.php, variable CodeGen_PECL_Element_Function::$code
Code snippet
- $codeBlocks
- in file Stream.php, variable CodeGen_PECL_Element_Stream::$codeBlocks
code blocks for various handlers
- $codeFile
- in file Function.php, variable CodeGen_PECL_Element_Function::$codeFile
Source file of code snippet
- $codeLine
- in file Function.php, variable CodeGen_PECL_Element_Function::$codeLine
Source line of code snippet
- $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
- $cType
- in file Ini.php, variable CodeGen_PECL_Element_Ini::$cType
Internal C type that stores the directives value
- cCode
- in file Stream.php, method CodeGen_PECL_Element_Stream::cCode()
Generate C code for resource destructor callback
- cCode
- in file Function.php, method CodeGen_PECL_Element_Function::cCode()
Create C code implementing the PHP userlevel function
- cCode
- in file Logo.php, method CodeGen_PECL_Element_Logo::cCode()
Code snippet for image data declaration
- cCode
- in file Resource.php, method CodeGen_PECL_Element_Resource::cCode()
Generate C code for resource destructor callback
- cCode
- in file Constant.php, method CodeGen_PECL_Element_Constant::cCode()
Create C code snippet to register this constant
- cCodeEditorSettings
- in file Element.php, method CodeGen_PECL_Element::cCodeEditorSettings()
Generate Editor settings block for C source files
- Command.php
- procedural page Command.php
- Class.php
- procedural page Class.php
- Constant.php
- procedural page Constant.php
- CodeGen_PECL_Command
- in file Command.php, class CodeGen_PECL_Command
Command wrapper class
- CodeGen_PECL_Dependency_Header
- in file Header.php, class CodeGen_PECL_Dependency_Header
Class representing a header file dependencyp
- CodeGen_PECL_Dependency_Lib
- in file Lib.php, class CodeGen_PECL_Dependency_Lib
Class representing a library dependencyp
- CodeGen_PECL_Dependency_With
- in file With.php, class CodeGen_PECL_Dependency_With
Class representing a --with configure option
- CodeGen_PECL_Element
- in file Element.php, class CodeGen_PECL_Element
Abstract base class for all PHP code elements
- CodeGen_PECL_Element_Class
- in file Class.php, class CodeGen_PECL_Element_Class
Class describing a PHP class within a PECL extension
- CodeGen_PECL_Element_Constant
- in file Constant.php, class CodeGen_PECL_Element_Constant
Class describing a PHP constant within a PECL extension
- CodeGen_PECL_Element_Function
- in file Function.php, class CodeGen_PECL_Element_Function
Class describing a function within a PECL extension
- CodeGen_PECL_Element_Global
- in file Global.php, class CodeGen_PECL_Element_Global
Class describing a thread-global within a PECL extension
- CodeGen_PECL_Element_Ini
- in file Ini.php, class CodeGen_PECL_Element_Ini
Class describing a PHP ini directive within a PECL extension
- CodeGen_PECL_Element_Logo
- in file Logo.php, class CodeGen_PECL_Element_Logo
Class that manages internal logo images for the extensions phpinfo block
- CodeGen_PECL_Element_Method
- in file Method.php, class CodeGen_PECL_Element_Method
Class that describes a member function within a PHP class
- CodeGen_PECL_Element_Property
- in file Property.php, class CodeGen_PECL_Element_Property
Class describing a class property within a PECL extension
- CodeGen_PECL_Element_Resource
- in file Resource.php, class CodeGen_PECL_Element_Resource
Class for managing PHP internal resource types
- CodeGen_PECL_Element_Stream
- in file Stream.php, class CodeGen_PECL_Element_Stream
Class for managing PHP stream wrappers
- 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
- CodeGen_PECL_ExtensionParser
- in file ExtensionParser.php, class CodeGen_PECL_ExtensionParser
Extension to the generic parser that adds PECL specific tags
- CodeGen_PECL_Maintainer
- in file Maintainer.php, class CodeGen_PECL_Maintainer
PECL specific Maintainer extensions
- CodeGen_PECL_Release
- in file Release.php, class CodeGen_PECL_Release
PECL specific extensions to the Release class
- commandOptions
- in file Command.php, method CodeGen_PECL_Command::commandOptions()
Add pecl-gen specific command line options
- 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()
Copyright message
- cProto
- in file Function.php, method CodeGen_PECL_Element_Function::cProto()
C function signature
- cProto
- in file Method.php, method CodeGen_PECL_Element_Method::cProto()
Create proto line for method
- createExtension
- in file Extension.php, method CodeGen_PECL_Extension::createExtension()
Create the extensions including
top
d
- $desc
- in file Ini.php, variable CodeGen_PECL_Element_Ini::$desc
Directive description
- $description
- in file Resource.php, variable CodeGen_PECL_Element_Resource::$description
DocBook XML snippet that describes the resource for the manual
- $description
- in file Stream.php, variable CodeGen_PECL_Element_Stream::$description
DocBook XML snippet that describes the resource for the manual
- $description
- in file Function.php, variable CodeGen_PECL_Element_Function::$description
A long description
- $destruct
- in file Resource.php, variable CodeGen_PECL_Element_Resource::$destruct
Code snippet to be added to the resource destructor callback
- defaultval
- in file Function.php, method CodeGen_PECL_Element_Function::defaultval()
Helper for cCode
- docEditorSettings
- in file Element.php, method CodeGen_PECL_Element::docEditorSettings()
Generate Editor settings block for documentation files
- docEntry
- in file Constant.php, method CodeGen_PECL_Element_Constant::docEntry()
Generate DocBook XML entry for this constant
- docEntry
- in file Resource.php, method CodeGen_PECL_Element_Resource::docEntry()
Generate documentation for this resource
- docEntry
- in file Class.php, method CodeGen_PECL_Element_Class::docEntry()
DocBook documentation fragment
- docEntry
- in file Function.php, method CodeGen_PECL_Element_Function::docEntry()
Create DocBook reference entry for the function
- docEntry
- in file Stream.php, method CodeGen_PECL_Element_Stream::docEntry()
Generate documentation for this resource
- docFooter
- in file Constant.php, method CodeGen_PECL_Element_Constant::docFooter()
Generate DocBook XML section block footer
- docHeader
- in file Constant.php, method CodeGen_PECL_Element_Constant::docHeader()
Generate DocBook XML section block header
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
- Global.php
- procedural page Global.php
- 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
- getAccess
- in file Ini.php, method CodeGen_PECL_Element_Ini::getAccess()
Get method for access
- getAlloc
- in file Resource.php, method CodeGen_PECL_Element_Resource::getAlloc()
Get mehod for alloc
- getCode
- in file Function.php, method CodeGen_PECL_Element_Function::getCode()
Code getter
- 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
- getDefaults
- in file With.php, method CodeGen_PECL_Dependency_With::getDefaults()
default searchpath getter
- getDesc
- in file Ini.php, method CodeGen_PECL_Element_Ini::getDesc()
Get method for description
- getGet
- in file Test.php, method CodeGen_PECL_Element_Test::getGet()
Getter for GET data
- getHeaders
- in file With.php, method CodeGen_PECL_Dependency_With::getHeaders()
headers getter
- getIni
- in file Test.php, method CodeGen_PECL_Element_Test::getIni()
Getter for php.ini settings
- getLibs
- in file With.php, method CodeGen_PECL_Dependency_With::getLibs()
libraries getter
- getLinespecs
- in file Extension.php, method CodeGen_PECL_Extension::getLinespecs()
linespec getter
- getName
- in file Class.php, method CodeGen_PECL_Element_Class::getName()
- getName
- in file Resource.php, method CodeGen_PECL_Element_Resource::getName()
Get method for name
- getName
- in file Lib.php, method CodeGen_PECL_Dependency_Lib::getName()
basename getter
- getName
- in file With.php, method CodeGen_PECL_Dependency_With::getName()
name getter
- getName
- in file Ini.php, method CodeGen_PECL_Element_Ini::getName()
Get method for name
- getName
- in file Logo.php, method CodeGen_PECL_Element_Logo::getName()
name getter
- getName
- in file Stream.php, method CodeGen_PECL_Element_Stream::getName()
- getName
- in file Property.php, method CodeGen_PECL_Element_Property::getName()
- getName
- in file Test.php, method CodeGen_PECL_Element_Test::getName()
Getter for testcase name
- getName
- in file Global.php, method CodeGen_PECL_Element_Global::getName()
Get method for name
- getName
- in file Function.php, method CodeGen_PECL_Element_Function::getName()
name getter
- getName
- in file Header.php, method CodeGen_PECL_Dependency_Header::getName()
name getter
- getOnupdate
- in file Ini.php, method CodeGen_PECL_Element_Ini::getOnupdate()
Get method for update handler
- getOutput
- in file Test.php, method CodeGen_PECL_Element_Test::getOutput()
Getter for expected output
- getPath
- in file Header.php, method CodeGen_PECL_Dependency_Header::getPath()
search path getter
- getPayload
- in file Resource.php, method CodeGen_PECL_Element_Resource::getPayload()
Get method for payload type
- getPost
- in file Test.php, method CodeGen_PECL_Element_Test::getPost()
Getter for raw POST data
- getProceduralName
- in file Method.php, method CodeGen_PECL_Element_Method::getProceduralName()
- getResources
- in file Extension.php, method CodeGen_PECL_Extension::getResources()
Get PHP resource types
- getRole
- in file Function.php, method CodeGen_PECL_Element_Function::getRole()
- getSkipif
- in file Test.php, method CodeGen_PECL_Element_Test::getSkipif()
Getter for skipif test code
- getSummary
- in file With.php, method CodeGen_PECL_Dependency_With::getSummary()
summary getter
- getTestCode
- in file Function.php, method CodeGen_PECL_Element_Function::getTestCode()
testCode getter
- getTestfile
- in file With.php, method CodeGen_PECL_Dependency_With::getTestfile()
testfile getter
- getTestIni
- in file Function.php, method CodeGen_PECL_Element_Function::getTestIni()
testIni getter
- getTestResult
- in file Function.php, method CodeGen_PECL_Element_Function::getTestResult()
testResult getter
- getTestSkipIf
- in file Function.php, method CodeGen_PECL_Element_Function::getTestSkipIf()
testSkipIf getter
- getTitle
- in file Test.php, method CodeGen_PECL_Element_Test::getTitle()
Getter for testcase title
- getType
- in file Ini.php, method CodeGen_PECL_Element_Ini::getType()
Get method for type
- getType
- in file Global.php, method CodeGen_PECL_Element_Global::getType()
Get method for name
- getValue
- in file Ini.php, method CodeGen_PECL_Element_Ini::getValue()
Get method for default value
- getValue
- in file Global.php, method CodeGen_PECL_Element_Global::getValue()
Get method for default value
- globalCode
- in file Class.php, method CodeGen_PECL_Element_Class::globalCode()
Generate global scope code
top
top
i
- $ini
- in file Test.php, variable CodeGen_PECL_Element_Test::$ini
php.ini settings for this test
- $internalFunctions
- in file Extension.php, variable CodeGen_PECL_Extension::$internalFunctions
The extensions internal functions like MINIT
- Ini.php
- procedural page Ini.php
- isAbstract
- in file Property.php, method CodeGen_PECL_Element_Property::isAbstract()
- isAbstract
- in file Class.php, method CodeGen_PECL_Element_Class::isAbstract()
- isAbstract
- in file Method.php, method CodeGen_PECL_Element_Method::isAbstract()
- isFinal
- in file Property.php, method CodeGen_PECL_Element_Property::isFinal()
- isFinal
- in file Method.php, method CodeGen_PECL_Element_Method::isFinal()
- isInterface
- in file Class.php, method CodeGen_PECL_Element_Class::isInterface()
- isInterface
- in file Method.php, method CodeGen_PECL_Element_Method::isInterface()
- isInterface
- in file Property.php, method CodeGen_PECL_Element_Property::isInterface()
- isInternalName
- in file Function.php, method CodeGen_PECL_Element_Function::isInternalName()
Check whether a function name is already used internally
- isKeyword
- in file Element.php, method CodeGen_PECL_Element::isKeyword()
Checks whether a string is a reserved name
- isStatic
- in file Property.php, method CodeGen_PECL_Element_Property::isStatic()
- isStatic
- in file Method.php, method CodeGen_PECL_Element_Method::isStatic()
- isType
- in file Element.php, method CodeGen_PECL_Element::isType()
Checks whether a string is a valid PHP type name and returns the official name
- isType
- in file Global.php, method CodeGen_PECL_Element_Global::isType()
Overriding type check as we deal with real C types here
top
top
m
- $makefragment
- in file Extension.php, variable CodeGen_PECL_Extension::$makefragment
Makefile fragments
- $makefragments
- in file Extension.php, variable CodeGen_PECL_Extension::$makefragments
Makefile fragments
- $methods
- in file Class.php, variable CodeGen_PECL_Element_Class::$methods
Member Functions
- Method.php
- procedural page Method.php
- Maintainer.php
- procedural page Maintainer.php
- methodEntry
- in file Method.php, method CodeGen_PECL_Element_Method::methodEntry()
Create registration line for method table
- minitCode
- in file Property.php, method CodeGen_PECL_Element_Property::minitCode()
MINIT code fragment
- minitCode
- in file Resource.php, method CodeGen_PECL_Element_Resource::minitCode()
Generate resource registration code for MINIT()
- minitCode
- in file Logo.php, method CodeGen_PECL_Element_Logo::minitCode()
Code snippet for image registration in MINFO()
- minitCode
- in file Class.php, method CodeGen_PECL_Element_Class::minitCode()
MINIT code fragment
- minitCode
- in file Stream.php, method CodeGen_PECL_Element_Stream::minitCode()
Generate resource registration code for MINIT()
- mshutdownCode
- in file Logo.php, method CodeGen_PECL_Element_Logo::mshutdownCode()
Code snippet for image release in MSHUTDOWN()
top
top
top
p
- $packageFiles
- in file Extension.php, variable CodeGen_PECL_Extension::$packageFiles
The package files created by this extension
- $params
- in file Function.php, variable CodeGen_PECL_Element_Function::$params
Function parameters (parsed from proto)
- $payload
- in file Resource.php, variable CodeGen_PECL_Element_Resource::$payload
Type of the payload that the resource data pointer points to
- $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
- $proto
- in file Function.php, variable CodeGen_PECL_Element_Function::$proto
Function prototype
- Property.php
- procedural page Property.php
- packageXml
- in file Release.php, method CodeGen_PECL_Release::packageXml()
generate XML fragment for package.xml
- packageXml
- in file Maintainer.php, method CodeGen_PECL_Maintainer::packageXml()
Generate a package.xml <maintainer> entry for this author
- parseParameterHook
- in file Method.php, method CodeGen_PECL_Element_Method::parseParameterHook()
Hook for parameter parsing API function
- parseParameterHook
- in file Function.php, method CodeGen_PECL_Element_Function::parseParameterHook()
Hook for parameter parsing API function
- phpinfoCode
- in file Logo.php, method CodeGen_PECL_Element_Logo::phpinfoCode()
Code snippet for phpinfo output
- phpinfoCode
- in file Release.php, method CodeGen_PECL_Release::phpinfoCode()
Code snippet for phpinfo output
- phpinfoCode
- in file Maintainer.php, method CodeGen_PECL_Maintainer::phpinfoCode()
Generate a phpinfo line for this author
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
- $summary
- in file Function.php, variable CodeGen_PECL_Element_Function::$summary
A short description
- $summary
- in file Stream.php, variable CodeGen_PECL_Element_Stream::$summary
DocBook XML snippet that describes the resource for the manual
- Stream.php
- procedural page Stream.php
- setAccess
- in file Method.php, method CodeGen_PECL_Element_Method::setAccess()
- setAccess
- in file Property.php, method CodeGen_PECL_Element_Property::setAccess()
- setAlloc
- in file Resource.php, method CodeGen_PECL_Element_Resource::setAlloc()
Set method for alloc
- setCode
- in file Function.php, method CodeGen_PECL_Element_Function::setCode()
Code setter
- setCode
- in file Test.php, method CodeGen_PECL_Element_Test::setCode()
Setter for test code
- setData
- in file Logo.php, method CodeGen_PECL_Element_Logo::setData()
Set image data and mimetype
- setDefaults
- in file With.php, method CodeGen_PECL_Dependency_With::setDefaults()
default searchpath setter
- setDefine
- in file Constant.php, method CodeGen_PECL_Element_Constant::setDefine()
Set define flag
- setDesc
- in file Ini.php, method CodeGen_PECL_Element_Ini::setDesc()
Set method for directive description
- setDesc
- in file Constant.php, method CodeGen_PECL_Element_Constant::setDesc()
Set constant descriptive text
- setDescription
- in file With.php, method CodeGen_PECL_Dependency_With::setDescription()
description setter
- setDescription
- in file Resource.php, method CodeGen_PECL_Element_Resource::setDescription()
Set method for destructor snippet
- setDescription
- in file Function.php, method CodeGen_PECL_Element_Function::setDescription()
description setter
- setDescription
- in file Class.php, method CodeGen_PECL_Element_Class::setDescription()
- setDescription
- in file Stream.php, method CodeGen_PECL_Element_Stream::setDescription()
Set method for destructor snippet
- setDestruct
- in file Resource.php, method CodeGen_PECL_Element_Resource::setDestruct()
Set method for destructor snippet
- setDocumentation
- in file Class.php, method CodeGen_PECL_Element_Class::setDocumentation()
- setExtends
- in file Class.php, method CodeGen_PECL_Element_Class::setExtends()
- setFunction
- in file Lib.php, method CodeGen_PECL_Dependency_Lib::setFunction()
test function setter
- 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
- setLinespecs
- in file Extension.php, method CodeGen_PECL_Extension::setLinespecs()
Generate #line specs?
- setName
- in file Resource.php, method CodeGen_PECL_Element_Resource::setName()
Set method for name
- setName
- in file Stream.php, method CodeGen_PECL_Element_Stream::setName()
Set method for name
- setName
- in file Test.php, method CodeGen_PECL_Element_Test::setName()
Setter for testcase name
- setName
- in file Property.php, method CodeGen_PECL_Element_Property::setName()
- setName
- in file Ini.php, method CodeGen_PECL_Element_Ini::setName()
Set method for name
- setName
- in file Class.php, method CodeGen_PECL_Element_Class::setName()
- setName
- in file Constant.php, method CodeGen_PECL_Element_Constant::setName()
Set constant name
- setName
- in file Function.php, method CodeGen_PECL_Element_Function::setName()
name setter
- setName
- in file With.php, method CodeGen_PECL_Dependency_With::setName()
name setter
- setName
- in file Global.php, method CodeGen_PECL_Element_Global::setName()
Set method for name
- setOnUpdate
- in file Ini.php, method CodeGen_PECL_Element_Ini::setOnUpdate()
Set method for OnUpdate handler
- setOutput
- in file Test.php, method CodeGen_PECL_Element_Test::setOutput()
Setter for expected output
- setPath
- in file Lib.php, method CodeGen_PECL_Dependency_Lib::setPath()
path setter
- setPath
- in file Header.php, method CodeGen_PECL_Dependency_Header::setPath()
search path setter
- setPayload
- in file Resource.php, method CodeGen_PECL_Element_Resource::setPayload()
Set method for payload type
- setPost
- in file Test.php, method CodeGen_PECL_Element_Test::setPost()
Setter for raw POST data
- setPrepend
- in file Header.php, method CodeGen_PECL_Dependency_Header::setPrepend()
prepend flag setter
- setProceduralName
- in file Method.php, method CodeGen_PECL_Element_Method::setProceduralName()
- setProto
- in file Function.php, method CodeGen_PECL_Element_Function::setProto()
Set parameter and return value information from PHP style prototype
- setProto
- in file Method.php, method CodeGen_PECL_Element_Method::setProto()
Set parameter and return value information from PHP style prototype
- setRole
- in file Function.php, method CodeGen_PECL_Element_Function::setRole()
role setter
- setSkipIf
- in file Test.php, method CodeGen_PECL_Element_Test::setSkipIf()
Setter for skipif testcode
- setSummary
- in file With.php, method CodeGen_PECL_Dependency_With::setSummary()
summary setter
- setSummary
- in file Class.php, method CodeGen_PECL_Element_Class::setSummary()
- setSummary
- in file Stream.php, method CodeGen_PECL_Element_Stream::setSummary()
Set method for destructor snippet
- setSummary
- in file Function.php, method CodeGen_PECL_Element_Function::setSummary()
summary getter
- setTestCode
- in file Function.php, method CodeGen_PECL_Element_Function::setTestCode()
testCode setter
- setTestfile
- in file With.php, method CodeGen_PECL_Dependency_With::setTestfile()
testfile setter
- setTestIni
- in file Function.php, method CodeGen_PECL_Element_Function::setTestIni()
testIni setter
- setTestResult
- in file Function.php, method CodeGen_PECL_Element_Function::setTestResult()
testResult setter
- setTestSkipIf
- in file Function.php, method CodeGen_PECL_Element_Function::setTestSkipIf()
testSkipIf setter
- setTitle
- in file Test.php, method CodeGen_PECL_Element_Test::setTitle()
Setter for testcase title
- setType
- in file Ini.php, method CodeGen_PECL_Element_Ini::setType()
Set method for data type
- setType
- in file Property.php, method CodeGen_PECL_Element_Property::setType()
- setType
- in file Constant.php, method CodeGen_PECL_Element_Constant::setType()
Set constant name
- setType
- in file Global.php, method CodeGen_PECL_Element_Global::setType()
Set method for type
- setValue
- in file Ini.php, method CodeGen_PECL_Element_Ini::setValue()
Set method for default value
- setValue
- in file Property.php, method CodeGen_PECL_Element_Property::setValue()
- setValue
- in file Constant.php, method CodeGen_PECL_Element_Constant::setValue()
Set constant value
- setValue
- in file Global.php, method CodeGen_PECL_Element_Global::setValue()
Set method for default value
- showUsage
- in file Command.php, method CodeGen_PECL_Command::showUsage()
Show usage/help information
- singleFunction
- in file Command.php, method CodeGen_PECL_Command::singleFunction()
Generate just a single function stub file
top
t
- $testcases
- in file Extension.php, variable CodeGen_PECL_Extension::$testcases
Custom test cases
- $testCode
- in file Function.php, variable CodeGen_PECL_Element_Function::$testCode
test code snippet
- $testIni
- in file Function.php, variable CodeGen_PECL_Element_Function::$testIni
test additional ini condition
- $testResult
- in file Function.php, variable CodeGen_PECL_Element_Function::$testResult
expected test result string
- $testSkipIf
- in file Function.php, variable CodeGen_PECL_Element_Function::$testSkipIf
test additional skipif condition
- $title
- in file Test.php, variable CodeGen_PECL_Element_Test::$title
Testcase description
- $type
- in file Ini.php, variable CodeGen_PECL_Element_Ini::$type
Directive data type
- $type
- in file Global.php, variable CodeGen_PECL_Element_Global::$type
The type of the global
- Test.php
- procedural page Test.php
- tagend_class
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_class()
- tagend_class_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_class_code()
- tagend_class_description
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_class_description()
- tagend_class_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_class_function()
- tagend_class_summary
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_class_summary()
- tagend_constants
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_constants()
- tagend_constants_constant
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_constants_constant()
- tagend_extension_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_code()
- tagend_extension_constant
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_constant()
- tagend_extension_deps_configm4
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_deps_configm4()
- tagend_extension_deps_with
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_deps_with()
- tagend_extension_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function()
- tagend_extension_functions_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function()
- tagend_extension_functions_function_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_code()
- tagend_extension_functions_function_description
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_description()
- tagend_extension_functions_function_proto
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_proto()
- tagend_extension_functions_function_summary
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_summary()
- tagend_extension_functions_function_testcode
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_testcode()
- tagend_extension_functions_function_testresult
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_functions_function_testresult()
- tagend_extension_function_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_code()
- tagend_extension_function_description
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_description()
- tagend_extension_function_proto
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_proto()
- tagend_extension_function_summary
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_summary()
- tagend_extension_function_testcode
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_testcode()
- tagend_extension_function_testini
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_testini()
- tagend_extension_function_testresult
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_testresult()
- tagend_extension_function_testskipif
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_function_testskipif()
- tagend_extension_global
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_global()
- tagend_extension_logo
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_logo()
- tagend_extension_makefile
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_makefile()
- tagend_extension_phpini
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_phpini()
- tagend_extension_resource
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_extension_resource()
- tagend_functions
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_functions()
- tagend_globals
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_globals()
- tagend_globals_global
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_globals_global()
- tagend_globals_phpini
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_globals_phpini()
- tagend_resources
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_resources()
- tagend_resources_resource
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_resources_resource()
- tagend_resource_description
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_resource_description()
- tagend_resource_destruct
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_resource_destruct()
- tagend_stream
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream()
- tagend_stream_cast
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_cast()
- tagend_stream_close
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_close()
- tagend_stream_diropen
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_diropen()
- tagend_stream_flush
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_flush()
- tagend_stream_mkdir
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_mkdir()
- tagend_stream_open
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_open()
- tagend_stream_read
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_read()
- tagend_stream_rename
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_rename()
- tagend_stream_rmdir
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_rmdir()
- tagend_stream_seek
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_seek()
- tagend_stream_set
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_set()
- tagend_stream_stat
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_stat()
- tagend_stream_summary
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_summary()
- tagend_stream_unlink
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_unlink()
- tagend_stream_urlstat
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_urlstat()
- tagend_stream_write
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_stream_write()
- tagend_test
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test()
- tagend_tests
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_tests()
- tagend_test_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_code()
- tagend_test_get
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_get()
- tagend_test_post
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_post()
- tagend_test_result
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_result()
- tagend_test_skipif
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_skipif()
- tagend_test_title
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagend_test_title()
- tagstart_class
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_class()
- tagstart_class_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_class_code()
- tagstart_class_property
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_class_property()
- tagstart_deps_with_header
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_deps_with_header()
- tagstart_deps_with_lib
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_deps_with_lib()
- tagstart_extension_class_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_class_function()
- tagstart_extension_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_code()
- tagstart_extension_deps
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_deps()
- tagstart_extension_deps_file
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_deps_file()
- tagstart_extension_deps_header
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_deps_header()
- tagstart_extension_deps_lib
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_deps_lib()
- tagstart_extension_deps_with
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_deps_with()
- tagstart_extension_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_function()
- tagstart_extension_functions_function
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_functions_function()
- tagstart_extension_function_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_function_code()
- tagstart_extension_function_description
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_function_description()
- tagstart_extension_release
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_release()
- tagstart_extension_resource
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_extension_resource()
- tagstart_maintainer
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_maintainer()
- tagstart_resources_resource
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_resources_resource()
- tagstart_stream
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_stream()
- tagstart_test
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_test()
- tagstart_test_code
- in file ExtensionParser.php, method CodeGen_PECL_ExtensionParser::tagstart_test_code()
- testPlatform
- in file Lib.php, method CodeGen_PECL_Dependency_Lib::testPlatform()
check for platform
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:16:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|