getEast() public méthode

public getEast ( ) : float
Résultat float
Exemple #1
0
 /**
  * @covers Location\Bounds::getEast
  */
 public function testGetEast()
 {
     $this->assertEquals(30, $this->object->getEast());
 }