Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
FluxBB
Models
CategoryRepositoryInterface
PHP Interface FluxBB\Models\CategoryRepositoryInterface
Mostra file
Open project: fluxbb/core
Public Methods
Method
Description
addNewTopic
(
$category
,
$conversation
,
$post
)
findBySlug
(
$slug
)
getByParent
(
$slug
)
getConversationsIn
(
$category
)
Method Details
addNewTopic()
public
method
public
addNewTopic
(
$category
,
$conversation
,
$post
)
findBySlug()
public
method
public
findBySlug
(
$slug
)
getByParent()
public
method
public
getByParent
(
$slug
)
getConversationsIn()
public
method
public
getConversationsIn
(
$category
)