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

Class: CodeGen_PECL_Dependency_With

Source Location: /CodeGen_PECL-1.1.3/PECL/Dependency/With.php

Class Overview

CodeGen_Element
   |
   --CodeGen_PECL_Dependency_With

Class representing a --with configure option


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005-2008 Hartmut Holzgraefe

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
Class representing a --with configure option


[ Top ]


Class Variables

$defaults =  "/usr:/usr/local"

[line 79]

Default search path
  • Access: protected

Type:   string


[ Top ]

$description =  ""

[line 63]

Long Description
  • Access: protected

Type:   string


[ Top ]

$headers = array()

[line 96]

dependant header files
  • Access: protected

Type:   string


[ Top ]

$libs = array()

[line 87]

dependant libraries
  • Access: protected

Type:   string


[ Top ]

$mode =  "default"

[line 103]

operation mode
  • Access: protected

Type:   string


[ Top ]

$name =  false

[line 47]

Set option name
  • Access: protected

Type:   name


[ Top ]

$summary =  ""

[line 55]

Short Summary
  • Access: protected

Type:   string


[ Top ]

$testfile =  false

[line 71]

A file to test for to check a given argument path
  • Access: protected

Type:   string


[ Top ]

$version =  ""

[line 110]

required version
  • Access: protected

Type:   string


[ Top ]



Method Detail

addHeader   [line 274]

void addHeader( CodeGen_PECL_Dependency_Header $header)

add header dependency

Parameters:

object   $header   — 

[ Top ]

addLib   [line 246]

void addLib( CodeGen_PECL_Dependency_Lib $lib)

add library dependency

Parameters:

object   $lib   — 

[ Top ]

configm4   [line 320]

string configm4( CodeGen_PECL_Extension $extension)

config.m4 code snippet

Parameters:

CodeGen_PECL_Extension   $extension   — 

[ Top ]

getDefaults   [line 208]

string getDefaults( )

default searchpath getter

[ Top ]

getHeaders   [line 292]

array getHeaders( )

headers getter

[ Top ]

getLibs   [line 264]

array getLibs( )

libraries getter

[ Top ]

getName   [line 117]

void getName( string 0)

name getter

Parameters:

string   0   — 

[ Top ]

getSummary   [line 156]

string getSummary( )

summary getter

[ Top ]

getTestfile   [line 188]

string getTestfile( )

testfile getter

[ Top ]

m4Line   [line 303]

string m4Line( string 0)

m4 PHP_ARG_WITH line

Parameters:

string   0   —  optional help text

[ Top ]

setDefaults   [line 198]

void setDefaults( string $defaults)

default searchpath setter

Parameters:

string   $defaults   — 

[ Top ]

setDescription   [line 166]

void setDescription( string $text)

description setter

Parameters:

string   $text   — 

[ Top ]

setMode   [line 218]

void setMode( string $mode)

mode setter

Parameters:

string   $mode   — 

[ Top ]

setName   [line 128]

void setName( string $name)

name setter

Parameters:

string   $name   — 

[ Top ]

setSummary   [line 144]

void setSummary( string $text)

summary setter

Parameters:

string   $text   — 

[ Top ]

setTestfile   [line 178]

void setTestfile( string $path)

testfile setter

Parameters:

string   $path   — 

[ Top ]

setVersion   [line 236]

void setVersion( string $version)

version setter

Parameters:

string   $version   — 

[ Top ]


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