getSouth() public method

public getSouth ( ) : float
return float
示例#1
0
 /**
  * @covers Location\Bounds::getSouth
  */
 public function testGetSouth()
 {
     $this->assertEquals(30, $this->object->getSouth());
 }