Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Socieboy
Forum
Entities
Conversations
ConversationRepo
PHP 클래스 Socieboy\Forum\Entities\Conversations\ConversationRepo
상속:
extends
Socieboy\Forum\Entities\Libs\BaseRepo
파일 보기
프로젝트 열기: socieboy/forum
1 사용 예제들
공개 메소드들
메소드
설명
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
메소드 상세
model()
공개
메소드
public
model
( ) :
Conversation
리턴
Conversation
search()
공개
메소드
..
public
search
(
array
$data
) :
mixed
$data
array
리턴
mixed
topic()
공개
메소드
Return all conversations of the topic given
public
topic
(
string
$topic_id
) :
mixed
$topic_id
string
리턴
mixed