Table
final class Table
Database table structure.
Properties
| Column> | $columns | ||
| Index> | $indexes | ||
| $primaryKey | |||
| ForeignKey> | $foreignKeys |
Methods
__construct(Reflection $reflection, string $name, bool $view = false, string|null $fullName = null, string|null $comment = null)
No description
mixed
__get($name)
No description
string
__toString()
No description
Details
at line 33
__construct(Reflection $reflection, string $name, bool $view = false, string|null $fullName = null, string|null $comment = null)
| internal |
No description
at line 48
Column
getColumn(string $name)
Returns column object or throws exception if column doesn't exist.
at line 104
mixed
__get($name)
No description
at line 117
string
__toString()
No description