Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
CssCommentToken Class Reference
Inheritance diagram for CssCommentToken:
aCssToken

Public Member Functions

 __construct ($comment)
 __toString ()

Public Attributes

 $Comment = ""

Detailed Description

Definition at line 3804 of file cssmin.php.

Constructor & Destructor Documentation

CssCommentToken::__construct (   $comment)

Set the properties of a comment token.

Parameters
string$commentComment including comment delimiters
Returns
void

Definition at line 3818 of file cssmin.php.

{
$this->Comment = $comment;
}

Member Function Documentation

CssCommentToken::__toString ( )

Implements aCssToken::__toString().

Returns
string

Reimplemented from aCssToken.

Definition at line 3827 of file cssmin.php.

{
return $this->Comment;
}

The documentation for this class was generated from the following file: