PhpSandbox\PHPSandbox::getConstValidator PHP Method

getConstValidator() public method

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