mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
f06d1cdd27
commit
036326e1da
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
||||||
|
|
||||||
// @TODO optimization wanted, wordwrap / set_line_wrap not solution
|
// @TODO optimization wanted, wordwrap / set_line_wrap not solution
|
||||||
protected static function _wrap(
|
protected static function _wrap(
|
||||||
string $tag,
|
string $tag, // const
|
||||||
string $value,
|
string $value, // unescaped
|
||||||
int $width = self::WRAP_WIDTH,
|
int $width = self::WRAP_WIDTH,
|
||||||
string $break = self::WRAP_BREAK,
|
string $break = self::WRAP_BREAK,
|
||||||
int $line = 1,
|
int $line = 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue