PhpSandbox\PHPSandbox::unsetTypeValidator PHP Méthode

unsetTypeValidator() public méthode

Unset validation callable for types
public unsetTypeValidator ( )
    public function unsetTypeValidator()
    {
        $this->validation['type'] = null;
        return $this;
    }
PHPSandbox