Home
last modified time | relevance | path

Searched refs:STRUCTACL_SEPCHAR (Results 1 – 1 of 1) sorted by relevance

/plugin/structacl/
H A Dhelper.php5 public const STRUCTACL_SEPCHAR = '.'; define in helper_plugin_structacl
21 if ($line === '' || strpos($line, self::STRUCTACL_SEPCHAR) === false) continue;
23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);