haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Storage
/
Decoder
/
Filename :
SegmentsDecoder.php
back
Copy
<?php declare(strict_types=1); namespace ACP\Storage\Decoder; use ACP\Search\SegmentCollection; interface SegmentsDecoder { public function has_segments(): bool; public function get_segments(): SegmentCollection; }