1 | <?php |
||
13 | * @package Msls |
||
14 | */ |
||
15 | class MslsOptionsQueryDay 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 ) { |
||
37 | |||
38 | /** |
||
39 | * Get current link |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | public function get_current_link() { |
||
48 |