Esempio n. 1
0
 public function get()
 {
     $ausgabe = M::readfile($this->path);
     return $ausgabe->getBytes();
 }