PHP 클래스 Rubenwouters\CrmLauncher\Models\Message

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: rubenwouters/crm-launcher 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$table string table name

공개 메소드들

메소드 설명
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 |

메소드 상세

answers() 공개 메소드

public answers ( )

caseOverview() 공개 메소드

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

contact() 공개 메소드

public contact ( )

getNewestMessageDate() 공개 메소드

getNewestPostDate() 공개 메소드

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

innerAnswers() 공개 메소드

public innerAnswers ( )

innerComment() 공개 메소드

public innerComment ( )

media() 공개 메소드

public media ( )

scopeLatestDirectId() 공개 메소드

public scopeLatestDirectId ( $query )

scopelatestMentionId() 공개 메소드

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

프로퍼티 상세

$table 보호되어 있는 프로퍼티

table name
protected string $table
리턴 string