PHP 인터페이스 Bravo3\Orm\Proxy\OrmProxyInterface

상속: extends ProxyManager\Proxy\LazyLoadingInterface
파일 보기 프로젝트 열기: bravo3/orm 0 사용 예제들

공개 메소드들

메소드 설명
getIndexOriginalValue ( string $name ) : string Get an indexes original value
getOriginalId ( ) : string Get the original ID
isRelativeModified ( string $name ) : boolean Check if a relationship has been modified
setEntityPersisted ( string $id ) Sets the entity to a persisted state
setIndexOriginalValue ( string $name, string $value ) Set an indexes original value
setOriginalId ( string $value ) Set the original ID
setRelativeModified ( string $name ) Mark a relationship as modified

메소드 상세

getIndexOriginalValue() 공개 메소드

Get an indexes original value
public getIndexOriginalValue ( string $name ) : string
$name string
리턴 string

getOriginalId() 공개 메소드

Get the original ID
public getOriginalId ( ) : string
리턴 string

isRelativeModified() 공개 메소드

Check if a relationship has been modified
public isRelativeModified ( string $name ) : boolean
$name string
리턴 boolean

setEntityPersisted() 공개 메소드

Clears all modification flags and updates the original ID marker, as if the entity was freshly retrieved.
public setEntityPersisted ( string $id )
$id string

setIndexOriginalValue() 공개 메소드

Set an indexes original value
public setIndexOriginalValue ( string $name, string $value )
$name string
$value string

setOriginalId() 공개 메소드

Set the original ID
public setOriginalId ( string $value )
$value string

setRelativeModified() 공개 메소드

Mark a relationship as modified
public setRelativeModified ( string $name )
$name string