Smile\ElasticsuiteTracker\Helper\Data::getStoreId PHP 메소드

getStoreId() 공개 메소드

Retrieve current store Id
public getStoreId ( ) : integer
리턴 integer
    public function getStoreId()
    {
        return $this->storeManager->getStore()->getId();
    }

Usage Example

예제 #1
0
 /**
  * Return the tracked store id.
  *
  * @return int
  */
 public function getStoreId()
 {
     return $this->trackerHelper->getStoreId();
 }