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

Class: PHP_UML_Warning

Source Location: /PHP_UML-0.4.2/UML.php

Class Overview


Maintains of stack of warning messages. Worth to being checked, especially if multiple classes in your PHP files have the same name...


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 607]
Maintains of stack of warning messages. Worth to being checked, especially if multiple classes in your PHP files have the same name...


[ Top ]


Class Variables

$stack =

[line 613]

The $stack to read.
  • Access: public

Type:   array


[ Top ]



Method Detail

add   [line 620]

void add( string $message)

Adds a warning message to the pile
  • Access: public

Parameters:

string   $message   —  The warning message to add

[ Top ]

clear   [line 628]

void clear( )

Clears the pile
  • Access: public

[ Top ]


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