PHP Class REBELinBLUE\Deployer\Command

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait REBELinBLUE\Deployer\Traits\BroadcastChanges
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.
$hidden array The attributes excluded from the model's JSON form.

Public Methods

Method Description
servers ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Belongs to many relationship.

Method Details

servers() public method

Belongs to many relationship.
public servers ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
return Illuminate\Database\Eloquent\Relations\BelongsToMany

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

$hidden protected property

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