コード例 #1
0
ファイル: AbsolutePath.php プロジェクト: aleksabp/bolt
 /**
  * Generate a string representation of this path.
  *
  * @return string A string representation of this path.
  */
 public function string()
 {
     return static::ATOM_SEPARATOR . parent::string();
 }