checkpointsStatus() public method

Checks if checkpoints are enabled.
public checkpointsStatus ( ) : boolean
return boolean
Esempio n. 1
0
 /**
  * Checks if checkpoints are enabled.
  *
  * @return bool
  */
 public function checkpointsStatus()
 {
     return $this->sentinel->checkpointsStatus();
 }
Esempio n. 2
0
 /**
  * Checks if checkpoints are enabled.
  *
  * @return bool 
  * @static 
  */
 public static function checkpointsStatus()
 {
     return \Cartalyst\Sentinel\Sentinel::checkpointsStatus();
 }