| 1 | <?php |
||
| 13 | class PostMetaManager |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param string $metaKey |
||
| 17 | * @return mixed |
||
| 18 | */ |
||
| 19 | public function get( $metaKey, array $args = [] ) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param string $metaKey |
||
| 37 | * @param string $prefix |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | protected function buildMetaKey( $metaKey, $prefix ) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @return array |
||
| 49 | */ |
||
| 50 | protected function normalize( array $args ) |
||
| 60 | } |
||
| 61 |