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

Class: parserElement

Source Location: /PhpDocumentor-1.2.0beta2/phpDocumentor/ParserElements.inc

Class Overview

parserBase
   |
   --parserElement

all elements except parserPackagePage descend from this abstract class


Author(s):

Version:

  • $Id: ParserElements.inc,v 1.33 2003/01/14 08:40:36 CelloG Exp $

Variables

Methods


Child classes:

Inherited Variables

Inherited Methods


Class Details

[line 18]
all elements except parserPackagePage descend from this abstract class


[ Top ]


Class Variables

$conflicts =  false

[line 32]

  • Var: either false or an array of paths to files with conflicts

Type:   mixed


[ Top ]

$docblock =  false

[line 23]


Type:   mixed


[ Top ]

$file =  ''

[line 38]

location of this element (filename)

Type:   string


[ Top ]

$linenumber =  false

[line 51]

Line number in the source on which this element appears
  • Since: 1.2

Type:   false|integer


[ Top ]

$name =

[line 27]

name of this element, or include type if element is a parserInclude

Type:   mixed


[ Top ]

$path =  ''

[line 44]

full path location of this element (filename)

Type:   string


[ Top ]



Method Detail

getFile   [line 117]

string getFile( )


[ Top ]

getLineNumber   [line 74]

void getLineNumber( )


[ Top ]

getName   [line 108]

string getName( )


[ Top ]

getPackage   [line 80]

string getPackage( )

  • Return: package containing this element

[ Top ]

getPath   [line 126]

string getPath( )


[ Top ]

setDocBlock   [line 56]

void setDocBlock( parserDocBlock $docblock)


Parameters:

parserDocBlock   $docblock     

[ Top ]

setFile   [line 89]

void setFile( string $file)


Parameters:

string   $file     

[ Top ]

setLineNumber   [line 69]

void setLineNumber( mixed $number)


[ Top ]

setName   [line 64]

void setName( string $name)


Parameters:

string   $name     

[ Top ]

setPath   [line 95]

void setPath( string $file)


Parameters:

string   $file     

[ Top ]


Documentation generated on Fri, 30 Apr 2004 22:10:28 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.