ILIAS
release_4-4 Revision
◀ ilDoc Overview
Comment.php
Go to the documentation of this file.
1
<?php
2
6
class
HTMLPurifier_Token_Comment
extends
HTMLPurifier_Token
7
{
8
public
$data
;
9
public
$is_whitespace
=
true
;
15
public
function
__construct
(
$data
,
$line
= null,
$col
= null) {
16
$this->data =
$data
;
17
$this->line =
$line
;
18
$this->col =
$col
;
19
}
20
}
21
22
// vim: et sw=4 sts=4
HTMLPurifier_Token_Comment\__construct
__construct($data, $line=null, $col=null)
Transparent constructor.
Definition:
Comment.php:15
HTMLPurifier_Token\$line
$line
Line number node was on in source document.
Definition:
Token.php:7
HTMLPurifier_Token_Comment\$data
$data
Character data within comment.
Definition:
Comment.php:8
HTMLPurifier_Token
Abstract base token class that all others inherit from.
Definition:
Token.php:6
HTMLPurifier_Token\$col
$col
Column of line node was on in source document.
Definition:
Token.php:8
HTMLPurifier_Token_Comment
Concrete comment token class.
Definition:
Comment.php:6
HTMLPurifier_Token_Comment\$is_whitespace
$is_whitespace
Definition:
Comment.php:9
Services
Html
HtmlPurifier
library
HTMLPurifier
Token
Comment.php
Generated on Mon Dec 21 2020 19:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)