PHP 클래스 Bluz\Tests\Fixtures\Models\Test\Table

저자: Anton Shevchuk
상속: extends Bluz\Db\Table
파일 보기 프로젝트 열기: bluzphp/framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$primary array Primary key(s)
$rowClass string Class name
$table string Table

프로퍼티 상세

$primary 보호되어 있는 프로퍼티

Primary key(s)
protected array $primary
리턴 array

$rowClass 보호되어 있는 프로퍼티

Class name
protected string $rowClass
리턴 string

$table 보호되어 있는 프로퍼티

Table
protected string $table
리턴 string