Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php |
— | — | @@ -1,29 +1,17 @@ |
2 | 2 | <?php |
| 3 | + |
3 | 4 | /** |
4 | | - * File holding the SMGeoCoordsValue class. |
| 5 | + * Implementation of datavalues that are geographic coordinates. |
5 | 6 | * |
| 7 | + * @since 0.6 |
| 8 | + * |
6 | 9 | * @file SM_GeoCoordsValue.php |
7 | | - * @ingroup SMWDataValues |
8 | 10 | * @ingroup SemanticMaps |
| 11 | + * @ingroup SMWDataValues |
9 | 12 | * |
10 | 13 | * @author Jeroen De Dauw |
11 | 14 | * @author Markus Krötzsch |
12 | 15 | */ |
13 | | - |
14 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
15 | | - die( 'Not an entry point.' ); |
16 | | -} |
17 | | - |
18 | | -/** |
19 | | - * Implementation of datavalues that are geographic coordinates. |
20 | | - * |
21 | | - * @author Jeroen De Dauw |
22 | | - * @author Markus Krötzsch |
23 | | - * |
24 | | - * @since 0.6 |
25 | | - * |
26 | | - * @ingroup SemanticMaps |
27 | | - */ |
28 | 16 | class SMGeoCoordsValue extends SMWDataValue { |
29 | 17 | |
30 | 18 | protected $coordinateSet; |
Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php |
— | — | @@ -8,11 +8,6 @@ |
9 | 9 | * |
10 | 10 | * @author Jeroen De Dauw |
11 | 11 | */ |
12 | | - |
13 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
14 | | - die( 'Not an entry point.' ); |
15 | | -} |
16 | | - |
17 | 12 | abstract class SMFormInput implements iMappingFeature { |
18 | 13 | |
19 | 14 | /** |
Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php |
— | — | @@ -1,18 +1,13 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * General map query printer class |
| 5 | + * General map query printer class. |
6 | 6 | * |
7 | 7 | * @file SM_Mapper.php |
8 | 8 | * @ingroup SemanticMaps |
9 | 9 | * |
10 | 10 | * @author Jeroen De Dauw |
11 | 11 | */ |
12 | | - |
13 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
14 | | - die( 'Not an entry point.' ); |
15 | | -} |
16 | | - |
17 | 12 | final class SMMapper { |
18 | 13 | |
19 | 14 | /** |