PhpSandbox\PHPSandbox::getConstValidator PHP Méthode

getConstValidator() public méthode

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