1 | <?php |
||
13 | class SMGeoCoordsValueDescription extends SMWValueDescription { |
||
14 | |||
15 | /** |
||
16 | * @see SMWDescription::getQueryString |
||
17 | * |
||
18 | * @since 0.6 |
||
19 | * |
||
20 | * @param boolean $asValue |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getQueryString( $asValue = false ) { |
||
31 | |||
32 | private function getPropertyCompat() { |
||
35 | |||
36 | /** |
||
37 | * @see SMWDescription::getSQLCondition |
||
38 | * |
||
39 | * FIXME: store specific code should be in the store component |
||
40 | * |
||
41 | * @since 0.6 |
||
42 | * |
||
43 | * @param string $tableName |
||
44 | * @param array $fieldNames |
||
45 | * @param DatabaseBase $dbs |
||
46 | * |
||
47 | * @return boolean |
||
48 | */ |
||
49 | public function getSQLCondition( $tableName, array $fieldNames, DatabaseBase $dbs ) { |
||
76 | |||
77 | } |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.