uses() public method

Alias for the "currentRouteUses" method.
public uses ( ) : boolean
return boolean
Example #1
0
 /**
  * Alias for the "currentRouteUses" method.
  *
  * @param mixed  string
  * @return bool 
  * @static 
  */
 public static function uses()
 {
     return \Illuminate\Routing\Router::uses();
 }