PhpSandbox\PHPSandbox::unsetConstValidator PHP Метод

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

Unset validation callable for constants
public unsetConstValidator ( ) : PHPSandbox
Результат PHPSandbox Returns the PHPSandbox instance for fluent querying
    public function unsetConstValidator()
    {
        $this->validation['constant'] = null;
        return $this;
    }
PHPSandbox