TextBlockField¶
TextBlockField
is the representative implementation of AbstractField
for a multi-line text (or DOMDocument).
A new TextBlockField
can be created using the following data:
1 2 3 4 5 6 7 8 |
|
Note
A TextBlockField object can be reliably serialized, because it implements the magic __sleep()
and __wakeup()
methods.