You are here

public function FrxBlockEditor::__construct in Forena Reports 7.4

File

./FrxBlockEditor.inc, line 20

Class

FrxBlockEditor

Code

public function __construct($block_name = '', $edit = TRUE) {
  $this->edit = $edit;
  if ($block_name) {
    $this
      ->load($block_name, $edit);
  }
  $this->teng = Frx::SyntaxEngine(FRX_SQL_TOKEN, ':');
}