Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16219
OptimizerExtension.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
539 B
Referenced Files
None
订阅者
None
OptimizerExtension.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
;
use
Twig\NodeVisitor\OptimizerNodeVisitor
;
final
class
OptimizerExtension
extends
AbstractExtension
{
public
function
__construct
(
private
int
$optimizers
=
-
1
,
)
{
}
public
function
getNodeVisitors
():
array
{
return
[
new
OptimizerNodeVisitor
(
$this
->
optimizers
)];
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 12 Fri, 2:51 AM (22 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5551
默认替代文本
OptimizerExtension.php (539 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment