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 bba2098 commit cf07ff9Copy full SHA for cf07ff9
src/Entities/Properties/Text.php
@@ -69,6 +69,14 @@ protected function fillText(): void
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,6 +68,14 @@ private function fillText(): void
68
0 commit comments