| 1 | <?php |
||
| 17 | class RuleMode extends BaseWithNameAndMode { |
||
| 18 | /** |
||
| 19 | * Tell which schema to use. |
||
| 20 | * |
||
| 21 | * @throws \InvalidArgumentException when schema is unknown |
||
| 22 | * @throws \InvalidArgumentException when there are arguments |
||
| 23 | * @return Base|null |
||
| 24 | */ |
||
| 25 | 186 | public function __call($name, $arguments) { |
|
| 33 | } |
||
| 34 |