| 1 | <?php |
||
| 9 | class From implements Snippet, NeedTableAware |
||
| 10 | { |
||
| 11 | private |
||
| 12 | $tableName; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param TableName|string $table |
||
| 16 | */ |
||
| 17 | 44 | public function __construct($table, ?string $alias = null) |
|
| 26 | |||
| 27 | 38 | public function toString(): string |
|
| 31 | |||
| 32 | 6 | public function hasNeededTable(string $tableName): bool |
|
| 41 | } |
||
| 42 |