PhpSandbox\PHPSandbox::getInterfaceValidator PHP Méthode

getInterfaceValidator() public méthode

Get validation callable for interfaces
public getInterfaceValidator ( ) : callable | null
Résultat callable | null
    public function getInterfaceValidator()
    {
        return isset($this->validation['interface']) ? $this->validation['interface'] : null;
    }
PHPSandbox