PATH:
home
/
nappmpmd
/
bestyment.online
/
wp-content
/
plugins
/
tenweb-speed-optimizer
/
vendor
/
enqueue
/
fs
<?php declare(strict_types=1); namespace Enqueue\Fs; use Interop\Queue\Queue; use Interop\Queue\Topic; class FsDestination implements Queue, Topic { /** * @var \SplFileInfo */ private $file; public function __construct(\SplFileInfo $file) { $this->file = $file; } public function getFileInfo(): \SplFileInfo { return $this->file; } public function getName(): string { return $this->file->getFilename(); } public function getQueueName(): string { return $this->file->getFilename(); } public function getTopicName(): string { return $this->file->getFilename(); } }
[-] CannotObtainLockException.php
[edit]
[+]
..
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] Lock.php
[edit]
[-] FsConsumer.php
[edit]
[-] FsConnectionFactory.php
[edit]
[-] FsProducer.php
[edit]
[-] composer.json
[edit]
[-] FsMessage.php
[edit]
[+]
.github
[-] FsDestination.php
[edit]
[-] FsContext.php
[edit]
[-] LegacyFilesystemLock.php
[edit]