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
FluxBB
Models
CategoryRepositoryInterface
PHP Interface FluxBB\Models\CategoryRepositoryInterface
Afficher le fichier
Open project: fluxbb/core
Méthodes publiques
Méthode
Description
addNewTopic
(
$category
,
$conversation
,
$post
)
findBySlug
(
$slug
)
getByParent
(
$slug
)
getConversationsIn
(
$category
)
Method Details
addNewTopic()
public
méthode
public
addNewTopic
(
$category
,
$conversation
,
$post
)
findBySlug()
public
méthode
public
findBySlug
(
$slug
)
getByParent()
public
méthode
public
getByParent
(
$slug
)
getConversationsIn()
public
méthode
public
getConversationsIn
(
$category
)