public function BlockEditor::__construct in Forena Reports 7.5
Same name and namespace in other branches
- 8 src/Editor/BlockEditor.php \Drupal\forena\Editor\BlockEditor::__construct()
File
- src/
Editor/ BlockEditor.php, line 22
Class
Namespace
Drupal\forena\EditorCode
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, ':');
}