Home
last modified time | relevance | path

Searched refs:tokenToString (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php60 $current = self::tokenToString($token);
81 } elseif ($current == self::tokenToString(current($prototype))) {
83 if ('*' == self::tokenToString(next($prototype))) {
151 protected static function tokenToString($token) function in Assetic\\Factory\\Loader\\BasePhpFormulaLoader