Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Socieboy
Forum
Entities
Conversations
ConversationRepo
PHP Class Socieboy\Forum\Entities\Conversations\ConversationRepo
Inheritance:
extends
Socieboy\Forum\Entities\Libs\BaseRepo
Exibir arquivo
Open project: socieboy/forum
Class Usage Examples
Public Methods
Method
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
method
public
model
( ) :
Conversation
return
Conversation
search()
public
method
..
public
search
(
array
$data
) :
mixed
$data
array
return
mixed
topic()
public
method
Return all conversations of the topic given
public
topic
(
string
$topic_id
) :
mixed
$topic_id
string
return
mixed