示例#1
0
 /**
  * @return bool
  */
 public function hasCustomer()
 {
     return $this->sessionClient->has(self::SESSION_KEY);
 }