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