File manager - Edit - /usr/local/cpanel/base/3rdparty/roundcube/vendor/roundcube/rtf-html-php/src/Text.php
Back
<?php namespace RtfHtmlPhp; class Text extends Element { public $text; /** * Create a new Text instance with string content. * * @param string $text The content */ public function __construct($text) { $this->text = $text; } /** * Returns string representation of the object for debug purposes * * @param int $level Indentation level * * @return string */ public function toString($level) { return str_repeat(" ", $level) . "TEXT {$this->text}\n"; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings