getGate() public method

Get the gate instance.
public getGate ( $throw = false ) : Illuminate\Contracts\Auth\Access\Gate | null
return Illuminate\Contracts\Auth\Access\Gate | null
示例#1
0
 /**
  * Get the gate instance.
  *
  * @return \Illuminate\Contracts\Auth\Access\Gate|null 
  * @throws \RuntimeException
  * @static 
  */
 public static function getGate($throw = false)
 {
     return \Silber\Bouncer\Bouncer::getGate($throw);
 }