MediaWiki
REL1_37
PPDPart_Hash.php
Go to the documentation of this file.
1
<?php
25
// phpcs:ignore Squiz.Classes.ValidClassName.NotCamelCaps
26
class
PPDPart_Hash
{
30
public
$out
;
31
35
public
$eqpos
;
36
40
public
$commentEnd
;
41
45
public
$visualEnd
;
46
47
public
function
__construct
(
$out
=
''
) {
48
$this->out = [];
49
50
if
(
$out
!==
''
) {
51
$this->out[] =
$out
;
52
}
53
}
54
}
PPDPart_Hash
Definition
PPDPart_Hash.php:26
PPDPart_Hash\__construct
__construct( $out='')
Definition
PPDPart_Hash.php:47
PPDPart_Hash\$visualEnd
int null $visualEnd
Definition
PPDPart_Hash.php:45
PPDPart_Hash\$commentEnd
int null $commentEnd
Definition
PPDPart_Hash.php:40
PPDPart_Hash\$out
string[] $out
Output accumulator.
Definition
PPDPart_Hash.php:30
PPDPart_Hash\$eqpos
int null $eqpos
Index of equals sign, if found.
Definition
PPDPart_Hash.php:35
includes
parser
PPDPart_Hash.php
Generated on Fri Apr 5 2024 23:40:41 for MediaWiki by
1.9.8