Exemplo n.º 1
0
 /**
  * Мужик должен сделать
  *
  * @return string
  */
 public function todo()
 {
     $result = [$this->house->Build(), $this->tree->Grow(), $this->child->Born()];
     return join("\n", $result);
 }