getInt() public method

Returns (int) value.
public getInt ( mixed $key ) : integer
$key mixed
return integer
Beispiel #1
0
 /**
  *
  */
 public function testGetInt2()
 {
     $this->assertSame($this->cage->getInt('int'), 7);
 }