/** * @param string $text * * @return string */ public function parse($text) { $this->setupDependencies($text); $this->convertLines(); $this->validateLinesType(); return $this->dataObject->parseEachLine(); }