Class ContentText
This class represents the localized content text
category |
System |
---|---|
package |
Content |
__construct(string $text, \LanguageCode $languageCode)
content() : string
string
jsonSerialize() : mixed
link |
https://php.net/manual/en/jsonserializable.jsonserialize.php |
---|---|
since | 5.4.0 |
mixed
data which can be serialized by json_encode, which is a value of any type other than a resource.
languageCode() : string
string
text : string
var |
---|
string
languageCode : string
var |
---|
string