Esempio n. 1
0
 /**
  * Constructor.
  *
  * @param $namePrefix
  */
 public function __construct($namePrefix = 'queue')
 {
     $this->namePrefix = $namePrefix ? rtrim($namePrefix, ':') . ':' : '';
     parent::__construct();
 }