Difference between revisions of "PHPLights/Documentation/liblights/LsViewPHPArray"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(update) |
||
| Line 4: | Line 4: | ||
{ | { | ||
public function display() {} | public function display() {} | ||
| − | |||
public function & render() | public function & render() | ||
| − | |||
| − | |||
} | } | ||
| Line 17: | Line 14: | ||
public function display() | public function display() | ||
| − | |||
| − | |||
| − | |||
| − | |||
=== render() === | === render() === | ||
public function & render() | public function & render() | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
---- | ---- | ||
Back to [[PHPLights/Documentation/liblights|Overview]] | Back to [[PHPLights/Documentation/liblights|Overview]] | ||
Latest revision as of 13:39, 6 October 2007
Synopsis
class LsViewPHPArray extends LsViewPHP { public function display() {} public function & render() }
Description
Public functions
display()
public function display()
render()
public function & render()
Back to Overview