PHP Class FluxBB\Models\Post

Inheritance: extends Base
Afficher le fichier Open project: fluxbb/core Class Usage Examples

Protected Properties

Свойство Type Description
$dates
$fillable
$table

Méthodes publiques

Méthode Description
author ( )
isFirstPostOfTopic ( ) Check if the post if the first post of it's topic
message ( )
topic ( )
wasEdited ( )

Method Details

author() public méthode

public author ( )

isFirstPostOfTopic() public méthode

return boolean true if it is the first post of the topic, else false
public isFirstPostOfTopic ( )

message() public méthode

public message ( )

topic() public méthode

public topic ( )

wasEdited() public méthode

public wasEdited ( )

Property Details

$dates protected_oe property

protected $dates

$fillable protected_oe property

protected $fillable

$table protected_oe property

protected $table