PHP Class Rubenwouters\CrmLauncher\Models\Message

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

Protected Properties

Property Type Description
$table string table name

Public Methods

Method Description
answers ( )
caseOverview ( ) * |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Message model |
contact ( )
getNewestMessageDate ( )
getNewestPostDate ( ) * |-------------------------------------------------------------------------- | Getters |-------------------------------------------------------------------------- | | Getters of Message model |
innerAnswers ( )
innerComment ( )
media ( )
scopeLatestDirectId ( $query )
scopelatestMentionId ( $query ) * |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Message model |

Method Details

answers() public method

public answers ( )

caseOverview() public method

* |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Message model |
public caseOverview ( )

contact() public method

public contact ( )

getNewestMessageDate() public method

getNewestPostDate() public method

* |-------------------------------------------------------------------------- | Getters |-------------------------------------------------------------------------- | | Getters of Message model |
public getNewestPostDate ( )

innerAnswers() public method

public innerAnswers ( )

innerComment() public method

public innerComment ( )

media() public method

public media ( )

scopeLatestDirectId() public method

public scopeLatestDirectId ( $query )

scopelatestMentionId() public method

* |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Message model |
public scopelatestMentionId ( $query )

Property Details

$table protected property

table name
protected string $table
return string