コード例 #1
0
ファイル: File.php プロジェクト: primat/deployer-org
 /**
  * Test if the file located on a remote server
  * @return string
  */
 public function isRemote()
 {
     return $this->dir->isRemote();
 }