1 | <?php |
||
15 | class MslsOptionsQueryPostType extends MslsOptionsQuery { |
||
16 | |||
17 | /** |
||
18 | * Check if the array has an non empty item which has $language as a key |
||
19 | * |
||
20 | * @param string $language |
||
21 | * @return bool |
||
22 | */ |
||
23 | public function has_value( $language ) { |
||
29 | |||
30 | /** |
||
31 | * Get current link |
||
32 | * |
||
33 | * @return string |
||
34 | */ |
||
35 | public function get_current_link() { |
||
38 | |||
39 | } |
||
40 |