
Public Member Functions | |
| toString ($indent=0) | |
| Overridden to generate content before transforming to script. | |
| logMessage ($path, $priority, $message, $file, $line) | |
| This function will be called by the logging facility. | |
| getName () | |
| addText ($text) | |
| Adds text to this popup. | |
| display ($indent=0) | |
| Prints the javascript for this popup. | |
Static Public Member Functions | |
| static | getInstances () |
| Gets all instances of this class. | |
Protected Member Functions | |
| put ($string, $indent) | |
| Convenience function for formatting a single line. | |
Protected Attributes | |
| $name | |
| The name of this popup. | |
| $text = '' | |
| The contents of this popup. | |
Static Protected Attributes | |
| static | $instances = array() |
| All instances of this class. | |
Static Private Member Functions | |
| static | getLevelString ($priority) |
| Will convert the numeric event priority to a string. | |
Private Attributes | |
| $generatedContent = false | |
| Whether the content was already generated. | |
| $messages = array() | |
Definition at line 6 of file HtmlPopupLogTarget.class.php.
| spunQ_Popup::addText | ( | $ | text | ) | [inherited] |
Adds text to this popup.
| $text | Text to add |
Definition at line 53 of file Popup.class.php.
| spunQ_Popup::display | ( | $ | indent = 0 |
) | [inherited] |
Prints the javascript for this popup.
| $indent | The amount of indentation to use for the code. |
Definition at line 63 of file Popup.class.php.
| static spunQ_Popup::getInstances | ( | ) | [static, inherited] |
Gets all instances of this class.
Definition at line 18 of file Popup.class.php.
| static spunQ_HtmlPopupLogTarget::getLevelString | ( | $ | priority | ) | [static, private] |
Will convert the numeric event priority to a string.
| $priority | The numeric priority, could be either of the constants in spunQ_Logger. |
Definition at line 14 of file HtmlPopupLogTarget.class.php.
| spunQ_HtmlPopupLogTarget::logMessage | ( | $ | path, | |
| $ | priority, | |||
| $ | message, | |||
| $ | file, | |||
| $ | line | |||
| ) |
This function will be called by the logging facility.
A logger rule matched a logging event that was triggered and this log target was provided to the rule.
| $path | The source of the log event. | |
| $priority | The priority with which the Logger was invoked. | |
| $message | The message of the log event. | |
| $file | The path to the file where the event actually occured. | |
| $line | The line within the file where the log event was triggered |
Implements spunQ_ILogTarget.
Definition at line 66 of file HtmlPopupLogTarget.class.php.
| spunQ_HtmlGenerator::put | ( | $ | string, | |
| $ | indent | |||
| ) | [protected, inherited] |
Convenience function for formatting a single line.
| $string | The string to print | |
| $indent | The indentation level to use, a numeric value. |
Definition at line 11 of file HtmlGenerator.class.php.
spunQ_HtmlPopupLogTarget::$generatedContent = false [private] |
Whether the content was already generated.
Definition at line 34 of file HtmlPopupLogTarget.class.php.
spunQ_Popup::$instances = array() [static, protected, inherited] |
spunQ_Popup::$name [protected, inherited] |
spunQ_Popup::$text = '' [protected, inherited] |
1.5.9