PHP Class Rubenwouters\CrmLauncher\Models\Media

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
handleMedia ( integer $messageId, string $message, string $type = null ) : void Handles media if sent with tweet
innerComment ( )
message ( ) * |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Media model |
reaction ( )

Method Details

handleMedia() public method

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

innerComment() public method

public innerComment ( )

message() public method

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

reaction() public method

public reaction ( )

Property Details

$table protected property

table name
protected string $table
return string