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

Class: PHP_UML_Warning

Source Location: /PHP_UML-1.0.1/UML/Warning.php

Class Overview


Maintains a stack of warning messages.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
Maintains a stack of warning messages.

Worth being checked after a parsing, especially if several classes share common names, in the PHP files



[ Top ]


Class Variables

$stack =

[line 38]

The $stack to read.
  • Access: public

Type:   array


[ Top ]



Method Detail

add   [line 45]

void add( string $message)

Adds a warning message to the pile
  • Access: public

Parameters:

string   $message     The warning message to add

[ Top ]

clear   [line 53]

void clear( )

Clears the pile
  • Access: public

[ Top ]


Documentation generated on Thu, 27 Aug 2009 17:30:10 +0000 by phpDocumentor 1.4.2. PEAR Logo Copyright © PHP Group 2004.