File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/hummingbird-performance/core/api/service/class-service.php
Back
<?php /** * Abstract service class. * * @package Hummingbird. */ namespace Hummingbird\Core\Api\Service; use Hummingbird\Core\Api\Request\Request; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class Service * * @package Hummingbird\Core\Api\Service */ abstract class Service { /** * Service name. * * @var string $name */ protected $name = ''; /** * Request. * * @var null|Request */ protected $request = null; /** * Get the Service Name * * @return string */ public function get_name() { return $this->name; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings