public function SystemQueue::__construct

public SystemQueue::__construct($name)

File

modules/system/system.queue.inc, line 206
Queue functionality.

Class

SystemQueue
Default queue implementation.

Code

public function __construct($name) {
  $this->name = $name;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.queue.inc/function/SystemQueue::__construct/7.x