You are here

public function nodequeue_queue::__construct in Nodequeue 7.2

File

./nodequeue.module, line 725
Maintains queues of nodes in arbitrary order.

Class

nodequeue_queue
The nodequeue queue class; the constructor makes it so we don't have to always check to see if our variables are empty or not.

Code

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