%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/plugins/searchwp/lib/vendor/henck/rtf-to-html/src/ |
Current File : //var/www/cwg/wp-content/plugins/searchwp/lib/vendor/henck/rtf-to-html/src/ControlSymbol.php |
<?php namespace SearchWP\Dependencies\RtfHtmlPhp; class ControlSymbol extends \SearchWP\Dependencies\RtfHtmlPhp\Element { public $symbol; public $parameter = 0; public function toString(int $level) { return \str_repeat(" ", $level) . "SYMBOL {$this->symbol} ({$this->parameter})\n"; } }