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
ViewBlock Class Reference

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

Inheritance diagram for ViewBlock:
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
 Must be executed (it is view).
 

Protected Attributes

 $inputs
 Inputs. More...
 
 $outputs
 Outputs. More...
 
 $form
 DUF Form prepared in constructor.
 

Detailed Description

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

Member Data Documentation

$inputs
protected
Initial value:
= array(
)

Inputs.

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

Outputs.