示例#1
0
 /**
  * Generate a string representation of this path.
  *
  * @return string A string representation of this path.
  */
 public function string()
 {
     return static::ATOM_SEPARATOR . parent::string();
 }