Public Member Functions | |
| replace ($matches) | |
Data Fields | |
| $output = '' | |
Definition at line 4728 of file Parser.php.
| OnlyIncludeReplacer::replace | ( | $ | matches | ) |
Definition at line 4731 of file Parser.php.
{
if ( substr( $matches[1], -1 ) == "\n" ) {
$this->output .= substr( $matches[1], 0, -1 );
} else {
$this->output .= $matches[1];
}
| OnlyIncludeReplacer::$output = '' |
Definition at line 4729 of file Parser.php.
1.7.1