Beispiel #1
0
Datei: Node.php Projekt: jasny/Q
 /**
  * Use file as named path
  * 
  * @param string $name
  */
 public function setAs($name)
 {
     Fs::setPath($name, $this);
 }