Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
mfa
/
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 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
419 bytes
0644
NativeEncoder.php
3043 bytes
0644
SerializerEncoder.php
1084 bytes
0644
N4ST4R_ID | Naxtarrr