MediaWiki
REL1_31
XmlJsCode.php
Go to the documentation of this file.
1
<?php
39
class
XmlJsCode
{
40
public
$value
;
41
42
function
__construct
(
$value
) {
43
$this->value =
$value
;
44
}
45
}
XmlJsCode
A wrapper class which causes Xml::encodeJsVar() and Xml::encodeJsCall() to interpret a given string a...
Definition
XmlJsCode.php:39
XmlJsCode\$value
$value
Definition
XmlJsCode.php:40
XmlJsCode\__construct
__construct( $value)
Definition
XmlJsCode.php:42
includes
XmlJsCode.php
Generated on Mon Nov 25 2024 15:35:37 for MediaWiki by
1.10.0