Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor3/web/modules/contrib/visitors/src/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/rocksensor3/web/modules/contrib/visitors/src/VisitorsOnlineInterface.php

<?php

declare(strict_types=1);

namespace Drupal\visitors;

/**
 * Provides an interface for the visitors online service.
 */
interface VisitorsOnlineInterface {

  /**
   * Thirty minutes in seconds.
   */
  const MINUTE_30 = 1800;

  /**
   * Twenty-four hours in seconds.
   */
  const HOUR_24 = 86400;

  /**
   * Seven days in seconds.
   */
  const DAY_7 = 604800;

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getLast30Minutes();

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getLast24Hours();

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getYesterday30Minutes();

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getYesterday24Hours();

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getLastWeek30Minutes();

  /**
   * Gets the current visitors online.
   *
   * @return int
   *   The current visitors online.
   */
  public function getLastWeek24Hours();

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net