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

Class: PHP_UML_Warning

Source Location: /PHP_UML-1.6.2/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 = array()

[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 Mon, 11 Mar 2019 16:01:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.