示例#1
0
 /**
  * Get edit URL 
  * @return string
  */
 public function getEditUrl()
 {
     return $this->repo->getEditUrl($this->name);
 }