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

Class: CodeGen_PECL_Dependency_With

Source Location: /CodeGen_PECL-1.0.0/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 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 ]

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



Method Detail

addHeader   [line 232]

void addHeader( CodeGen_PECL_Dependency_Header $header)

add header dependency

Parameters:

object   $header   — 

[ Top ]

addLib   [line 204]

void addLib( CodeGen_PECL_Dependency_Lib $lib)

add library dependency

Parameters:

object   $lib   — 

[ Top ]

getDefaults   [line 194]

string getDefaults( )

default searchpath getter

[ Top ]

getHeaders   [line 250]

array getHeaders( )

headers getter

[ Top ]

getLibs   [line 222]

array getLibs( )

libraries getter

[ Top ]

getName   [line 104]

void getName( string 0)

name getter

Parameters:

string   0   — 

[ Top ]

getSummary   [line 142]

string getSummary( )

summary getter

[ Top ]

getTestfile   [line 174]

string getTestfile( )

testfile getter

[ Top ]

setDefaults   [line 184]

void setDefaults( string $defaults)

default searchpath setter

Parameters:

string   $defaults   — 

[ Top ]

setDescription   [line 152]

void setDescription( string $text)

description setter

Parameters:

string   $text   — 

[ Top ]

setName   [line 115]

void setName( string $name)

name setter

Parameters:

string   $name   — 

[ Top ]

setSummary   [line 130]

void setSummary( string $text)

summary setter

Parameters:

string   $text   — 

[ Top ]

setTestfile   [line 164]

void setTestfile( string $path)

testfile setter

Parameters:

string   $path   — 

[ Top ]


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