Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Socieboy
Forum
Entities
Conversations
ConversationRepo
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
search()
public
méthode
..
public
search
(
array
$data
) :
mixed
$data
array
Résultat
mixed
topic()
public
méthode
Return all conversations of the topic given
public
topic
(
string
$topic_id
) :
mixed
$topic_id
string
Résultat
mixed