PhpSandbox\PHPSandbox::unsetMagicConstValidator PHP Méthode

unsetMagicConstValidator() public méthode

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