Templates/Security.php 4

Type Line Description
TODO 19 getter and setter instead of public properties would allow cultivating an internal cache properly
TODO 19 current implementation of isTrustedResourceDir() assumes that Brainy::$template_dir are immutable
TODO 19 the cache is killed every time either of the variables change. That means that two distinct Smarty objects with differing
TODO 19 $template_dir should NOT share the same Security instance as this would lead to (severe) performance penalty! how should this be handled?

Templates/TemplateData.php 1

Type Line Description
TODO 104 This may not work with multiple Brainy instances.