PHP Class Nahid\Talk\Messages\Message

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: nahid/talk Class Usage Examples

Méthodes publiques

Свойство Type Description
$fillable
$timestamps

Protected Properties

Свойство Type Description
$table
$touches

Méthodes publiques

Méthode Description
conversation ( ) * make a relation between conversation model
getHumansTimeAttribute ( ) * make dynamic attribute for human readable time
sender ( ) * its an alias of user relation
user ( ) * make a relation between user model

Method Details

conversation() public méthode

* make a relation between conversation model
public conversation ( )

getHumansTimeAttribute() public méthode

* make dynamic attribute for human readable time

sender() public méthode

* its an alias of user relation
public sender ( )

user() public méthode

* make a relation between user model
public user ( )

Property Details

$fillable public_oe property

public $fillable

$table protected_oe property

protected $table

$timestamps public_oe property

public $timestamps

$touches protected_oe property

protected $touches