Structure
- Full name:
\Qubus\Expressive\Structure
- This class is marked as final and can't be subclassed
- This class is a Final class
Properties
primaryKey
foreignKey
Methods
__construct
Structure constructor
public __construct(string $primaryKey = 'id', string $foreignKey = '%s_id'): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$primaryKey | string | |
$foreignKey | string |
getPrimaryKey
Parameters:
Parameter | Type | Description |
---|---|---|
$table | string |
getForeignKey
Parameters:
Parameter | Type | Description |
---|---|---|
$table | string |
key
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string | |
$table | string |
Automatically generated on 2025-10-13