Smalldb  v0.0-177-g1a83180
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ShowTableBlock Class Reference

Show listing in simple table. More...

Inheritance diagram for ShowTableBlock:
Inheritance graph

Public Member Functions

 main ()
 Block body. More...
 
- Public Member Functions inherited from BackendBlock
 __construct ($smalldb)
 Setup block to act as expected. More...
 

Public Attributes

const force_exec = true
 Block must be always executed.
 

Protected Attributes

 $inputs
 Block inputs. More...
 
 $outputs
 Block outputs. More...
 
- Protected Attributes inherited from BackendBlock
 $smalldb
 Smalldb backend obtained from block storage.
 

Detailed Description

Show listing in simple table.

See also
ListingBlock.

Member Function Documentation

main ( )

Block body.

Todo:
Add action buttons
Todo:

Member Data Documentation

$inputs
protected
Initial value:
= array(
'list' => null,
'properties' => null,
'slot' => 'default',
'slot_weight' => 50,
)

Block inputs.

$outputs
protected
Initial value:
= array(
'done' => true,
)

Block outputs.