PHP 클래스 Eva\EvaEngine\Mvc\Model

상속: extends Phalcon\Mvc\Model
파일 보기 프로젝트 열기: evaengine/evaengine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$injectRelations array

보호된 프로퍼티들

프로퍼티 타입 설명
$modelForm Eva\EvaEngine\Form
$prefix string
$tableName string
$useMasterSlave boolean

공개 메소드들

메소드 설명
dump ( array $dataStructure = null ) : array | null Dump model entity data as an array
getModelForm ( ) : Eva\EvaEngine\Form
getPrefix ( ) : string
getSource ( ) : string Get db table full name
initialize ( ) Open master / slave mode Load ORM relationship injection
loadRelations ( )
setModelForm ( Eva\EvaEngine\Form $form )
setPrefix ( $tablePrefix )

메소드 상세

dump() 공개 메소드

Dump model entity data as an array
public dump ( array $dataStructure = null ) : array | null
$dataStructure array
리턴 array | null

getModelForm() 공개 메소드

public getModelForm ( ) : Eva\EvaEngine\Form
리턴 Eva\EvaEngine\Form

getPrefix() 공개 메소드

public getPrefix ( ) : string
리턴 string

getSource() 공개 메소드

Get db table full name
public getSource ( ) : string
리턴 string

initialize() 공개 메소드

Open master / slave mode Load ORM relationship injection
public initialize ( )

loadRelations() 공개 메소드

public loadRelations ( )

setModelForm() 공개 메소드

public setModelForm ( Eva\EvaEngine\Form $form )
$form Eva\EvaEngine\Form

setPrefix() 공개 메소드

public setPrefix ( $tablePrefix )
$tablePrefix

프로퍼티 상세

$injectRelations 공개적으로 정적으로 프로퍼티

public static array $injectRelations
리턴 array

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

protected Form,Eva\EvaEngine $modelForm
리턴 Eva\EvaEngine\Form

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

protected string $prefix
리턴 string

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

protected string $tableName
리턴 string

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

protected bool $useMasterSlave
리턴 boolean