parent = &$parent; $this->data = $data; } public function toSyntax() { $lines = explode("\n", $this->data['content'][0]['text']); $text = implode("\n ", $lines); return ' ' . $text; } }