FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Table Class Reference
Inheritance diagram for Table:
Builder Thing

Public Member Functions

 build ($ids)
 
- Public Member Functions inherited from Builder
 __construct ($view)
 
 build ($ids)
 
- Public Member Functions inherited from Thing
 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from Builder
static row ($ids, $row, $index=null)
 Add a row. More...
 
- Data Fields inherited from Builder
const RENDER_CAPTION = '~'
 ID prefix indicating to render only the caption. More...
 
const RENDER_WIDGET = '$'
 ID prefix indicating to render only the widget. More...
 
const RENDER_BOTH = '%'
 ID prefix indicating to render both caption and widget (explicitly). More...
 
const RENDER_WILD = '*'
 Render all (between previous and next id). More...
 
- Data Fields inherited from Thing
const HIDDEN = 0
 Property is hidden. More...
 
const READABLE = 1
 Property is readable. More...
 
const WRITEABLE = 2
 Property is writeable. More...
 
const READWRITE = 3
 Property is readable and writeable. More...
 
- Protected Member Functions inherited from Builder
 trim ($id)
 
 next ($ids)
 
 expand ($ids, &$done=[])
 
 renderCaption ($id)
 
 renderWidget ($id)
 
 getHtml ()
 
- Protected Member Functions inherited from Thing
 publish ($property, $visibility=self::READABLE)
 Publish a property (or hide it again). 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...
 
- Protected Attributes inherited from Builder
 $_view
 
- Protected Attributes inherited from Thing
 $_published = []
 Published properties (key = name of property, value = visibility). More...
 

Detailed Description

Definition at line 5 of file Table.php.

Member Function Documentation

◆ build()

build (   $ids)

Definition at line 7 of file Table.php.


The documentation for this class was generated from the following file: