예제 #1
0
 /**
  * Returns the path of this Release.
  *
  * @return string
  */
 public function getPath()
 {
     return sprintf('%s/%s', $this->workspace->getReleasesDirectory(), $this->getVersion());
 }