1 | <?php |
||
7 | class PostMetaManager |
||
8 | { |
||
9 | /** |
||
10 | * @param string $metaKey |
||
11 | * @return mixed |
||
12 | */ |
||
13 | public function get( $metaKey, array $args = [] ) |
||
28 | |||
29 | /** |
||
30 | * @param string $metaKey |
||
31 | * @param string $prefix |
||
32 | * @return string |
||
33 | */ |
||
34 | protected function buildMetaKey( $metaKey, $prefix ) |
||
40 | |||
41 | /** |
||
42 | * @return array |
||
43 | */ |
||
44 | protected function normalize( array $args ) |
||
54 | } |
||
55 |