Zend_Validate_Hostname::setAllow PHP Method

setAllow() public method

Sets the allow option
public setAllow ( integer $allow ) : Zend_Validate_Hostname
$allow integer
return Zend_Validate_Hostname Provides a fluent interface
    public function setAllow($allow)
    {
        $this->_options['allow'] = $allow;
        return $this;
    }