Exemplo n.º 1
0
 /**
  * Gets the basket storage pid.
  *
  * @return int
  */
 public function getBasketStoragePid()
 {
     if (is_null($this->basketStoragePid)) {
         $this->basketStoragePid = GeneralUtility::getBasketStoragePid();
     }
     return $this->basketStoragePid;
 }