Skip to content
Snippets Groups Projects
Commit adb80b02 authored by Christopher Smith's avatar Christopher Smith
Browse files

An event object used as a string will return its name - the event name

parent b95f73d3
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ class Doku_Event {
}
function __toString() {
return $this->name;
}
/**
* advise functions
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment