PHP Class REBELinBLUE\Deployer\Group

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait REBELinBLUE\Deployer\Traits\BroadcastChanges
Afficher le fichier Open project: rebelinblue/deployer Class Usage Examples

Protected Properties

Свойство Type Description
$appends array Additional attributes to include in the JSON representation.
$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.

Méthodes publiques

Méthode Description
getProjectCountAttribute ( ) : integer Define a accessor for the count of projects.
projects ( ) : Illuminate\Database\Eloquent\Relations\HasMany Has many relationship.

Method Details

getProjectCountAttribute() public méthode

Define a accessor for the count of projects.
public getProjectCountAttribute ( ) : integer
Résultat integer

projects() public méthode

Has many relationship.
public projects ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Résultat Illuminate\Database\Eloquent\Relations\HasMany

Property Details

$appends protected_oe property

Additional attributes to include in the JSON representation.
protected array $appends
Résultat array

$casts protected_oe property

The attributes that should be casted to native types.
protected array $casts
Résultat array

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$hidden protected_oe property

The attributes excluded from the model's JSON form.
protected array $hidden
Résultat array