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

Class: CodeGen_PECL_Maintainer

Source Location: /CodeGen_PECL-1.1.3/PECL/Maintainer.php

Class Overview

CodeGen_Maintainer
   |
   --CodeGen_PECL_Maintainer

PECL specific Maintainer extensions


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2008 Hartmut Holzgraefe

Methods


Inherited Variables

Inherited Methods


Class Details

[line 39]
PECL specific Maintainer extensions


[ Top ]


Method Detail

comp   [line 104]

int comp( object maintainer $m1, object maintainer $m2)

Comparison function

We need to sort maintainers by role as package.xml 2.0 requires this. This callback can be used by usort() to sort an array of Maintainer objects

  • Return: the usual -1, 0, 1

Parameters:

object maintainer   $m1   —  #1
object maintainer   $m2   —  #2

[ Top ]

packageXml   [line 61]

string packageXml( )

Generate a package.xml <maintainer> entry for this author
  • Return: line
  • Access: public

[ Top ]

packageXml2   [line 79]

string packageXml2( )

Generate a package.xml 2.0 <maintainer> entry for this author
  • Return: line
  • Access: public

[ Top ]

phpinfoCode   [line 48]

string phpinfoCode( )

Generate a phpinfo line for this author
  • Return: line
  • Access: public

[ Top ]


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