PHP Class Asvae\ApiTester\Entities\RequestEntity

Inheritance: extends BaseEntity
Datei anzeigen Open project: asvae/laravel-api-tester Class Usage Examples

Protected Properties

Property Type Description
$dirty boolean
$exists boolean
$fillable array
$toDelete boolean

Public Methods

Method Description
createExisting ( $data ) : static
exists ( )
getId ( ) : array
isDirty ( )
markToDelete ( $bool = true )
markedToDelete ( )
notExists ( )
notMarkedToDelete ( )
setDirty ( $bool = true )
setExists ( $bool )
setId ( $id )
update ( $data )

Method Details

createExisting() public static method

public static createExisting ( $data ) : static
$data
return static

exists() public method

public exists ( )

getId() public method

public getId ( ) : array
return array

isDirty() public method

public isDirty ( )

markToDelete() public method

public markToDelete ( $bool = true )

markedToDelete() public method

public markedToDelete ( )

notExists() public method

public notExists ( )

notMarkedToDelete() public method

public notMarkedToDelete ( )

setDirty() public method

public setDirty ( $bool = true )

setExists() public method

public setExists ( $bool )

setId() public method

public setId ( $id )
$id

update() public method

public update ( $data )

Property Details

$dirty protected_oe property

protected bool $dirty
return boolean

$exists protected_oe property

protected bool $exists
return boolean

$fillable protected_oe property

protected array $fillable
return array

$toDelete protected_oe property

protected bool $toDelete
return boolean