Visitor::banned PHP Метод

banned() публичный статический Метод

Checks if the ip of the current visitor is banned
public static banned ( ) : boolean
Результат boolean
    public static function banned()
    {
        return in_array(static::ip(), static::$banned);
    }