Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
catalog
/
vendor
/
tedivm
/
stash
/
src
/
Stash
/
Driver
/
FileSystem
/
File Content:
EncoderInterface.php
<?php /* * This file is part of the Stash package. * * (c) Robert Hafner <tedivm@tedivm.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PleskCatalog\Stash\Driver\FileSystem; interface EncoderInterface { public function deserialize($path); public function serialize($key, $data); public function getExtension(); }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
EncoderInterface.php
431 bytes
0644
NativeEncoder.php
3002 bytes
0644
SerializerEncoder.php
1052 bytes
0644
N4ST4R_ID | Naxtarrr