Skip to content
Snippets Groups Projects
Commit 78b8829e authored by Peter Rotich's avatar Peter Rotich
Browse files

Add "asVar" support to help topic object

parent 6b04b7d4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@ class Topic {
function reload() {
return $this->load();
}
function asVar() {
return $this->getName();
}
function getId() {
return $this->id;
......
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