PHP 클래스 Rubenwouters\CrmLauncher\Models\Media

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
handleMedia ( integer $messageId, string $message, string $type = null ) : void Handles media if sent with tweet
innerComment ( )
message ( ) * |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Media model |
reaction ( )

메소드 상세

handleMedia() 공개 메소드

Handles media if sent with tweet
public handleMedia ( integer $messageId, string $message, string $type = null ) : void
$messageId integer
$message string
$type string
리턴 void

innerComment() 공개 메소드

public innerComment ( )

message() 공개 메소드

* |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Media model |
public message ( )

reaction() 공개 메소드

public reaction ( )

프로퍼티 상세

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

table name
protected string $table
리턴 string