���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/less.php/lib/Less/Tree/Paren.php
���ѧ٧ѧ�
<?php /** * Paren * * @package Less * @subpackage tree */ class Less_Tree_Paren extends Less_Tree { public $value; public $type = 'Paren'; public function __construct( $value ) { $this->value = $value; } public function accept( $visitor ) { $this->value = $visitor->visitObj( $this->value ); } /** * @see Less_Tree::genCSS */ public function genCSS( $output ) { $output->add( '(' ); $this->value->genCSS( $output ); $output->add( ')' ); } public function compile( $env ) { return new Less_Tree_Paren( $this->value->compile( $env ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.09 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�