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

Class: CodeGen_PECL_Dependency_Lib

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

Class Overview

CodeGen_Element
   |
   --CodeGen_PECL_Dependency_Lib

Class representing a library dependencyp


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Hartmut Holzgraefe

Methods


Inherited Variables

Inherited Methods


Class Details

[line 35]
Class representing a library dependencyp


[ Top ]


Method Detail

__construct (Constructor)   [line 72]

CodeGen_PECL_Dependency_Lib __construct( string $name, [string $platform = "all"])

Constructor

Parameters:

string   $name   —  library basename
string   $platform   —  platform name

[ Top ]

configm4   [line 128]

string configm4( string $extName, string $withName)

write config.m4 code snippet for unix builds
  • Return: code snippet

Parameters:

string   $extName   —  Extension name
string   $withName   —  --with option name

[ Top ]

configw32   [line 162]

string configw32( string $extName, string $withName)

write config.w32 code snippet for windows builds
  • Return: code snippet

Parameters:

string   $extName   —  Extension name
string   $withName   —  --with option name

[ Top ]

getName   [line 105]

string getName( )

basename getter

[ Top ]

setFunction   [line 95]

void setFunction( string $function)

test function setter

Parameters:

string   $function   — 

[ Top ]

setPath   [line 85]

void setPath( string $path)

path setter

Parameters:

string   $path   — 

[ Top ]

testPlatform   [line 116]

bool testPlatform( platfrom $name)

check for platform

Parameters:

platfrom   $name   —  name

[ Top ]


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