Ferreteria/v2/class/fcpeSimple
< Ferreteria | v2 | class
Jump to navigation
Jump to search
- file: Template:L/version
- extends: Template:L/version
- extended by:
/*::::
PURPOSE: a Simple Page Element is a Page Element with a name and a value, no other contents to display;
defaults to obliviousness (ignores events).
*/
class fcpeSimple extends fcPageElement {
public function Render() {
return $this->GetValue();
}
public function DoEvent($nEvent) {}
}