PhpSandbox\PHPSandbox::unsetFuncValidator PHP Méthode

unsetFuncValidator() public méthode

Unset validation callable for functions
public unsetFuncValidator ( ) : PHPSandbox
Résultat PHPSandbox Returns the PHPSandbox instance for fluent querying
    public function unsetFuncValidator()
    {
        $this->validation['function'] = null;
        return $this;
    }
PHPSandbox