getEast() 공개 메소드

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