1 | <?php |
||
12 | class GalleryMetaManipulator extends MetaManipulator |
||
13 | { |
||
|
|||
14 | |||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | public function getDescription() { |
||
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getCategory() { |
||
44 | |||
45 | /** |
||
46 | * @return string |
||
47 | */ |
||
48 | public function getName() { |
||
55 | |||
56 | /** |
||
57 | * @param int $id |
||
58 | * @return bool |
||
59 | */ |
||
60 | private function get_category_by_id($id) { |
||
73 | |||
74 | } |