Add a getValue method...

This commit is contained in:
Sam Reed 2012-03-12 16:55:25 +00:00
parent 91f9e6b721
commit 16477dbb30

View file

@ -357,4 +357,11 @@ class Status {
public function getMessage() {
return $this->getWikiText();
}
/**
* @return mixed
*/
public function getValue() {
return $this->value;
}
}