Example #1
0
 /**
  * Just making this method public
  *
  * @param string $url
  * @return string
  */
 public function getAbsoluteUrl($url)
 {
     return parent::getAbsoluteUrl($url);
 }