class config_comment

\phpbb\search\sphinx\config_comment Represents a comment inside the sphinx configuration

Methods

__construct(string $exact_string)

Create a new comment

string
to_string()

Simply returns the comment as it was created

Details

at line 31
__construct(string $exact_string)

Create a new comment

Parameters

string $exact_string

The content of the comment including newlines, leading whitespace, etc.

at line 43
string to_string()

Simply returns the comment as it was created

Return Value

string

The exact string that was specified in the constructor