DUF: Declarative Ugly Forms  v0.1-94-g0b7957c
 All Classes Functions Variables Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | List of all members
FormBlock Class Reference

Interpreter for Cascade::Core::JsonBlockStorage using shebang feature. More...

Inheritance diagram for FormBlock:
Inheritance graph

Public Member Functions

 __construct ($config, $context)
 Setup block using configuration from a block storage.
 
 main ()
 Main of the Block.
 

Static Public Member Functions

static createFromShebang ($block_config, $shebang_config,\Cascade::Core::Context $context, $block_type)
 Create block proxy.
 

Public Attributes

const force_exec = true
 Always execute this block.
 

Protected Attributes

 $inputs
 List of inputs and their default values. More...
 
 $outputs
 List of outputs (no default values) More...
 
 $form
 The Form.
 

Detailed Description

Interpreter for Cascade::Core::JsonBlockStorage using shebang feature.

Member Data Documentation

$inputs
protected
Initial value:
= array(
)

List of inputs and their default values.

$outputs
protected
Initial value:
= array(
)

List of outputs (no default values)