Свойство | Type | Description | |
---|---|---|---|
$connection | Pagekit\Database\Connection | ||
$table |
Méthode | Description | |
---|---|---|
__call ( string $method, array $args ) : mixed | Proxy method call to table. | |
__construct ( |
Constructor. | |
addColumn ( string $columnName, string $typeName, array $options = [] ) : Column | ||
addIndex ( array $columnNames, string | null $indexName = null, array $flags = [], array $options = [] ) : self | ||
addUniqueIndex ( array $columnNames, string | null $indexName = null, array $options = [] ) : self |
public __construct ( |
||
$table | ||
$connection | Pagekit\Database\Connection |
protected Connection,Pagekit\Database $connection | ||
Résultat | Pagekit\Database\Connection |