DebugMessage
class DebugMessage (View source)
A DTO for transporting internal debugging messages
Properties
protected int | $level | ||
protected string | $title | ||
protected string | $path | ||
protected mixed | $data | ||
protected bool | $plaintext |
Methods
__construct(string $title, string $path, $data, bool $plaintext, int $level = LOG_DEBUG)
No description
string
getTitle()
No description
string
getPath()
No description
mixed
getData()
No description
bool
isPlaintext()
No description
int
getLevel()
No description
Details
__construct(string $title, string $path, $data, bool $plaintext, int $level = LOG_DEBUG)
No description
string
getTitle()
No description
string
getPath()
No description
mixed
getData()
No description
bool
isPlaintext()
No description
int
getLevel()
No description