|
| | tag ($tag, $content=null, $attribs=null) |
| |
| | options ($content, $value=null, $attribs=null, $assoc=null) |
| |
| | a ($content, $attribs=null, $href=null) |
| |
| | datalist ($content, $attribs=null, $id=null) |
| |
| | div ($content, $attribs=null, $class=null, $id=null) |
| |
| | form ($content, $attribs=null, $action=null, $method='post', $enctype='multipart/form-data') |
| |
| | img ($content, $attribs=null, $alt=null) |
| |
| | input ($content, $attribs=null, $type=null, $name=null, $options=null) |
| |
| | meta ($content, $attribs=null, $name=null) |
| |
| | script ($content, $attribs=null, $srcs=null, $type='text/javascript') |
| |
| | select ($content, $attribs=null, $value=null, $assoc=null, $name=null) |
| |
| | span ($content, $attribs=null, $class=null, $id=null) |
| |
| | style ($content, $attribs=null, $srcs=null, $type='text/css') |
| |
| | table ($content, $attribs=null, $columns=null) |
| |
| | textarea ($content, $attribs=null, $name=null) |
| |
| | th ($content, $attribs=null, $scope='col') |
| |
| | __call ($func_name, $params) |
| |
| | __construct ($fred, $config=null) |
| |
| | __destruct () |
| |
| | clientConfig () |
| | Public configuration. More...
|
| |
| | config ($key, $default=null) |
| | Retrieve a config value. More...
|
| |
| | ping () |
| | Ping function. More...
|
| |
| | filemtime ($filename) |
| | Filemtime with session cache. More...
|
| |
| | component ($name) |
| | Get a component (local or default). More...
|
| |
| | components (... $names) |
| | Get multiple components in an array. More...
|
| |
| | propertyExists ($property) |
| | Check if a property exists (public or published). More...
|
| |
| | constants ($prefix=null) |
| | Return all constants. More...
|
| |
| | get ($key) |
| | Get one or more properties. More...
|
| |
| | set ($key, $value=null) |
| | Set one or more properties. More...
|
| |
| | __get ($key) |
| |
| | __set ($key, $value) |
| |
|
| | init () |
| |
| | done () |
| |
| | getSession () |
| |
| | publish ($property, $visibility=self::READABLE) |
| | Publish a property (or hide it again). More...
|
| |
| | alias ($alias, $property, $object=null) |
| | Define an alias for a property (of another object). More...
|
| |
| | configure ($config) |
| | Configure the object. More...
|
| |
| | _get ($key) |
| | Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
| |
| | _set ($key, $value) |
| | Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
| |
| | $_fred = null |
| |
| | $_config = null |
| |
| | $_name = null |
| |
| | $_components = [] |
| | Local components (key = component name, value = component). More...
|
| |
| | $_session = null |
| |
| | $_published = [] |
| | Published properties (key = name of property, value = visibility). More...
|
| |
| | $_aliases = [] |
| | Alias properties (key = alias, value = [object,property]). More...
|
| |
Definition at line 5 of file Html.php.