PHP Class REBELinBLUE\Deployer\Ref

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: rebelinblue/deployer Class Usage Examples

Protected Properties

Property Type Description
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.
$visible array The attributes excluded from the model's JSON form.

Public Methods

Method Description
project ( ) : BelongsTo Belongs to relationship.

Method Details

project() public method

Belongs to relationship.
public project ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$casts protected property

The attributes that should be casted to native types.
protected array $casts
return array

$fillable protected property

The attributes that are mass assignable.
protected array $fillable
return array

$visible protected property

The attributes excluded from the model's JSON form.
protected array $visible
return array