PhpSandbox\PHPSandbox::unsetConstValidator PHP Méthode

unsetConstValidator() public méthode

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