PHP Class Socieboy\Forum\Entities\Conversations\ConversationRepo

Inheritance: extends Socieboy\Forum\Entities\Libs\BaseRepo
Afficher le fichier Open project: socieboy/forum Class Usage Examples

Méthodes publiques

Méthode Description
model ( ) : Conversation
search ( array $data ) : mixed Search all conversations with the title like.
topic ( string $topic_id ) : mixed Return all conversations of the topic given

Method Details

model() public méthode

public model ( ) : Conversation
Résultat Conversation

topic() public méthode

Return all conversations of the topic given
public topic ( string $topic_id ) : mixed
$topic_id string
Résultat mixed