예제 #1
0
파일: Tag.php 프로젝트: magefan/module-blog
 /**
  * Retrieve catgegory url route path
  * @return string
  */
 public function getUrl()
 {
     return $this->_url->getUrlPath($this, URL::CONTROLLER_TAG);
 }