Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16094
AbstractExtension.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
703 B
Referenced Files
None
订阅者
None
AbstractExtension.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\Extension
;
abstract
class
AbstractExtension
implements
ExtensionInterface
{
public
function
getTokenParsers
()
{
return
[];
}
public
function
getNodeVisitors
()
{
return
[];
}
public
function
getFilters
()
{
return
[];
}
public
function
getTests
()
{
return
[];
}
public
function
getFunctions
()
{
return
[];
}
public
function
getOperators
()
{
return
[[],
[]];
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:44 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5565
默认替代文本
AbstractExtension.php (703 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment