/
home
/
old_henza
/
server
/
vendor
/
thunderer
/
shortcode
/
src
/
Serializer
/
File Upload :
llllll
Current File: /home/old_henza/server/vendor/thunderer/shortcode/src/Serializer/SerializerInterface.php
<?php namespace Thunder\Shortcode\Serializer; use Thunder\Shortcode\Shortcode\ShortcodeInterface; /** * @author Tomasz Kowalczyk <tomasz@kowalczyk.cc> */ interface SerializerInterface { /** * Serializes Shortcode class instance into given format * * @param ShortcodeInterface $shortcode Instance to serialize * * @return string */ public function serialize(ShortcodeInterface $shortcode); /** * Loads back Shortcode instance from serialized format * * @param $text * * @return ShortcodeInterface */ public function unserialize($text); }
Copyright ©2k19 -
Hexid
|
Tex7ure