PHP Class ModelStub

Inheritance: extends Jenssegers\Model\Model
Exibir arquivo Open project: jenssegers/model Class Usage Examples

Protected Properties

Property Type Description
$casts
$fillable
$guarded
$hidden

Public Methods

Method Description
getAgeAttribute ( $value )
getBirthdayAttribute ( $value )
getListItemsAttribute ( $value )
getTestAttribute ( $value )
setBirthdayAttribute ( $value )
setListItemsAttribute ( $value )

Method Details

getAgeAttribute() public method

public getAgeAttribute ( $value )

getBirthdayAttribute() public method

public getBirthdayAttribute ( $value )

getListItemsAttribute() public method

public getListItemsAttribute ( $value )

getTestAttribute() public method

public getTestAttribute ( $value )

setBirthdayAttribute() public method

public setBirthdayAttribute ( $value )

setListItemsAttribute() public method

public setListItemsAttribute ( $value )

Property Details

$casts protected_oe property

protected $casts

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$hidden protected_oe property

protected $hidden