Zend_Validate_Hostname::setAllow PHP Метод

setAllow() публичный Метод

Sets the allow option
public setAllow ( integer $allow ) : Zend_Validate_Hostname
$allow integer
Результат Zend_Validate_Hostname Provides a fluent interface
    public function setAllow($allow)
    {
        $this->_options['allow'] = $allow;
        return $this;
    }