protected function getCompare()
 {
     if (isset($this->compare)) {
         return $this->compare;
     }
     if ($globals = $this->getGlobalsVars()) {
         if ($global = ArrayHelper::searchByKey($this->csrf->csrfParam, $globals)) {
             return current($global);
         }
     }
     return $this->compare;
 }