We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asText
1 parent 18240e4 commit bbaa2a9Copy full SHA for bbaa2a9
src/Entities/Properties/Text.php
@@ -68,15 +68,7 @@ protected function fillText(): void
68
$this->content = new RichText($this->rawContent);
69
$this->plainText = $this->content->getPlainText();
70
}
71
-
72
- /**
73
- * @return string
74
- */
75
- public function asText(): string
76
- {
77
- return $this->getPlainText();
78
- }
79
+
80
/**
81
* @return RichText
82
*/
src/Entities/Properties/Title.php
@@ -68,14 +68,6 @@ private function fillText(): void
0 commit comments