示例#1
0
 /**
  * Sets the lock duration.
  *
  * @param string $lockDuration The duration of the lock. 
  * 
  * @return none
  */
 public function setLockDuration($lockDuration)
 {
     $this->_subscriptionDescription->setlockDuration($lockDuration);
 }