getSessionId() 공개 메소드

public getSessionId ( ) : string
리턴 string
예제 #1
0
 private function isOrderDirty(OrderInterface $order, string $currency, ClientInterface $client = null, string $sessionId) : bool
 {
     return $order->getClient() !== $client || $order->getCurrency() !== $currency || $order->getSessionId() !== $sessionId;
 }