Example #1
0
 /**
  * Checks if Grav is currently symbolically linked
  *
  * @return boolean True if Grav is symlinked, False otherwise.
  */
 public function isSymlink()
 {
     return $this->remote->isSymlink();
 }