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

Class: CodeGen_PECL_Dependency_Header

Source Location: /CodeGen_PECL-0.9.0/PECL/Dependency/Header.php

Class Overview

CodeGen_Element
   |
   --CodeGen_PECL_Dependency_Header

Class representing a header file dependency


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Hartmut Holzgraefe

Methods


Inherited Variables

Inherited Methods


Class Details

[line 35]
Class representing a header file dependency


[ Top ]


Method Detail

__construct (Constructor)   [line 64]

CodeGen_PECL_Dependency_Header __construct( string $name)

Constructor

Parameters:

string   $name   —  header file name

[ Top ]

configm4   [line 132]

string configm4( string $extname, string $withname)

return config.m4 code snippet for unix builds

Parameters:

string   $extname   —  Extension name
string   $withname   —  --with option name

[ Top ]

configw32   [line 145]

string configw32( string $extname, string $withname)

return config.w32 code snippet for windows builds

Parameters:

string   $extname   —  Extension name
string   $withname   —  --with option name

[ Top ]

getName   [line 75]

string getName( )

name getter

[ Top ]

getPath   [line 105]

string getPath( )

search path getter

[ Top ]

hCode   [line 116]

string hCode( [bool $prepend = false])

return header file code snippet

Parameters:

bool   $prepend   — 

[ Top ]

setPath   [line 95]

void setPath( string $path)

search path setter

Parameters:

string   $path   — 

[ Top ]

setPrepend   [line 85]

void setPrepend( bool $prepend)

prepend flag setter

Parameters:

bool   $prepend   — 

[ Top ]


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