PHP 클래스 Asvae\ApiTester\Entities\RequestEntity

상속: extends BaseEntity
파일 보기 프로젝트 열기: asvae/laravel-api-tester 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dirty boolean
$exists boolean
$fillable array
$toDelete boolean

공개 메소드들

메소드 설명
createExisting ( $data ) : static
exists ( )
getId ( ) : array
isDirty ( )
markToDelete ( $bool = true )
markedToDelete ( )
notExists ( )
notMarkedToDelete ( )
setDirty ( $bool = true )
setExists ( $bool )
setId ( $id )
update ( $data )

메소드 상세

createExisting() 공개 정적인 메소드

public static createExisting ( $data ) : static
$data
리턴 static

exists() 공개 메소드

public exists ( )

getId() 공개 메소드

public getId ( ) : array
리턴 array

isDirty() 공개 메소드

public isDirty ( )

markToDelete() 공개 메소드

public markToDelete ( $bool = true )

markedToDelete() 공개 메소드

public markedToDelete ( )

notExists() 공개 메소드

public notExists ( )

notMarkedToDelete() 공개 메소드

public notMarkedToDelete ( )

setDirty() 공개 메소드

public setDirty ( $bool = true )

setExists() 공개 메소드

public setExists ( $bool )

setId() 공개 메소드

public setId ( $id )
$id

update() 공개 메소드

public update ( $data )

프로퍼티 상세

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

protected bool $dirty
리턴 boolean

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

protected bool $exists
리턴 boolean

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

protected array $fillable
리턴 array

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

protected bool $toDelete
리턴 boolean