PHP Class Rubenwouters\CrmLauncher\Models\Media

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: rubenwouters/crm-launcher Class Usage Examples

Protected Properties

Свойство Type Description
$table string table name

Méthodes publiques

Méthode 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 méthode

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

innerComment() public méthode

public innerComment ( )

message() public méthode

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

reaction() public méthode

public reaction ( )

Property Details

$table protected_oe property

table name
protected string $table
Résultat string