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

Simple wrapper around Reference class. More...

Inheritance diagram for LoadRefBlock:
Inheritance graph

Public Member Functions

 main ()
 Block body.
 
 getOutput ($name)
 Reference properties are mapped to block outputs.
 
- Public Member Functions inherited from BackendBlock
 __construct ($smalldb)
 Setup block to act as expected. More...
 

Protected Attributes

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

Detailed Description

Simple wrapper around Reference class.

Use this to load properties and state of state machine.

Member Data Documentation

$inputs
protected
Initial value:
= array(
'ref' => null,
'preload' => true,
)

Block inputs.

$outputs
protected
Initial value:
= array(
'ref' => true,
'state' => true,
'properties' => true,
'machine' => true,
'machine_type' => true,
'actions' => true,
'*' => true,
'done' => true,
)

Block outputs.