/
proc
/
self
/
root
/
home
/
old_henza
/
server
/
vendor
/
thunderer
/
shortcode
/
src
/
Syntax
/
File Upload :
llllll
Current File: //proc/self/root/home/old_henza/server/vendor/thunderer/shortcode/src/Syntax/CommonSyntax.php
<?php namespace Thunder\Shortcode\Syntax; /** * @author Tomasz Kowalczyk <tomasz@kowalczyk.cc> */ final class CommonSyntax implements SyntaxInterface { public function getOpeningTag() { return '['; } public function getClosingTag() { return ']'; } public function getClosingTagMarker() { return '/'; } public function getParameterValueSeparator() { return '='; } public function getParameterValueDelimiter() { return '"'; } }
Copyright ©2k19 -
Hexid
|
Tex7ure