PHP 클래스 Pimcore\Model\Element\Sanitycheck

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id integer
$type string

공개 메소드들

메소드 설명
delete ( ) : void deletes sanity check from db
getId ( ) : integer
getNext ( ) : Sanitycheck
getType ( ) : string
save ( ) : void saves sanity check to db
setId ( integer $id )
setType ( string $type )

메소드 상세

delete() 공개 메소드

deletes sanity check from db
public delete ( ) : void
리턴 void

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getNext() 공개 정적인 메소드

public static getNext ( ) : Sanitycheck
리턴 Sanitycheck

getType() 공개 메소드

public getType ( ) : string
리턴 string

save() 공개 메소드

saves sanity check to db
public save ( ) : void
리턴 void

setId() 공개 메소드

public setId ( integer $id )
$id integer

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$type 공개적으로 프로퍼티

public string $type
리턴 string