PHP Class REBELinBLUE\Deployer\Ref

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: rebelinblue/deployer Class Usage Examples

Protected Properties

Свойство 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.

Méthodes publiques

Méthode Description
project ( ) : BelongsTo Belongs to relationship.

Method Details

project() public méthode

Belongs to relationship.
public project ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$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

$visible protected_oe property

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