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 ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

__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
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
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
addResource
in file Extension.php, method CodeGen_PECL_Extension::addResource()
    Add a PHP resource type
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

$classes
in file Extension.php, variable CodeGen_PECL_Extension::$classes
    The PHP classes defined by this extension
$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_Extension
in file Extension.php, class CodeGen_PECL_Extension
    A class that generates PECL extension soure and documenation files
configm4
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configm4()
    write config.m4 code snippet for unix builds
configw32
in file Header.php, method CodeGen_PECL_Dependency_Header::configw32()
    return config.w32 code snippet for windows builds
configw32
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configw32()
    write 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

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

$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
getConstants
in file Extension.php, method CodeGen_PECL_Extension::getConstants()
    Get PHP constants
getLinespecs
in file Extension.php, method CodeGen_PECL_Extension::getLinespecs()
    linespec getter
getResources
in file Extension.php, method CodeGen_PECL_Extension::getResources()
    Get PHP resource types
top

h

Header.php
procedural page Header.php
top

i

$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
minPhpVersion
in file Extension.php, method CodeGen_PECL_Extension::minPhpVersion()
    Return minimal PHP version required to support the requested features
top

o

$otherExtensions
in file Extension.php, variable CodeGen_PECL_Extension::$otherExtensions
    cross extension dependencies
top

p

$phpini
in file Extension.php, variable CodeGen_PECL_Extension::$phpini
    The extensions php.ini parameters
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

$streams
in file Extension.php, variable CodeGen_PECL_Extension::$streams
    PHP Streams
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?
setPlatform
in file Extension.php, method CodeGen_PECL_Extension::setPlatform()
    Set target platform for generated code
top

t

$testcases
in file Extension.php, variable CodeGen_PECL_Extension::$testcases
    Custom test cases
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
top

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