mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove deprecated constructions
This commit is contained in:
parent
c1c5ad08be
commit
30b386dd44
2 changed files with 0 additions and 4 deletions
|
|
@ -15,8 +15,6 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Cont
|
||||||
bool $preformatted = false
|
bool $preformatted = false
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$this->_source = $value;
|
|
||||||
|
|
||||||
$document = new Document(
|
$document = new Document(
|
||||||
$value
|
$value
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@ class Plain extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Conten
|
||||||
string $value
|
string $value
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$this->_source = $value;
|
|
||||||
|
|
||||||
$this->gtk->set_markup(
|
$this->gtk->set_markup(
|
||||||
sprintf(
|
sprintf(
|
||||||
'<tt>%s</tt>',
|
'<tt>%s</tt>',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue