getAllow() public method

Returns the allow option
public getAllow ( ) : integer
return integer
コード例 #1
0
ファイル: HostnameTest.php プロジェクト: omusico/logica
 /**
  * Ensures that getAllow() returns expected default value
  *
  * @return void
  */
 public function testGetAllow()
 {
     $this->assertEquals(Zend_Validate_Hostname::ALLOW_DNS, $this->_validator->getAllow());
 }