예제 #1
0
 /**
  * @inheritdoc
  */
 public function isStateless()
 {
     return $this->first->isStateless() === true && $this->second->isStateless() === true;
 }
예제 #2
0
 /**
  * @inheritdoc
  */
 public function isStateless()
 {
     return $this->secondary->isStateless() === true && $this->primary->isStateless() === true;
 }