mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
41e94a37be
@ -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