1 | <?php |
||
15 | class MslsOptionsQuery extends MslsOptions { |
||
16 | |||
17 | /** |
||
18 | * Rewrite with front |
||
19 | * @var bool |
||
20 | */ |
||
21 | public $with_front = true; |
||
22 | |||
23 | /** |
||
24 | * Factory method |
||
25 | * @param int $id This parameter is unused here |
||
26 | * @return MslsOptionsQuery |
||
27 | */ |
||
28 | public static function create( $id = 0 ) { |
||
59 | |||
60 | /** |
||
61 | * Get postlink |
||
62 | * |
||
63 | * @param string $language |
||
64 | * @return string |
||
65 | */ |
||
66 | public function get_postlink( $language ) { |
||
75 | |||
76 | } |
||
77 |