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

topic() 공개 메소드

Return all conversations of the topic given
public topic ( string $topic_id ) : mixed
$topic_id string
리턴 mixed