mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#2440 [emadencilik] campaign definition
This commit is contained in:
parent
0bfce3957a
commit
694163230c
@ -4,5 +4,31 @@ use Anomaly\Streams\Platform\Entry\Contract\EntryInterface;
|
|||||||
|
|
||||||
interface CategoryInterface extends EntryInterface
|
interface CategoryInterface extends EntryInterface
|
||||||
{
|
{
|
||||||
|
public function getCat($id);
|
||||||
|
|
||||||
|
public function getParentCats($id, $type = null);
|
||||||
|
|
||||||
|
public function getCatLevel($id);
|
||||||
|
|
||||||
|
public function getParentsCount($id);
|
||||||
|
|
||||||
|
public function getSubCategories($id, $get = null);
|
||||||
|
|
||||||
|
public function getAllSubCategories($id);
|
||||||
|
|
||||||
|
public function deleteSubCategories($id);
|
||||||
|
|
||||||
|
public function searchKeyword($keyword, $selected = null);
|
||||||
|
|
||||||
|
public function getMainCategory();
|
||||||
|
|
||||||
|
public function getMeta_keywords($cat_id);
|
||||||
|
|
||||||
|
public function getMeta_description($cat_id);
|
||||||
|
|
||||||
|
public function getMeta_title($cat_id);
|
||||||
|
|
||||||
|
public function getMains($id);
|
||||||
|
|
||||||
public function getParent();
|
public function getParent();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user