PhpSandbox\PHPSandbox::unsetGlobalValidator PHP Méthode

unsetGlobalValidator() public méthode

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