PHP Class REBELinBLUE\Deployer\Notification

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Illuminate\Foundation\Bus\DispatchesJobs, use trait REBELinBLUE\Deployer\Traits\BroadcastChanges
ファイルを表示 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
boot ( ) Override the boot method to bind model event listeners.
project ( ) : BelongsTo Belongs to relationship.
testPayload ( ) : array Generates a test payload for Slack.

Method Details

boot() public static method

Override the boot method to bind model event listeners.
public static boot ( )

project() public method

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

testPayload() public method

Generates a test payload for Slack.
public testPayload ( ) : array
return array

Property Details

$casts protected_oe property

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

$fillable protected_oe property

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

$hidden protected_oe property

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