Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16032
AbstractTokenParser.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
573 B
Referenced Files
None
订阅者
None
AbstractTokenParser.php
View Options
<?php
/*
* This file is part of Twig.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace
Twig\TokenParser
;
use
Twig\Parser
;
/**
* Base class for all token parsers.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
abstract
class
AbstractTokenParser
implements
TokenParserInterface
{
/**
* @var Parser
*/
protected
$parser
;
public
function
setParser
(
Parser
$parser
):
void
{
$this
->
parser
=
$parser
;
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:34 PM (1 d, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5503
默认替代文本
AbstractTokenParser.php (573 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment