Home
last modified time | relevance | path

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

/plugin/database2/
H A Ddatabase2.php2447 * @param string $optRuleName optional fallback sort of access if first
2455 $optRuleName = null, argument
2465 else if ( $rowACL[$optRuleName] )
2466 $rule = $rowACL[$optRuleName];
2477 else if ( $tableACL[$optRuleName] )
2478 $rule = $tableACL[$optRuleName];