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