/**
  * Gets the cookie driver for Sentry.
  *
  * @return \Cartalyst\Sentry\Cookies\CookieInterface 
  * @static 
  */
 public static function getCookie()
 {
     return \Cartalyst\Sentry\Sentry::getCookie();
 }