NetworkHistory extends Model
Holds history entries for LaravelNeuro Corporation runs.
Table of Contents
Properties
Methods
- agent() : BelongsTo
- project() : BelongsTo
- unit() : BelongsTo
- entryType() : Attribute
Properties
$fillable
protected
mixed
$fillable
= ['project_id', 'unit_id', 'agent_id', 'entryType', 'content']
$table
protected
mixed
$table
= 'laravel_neuro_network_history'
Methods
agent()
public
agent() : BelongsTo
Return values
BelongsToproject()
public
project() : BelongsTo
Return values
BelongsTounit()
public
unit() : BelongsTo
Return values
BelongsToentryType()
protected
entryType() : Attribute