PHP 클래스 YetORM\Entity

파일 보기 프로젝트 열기: uestla/yetorm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$record Record

공개 메소드들

메소드 설명
__call ( string $name, array $args ) : void
__construct ( ActiveRow | Record $row = NULL )
__get ( string $name ) : mixed
__isset ( string $name ) : boolean
__set ( string $name, mixed $value ) : void
__unset ( string $name ) : void
getReflection ( ) : EntityType
toRecord ( ) : Record

메소드 상세

__call() 공개 메소드

public __call ( string $name, array $args ) : void
$name string
$args array
리턴 void

__construct() 공개 메소드

public __construct ( ActiveRow | Record $row = NULL )
$row Nette\Database\Table\ActiveRow | Record

__get() 공개 메소드

public __get ( string $name ) : mixed
$name string
리턴 mixed

__isset() 공개 메소드

public __isset ( string $name ) : boolean
$name string
리턴 boolean

__set() 공개 메소드

public __set ( string $name, mixed $value ) : void
$name string
$value mixed
리턴 void

__unset() 공개 메소드

public __unset ( string $name ) : void
$name string
리턴 void

getReflection() 공개 정적인 메소드

public static getReflection ( ) : EntityType
리턴 YetORM\Reflection\EntityType

toRecord() 최종 공개 메소드

final public toRecord ( ) : Record
리턴 Record

프로퍼티 상세

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

protected Record,yetorm $record
리턴 Record