1 | <?php |
||
10 | abstract class AbstractRruleTransformer |
||
11 | { |
||
12 | /** |
||
13 | * @param string $rRule |
||
14 | * @return integer |
||
15 | */ |
||
16 | public function transform($rRule) |
||
26 | |||
27 | /** |
||
28 | * @param string $rRule |
||
29 | * @param string $ruleKey |
||
30 | * @return bool |
||
31 | */ |
||
32 | public function throwExceptionOnInvalidParameter($rRule, $ruleKey) |
||
38 | } |
||
39 |