\Piko\DbRecord\Attribute\Table
Properties summary
Name | Description |
---|---|
public $name |
Methods summary
Name | Description |
---|---|
public __construct |
Constructor |
Properties
public $name : string
Methods
public __construct(): mixed
public __construct(string $name): mixed
Constructor for TableAttribute class.
Parameters
$name : The name of the database table associated with the class.
Return:
mixed