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

Class: CodeGen_PECL_Dependency_Header

Source Location: /CodeGen_PECL-1.0.0rc1/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 38]
Class representing a header file dependency


[ Top ]


Method Detail

__construct (Constructor)   [line 67]

CodeGen_PECL_Dependency_Header __construct( string $name)

Constructor

Parameters:

string   $name   —  header file name

[ Top ]

configm4   [line 135]

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 148]

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 78]

string getName( )

name getter

[ Top ]

getPath   [line 108]

string getPath( )

search path getter

[ Top ]

hCode   [line 119]

string hCode( [bool $prepend = false])

return header file code snippet

Parameters:

bool   $prepend   — 

[ Top ]

setPath   [line 98]

void setPath( string $path)

search path setter

Parameters:

string   $path   — 

[ Top ]

setPrepend   [line 88]

void setPrepend( bool $prepend)

prepend flag setter

Parameters:

bool   $prepend   — 

[ Top ]


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