1 | <?php |
||
8 | class From extends Component |
||
9 | { |
||
10 | protected $bindings; |
||
11 | |||
12 | protected $list = []; |
||
13 | |||
14 | 17 | public function __construct(Bindings $bindings) |
|
18 | |||
19 | 17 | public function table(string $ref): void |
|
23 | |||
24 | 2 | public function join(string $join, string $ref, string $condition = '', ...$bindingsInline): void |
|
43 | |||
44 | 16 | public function build(): string |
|
57 | } |
||
58 |