프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$appends | array | Additional attributes to include in the JSON representation. | |
$casts | array | The attributes that should be casted to native types. | |
$dates | array | The fields which should be tried as Carbon instances. | |
$fillable | array | The attributes that are mass assignable. | |
$hidden | array | The attributes excluded from the model's JSON form. |
메소드 | 설명 | |
---|---|---|
boot ( ) | Override the boot method to bind model event listeners. | |
generateHash ( ) | Generates a hash for use in the webhook URL. | |
getCallbackUrlAttribute ( ) : string | Define a accessor for the callback URL. | |
isHealthy ( ) : boolean | Determines whether the heartbeat is currently healthy. | |
pinged ( ) : boolean | Updates the last_activity timestamp. | |
project ( ) : |
Belongs to relationship. |
public getCallbackUrlAttribute ( ) : string | ||
리턴 | string |
public project ( ) : |
||
리턴 |
protected array $appends | ||
리턴 | array |
protected array $casts | ||
리턴 | array |
protected array $dates | ||
리턴 | array |