%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/ControlWord.php |
<?php namespace SearchWP\Dependencies\RtfHtmlPhp; class ControlWord extends \SearchWP\Dependencies\RtfHtmlPhp\Element { public $word; public $parameter; public function toString(int $level) { return \str_repeat(" ", $level) . "WORD {$this->word} ({$this->parameter})\n"; } }