PhpSandbox\PHPSandbox::unsetNamespaceValidator PHP Méthode

unsetNamespaceValidator() public méthode

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