PHP Class app\models\Leads

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: Bottelet/Flarepoint-crm Class Usage Examples

Protected Properties

Property Type Description
$dates
$fillable
$hidden

Public Methods

Method Description
activity ( )
assignee ( )
clientAssignee ( )
createdBy ( )
getDaysUntilContactAttribute ( ) create a virtual attribute to return the days until deadline
notes ( )

Method Details

activity() public method

public activity ( )

assignee() public method

public assignee ( )

clientAssignee() public method

public clientAssignee ( )

createdBy() public method

public createdBy ( )

getDaysUntilContactAttribute() public method

create a virtual attribute to return the days until deadline

notes() public method

public notes ( )

Property Details

$dates protected property

protected $dates

$fillable protected property

protected $fillable

$hidden protected property

protected $hidden