mini\Table\Contracts\TableInterface::getProperty()
Method
public
abstract
Signature
public abstract function getProperty(string $name): mixed
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name |
string |
required | Documentation missing |
Returns
mixed
Documentation
Get a table property
Properties are arbitrary metadata attached to tables. Use hasProperty() to distinguish between "not set" and "set to null".
$table->getProperty('alias'); // 'u' or null