PHP Interface FluxBB\Models\CategoryRepositoryInterface

Datei anzeigen 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 )