Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
11 | final class Query extends CommandAbstract implements CommandInterface |
||
12 | { |
||
13 | protected static $command = 'GRAPH.QUERY'; |
||
14 | |||
15 | private function __construct(string $name, string $queryString) |
||
18 | } |
||
19 | |||
20 | public static function createCommandWithArguments(QueryInterface $query): CommandInterface |
||
25 |