PHP Class Bluz\Tests\Fixtures\Models\Test\Table

Author: Anton Shevchuk
Inheritance: extends Bluz\Db\Table
Afficher le fichier Open project: bluzphp/framework Class Usage Examples

Protected Properties

Свойство Type Description
$primary array Primary key(s)
$rowClass string Class name
$table string Table

Property Details

$primary protected_oe property

Primary key(s)
protected array $primary
Résultat array

$rowClass protected_oe property

Class name
protected string $rowClass
Résultat string

$table protected_oe property

Table
protected string $table
Résultat string