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

Class: CodeGen_MySQL_UDF_Extension

Source Location: /CodeGen_MySQL_UDF-1.0.0RC1/MySQL/UDF/Extension.php

Class Overview

CodeGen_MySQL_Extension
   |
   --CodeGen_MySQL_UDF_Extension

A class that generates UDF extension soure and documenation files


Author(s):

Version:

  • Release: 1.0.0RC1

Copyright:

  • 2005-2008 Hartmut Holzgraefe

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 56]
A class that generates UDF extension soure and documenation files


[ Top ]


Class Variables

$functions = array()

[line 86]

The public UDF functions defined by this extension
  • Access: protected

Type:   array


[ Top ]



Method Detail

__construct (Constructor)   [line 98]

CodeGen_MySQL_UDF_Extension __construct( )

The constructor

[ Top ]

addFunction   [line 116]

void addFunction( CodeGen_Mysql_UDF_Element_Function $function)

Add a function to the extension

Parameters:

object a   $function   —  function object

[ Top ]

copyright   [line 74]

string copyright( )

CodeGen_MySQL_UDF Copyright message

[ Top ]

docbookify   [line 867]

void docbookify( $text)


Parameters:

   $text   — 

[ Top ]

generateDocumentation   [line 574]

void generateDocumentation( )

Generate DocBook documentation
  • Access: protected

[ Top ]

testFactory   [line 906]

void testFactory( )


[ Top ]

version   [line 64]

string version( )

Current CodeGen_MySQL_UDF version number

[ Top ]

writeCodeFile   [line 231]

void writeCodeFile( )

Write the complete C code file
  • Access: protected

[ Top ]

writeDef   [line 361]

void writeDef( )

Generate .def file

[ Top ]

writeHeaderFile   [line 141]

void writeHeaderFile( )

Write the complete C header file
  • Access: protected

[ Top ]

writeInstall   [line 414]

void writeInstall( )

Generate INSTALL file (custom or default)
  • Access: protected

[ Top ]

writeReadme   [line 382]

void writeReadme( )

Generate README file (custom or default)

[ Top ]

writeTests   [line 876]

void writeTests( )


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:29:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.