http://www.phing.info/

Source Code Coverage

Designed for use with PHPUnit, Xdebug and Phing.

Methods: 1 LOC: 37 Statements: 3
Legend: executednot executeddead code
Source file Statements Methods Total coverage
Relations.php 100.0% 100.0% 100.0%
 
1
<?php
2
/**
3
 * Relations.php
4
 * 01-Oct-2011
5
 *
6
 * PHP Version 5
7
 *
8
 * @category Services
9
 * @package  Services_OpenStreetMap
10
 * @author   Ken Guest <kguest@php.net>
11
 * @license  BSD http://www.opensource.org/licenses/bsd-license.php
12
 * @link     Relations.php
13
 */
14
15
/**
16
 * Services_OpenStreetMap_Relations
17
 *
18
 * @category Services
19
 * @package  Services_OpenStreetMap
20
 * @author   Ken Guest <kguest@php.net>
21
 * @license  BSD http://www.opensource.org/licenses/bsd-license.php
22
 * @link     Relations.php
23
 */
24
class Services_OpenStreetMap_Relations extends Services_OpenStreetMap_Objects
25 1
{
26
    /**
27
     * type
28
     *
29
     * @return string type
30
     */
31
    public function getType()
32
    {
33 4
        return 'relation';
34
    }
35
}
36
37
?>


Report generated at 2012-10-02T18:40:35+01:00