getInt() public method

Returns (int) value.
public getInt ( mixed $key ) : integer
$key mixed
return integer
コード例 #1
0
ファイル: CageTest.php プロジェクト: funkatron/inspekt
 /**
  *
  */
 public function testGetInt2()
 {
     $this->assertSame($this->cage->getInt('int'), 7);
 }