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

Author: Anton Shevchuk
Inheritance: extends Bluz\Db\Table
Show file Open project: bluzphp/framework Class Usage Examples

Protected Properties

Property Type Description
$primary array Primary key(s)
$rowClass string Class name
$table string Table

Property Details

$primary protected property

Primary key(s)
protected array $primary
return array

$rowClass protected property

Class name
protected string $rowClass
return string

$table protected property

Table
protected string $table
return string