getWest() 공개 메소드

public getWest ( ) : float
리턴 float
예제 #1
0
 /**
  * @covers Location\Bounds::getWest
  */
 public function testGetWest()
 {
     $this->assertEquals(10, $this->object->getWest());
 }