Add a getValue method...
This commit is contained in:
parent
91f9e6b721
commit
16477dbb30
1 changed files with 7 additions and 0 deletions
|
|
@ -357,4 +357,11 @@ class Status {
|
|||
public function getMessage() {
|
||||
return $this->getWikiText();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getValue() {
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue