toFriendlyUrl() public static method

# To make an URL Friendly
public static toFriendlyUrl ( $O )
Example #1
0
 /**
  * Return a string to friendly url
  * @param  type   $url
  * @return string
  */
 public function toFriendlyUrl($url)
 {
     return Helpers::toFriendlyUrl($url);
 }