mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename setter
This commit is contained in:
parent
e90faf7686
commit
2cb2205b1a
4 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ use \Yggverse\Net\Address;
|
|||
|
||||
class Gemtext extends Markup
|
||||
{
|
||||
public function setSource(
|
||||
public function set(
|
||||
string $value,
|
||||
string | null &$title = null,
|
||||
bool $preformatted = false
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Content\Markup;
|
|||
|
||||
class Plain extends Markup
|
||||
{
|
||||
public function setSource(
|
||||
public function set(
|
||||
string $value
|
||||
): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue