reactjs
This commit is contained in:
@@ -6,4 +6,8 @@ abstract class StaticView {
|
||||
|
||||
public abstract function getCode();
|
||||
|
||||
public function __toString() {
|
||||
return $this->getCode();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user