1 | <?php |
||
10 | class IlluminateQuery extends AbstractDatabaseQuery |
||
11 | { |
||
12 | 3 | public function __construct(Builder $dataSource) |
|
16 | |||
17 | /** |
||
18 | * @return Builder |
||
19 | * @throws Exception |
||
20 | */ |
||
21 | 2 | public function getIlluminateQuery() |
|
25 | |||
26 | /** |
||
27 | * @return string |
||
28 | */ |
||
29 | 1 | public function getSQL() |
|
33 | |||
34 | /** |
||
35 | * @return int |
||
36 | */ |
||
37 | 1 | protected function getCountInternal() |
|
41 | |||
42 | 3 | protected function getHandlerFactory() |
|
46 | } |
||
47 |