Public Member Functions | |
getId () | |
setId ($id) | |
getQueue () | |
add (Query $query) | |
| |
remove (Query $query) | |
| |
drop () | |
| |
run (DB $db) | |
| |
flush (DB $db) | |
| |
toString () | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create () |
| |
Private Attributes | |
$queue = array() |
Definition at line 22 of file Queue.class.php.
static Queue::create | ( | ) | [static] |
Queue::getId | ( | ) |
Queue::setId | ( | $ | id | ) |
Queue::getQueue | ( | ) |
Definition at line 44 of file Queue.class.php.
Queue::add | ( | Query $ | query | ) |
Queue::remove | ( | Query $ | query | ) |
Queue::drop | ( | ) |
Queue::run | ( | DB $ | db | ) |
Definition at line 85 of file Queue.class.php.
References DB::queryRaw(), and toDialectString().
Referenced by flush().
Queue::flush | ( | DB $ | db | ) |
Definition at line 95 of file Queue.class.php.
References run().
Queue::toString | ( | ) |
Implements Stringable.
Definition at line 101 of file Queue.class.php.
References ImaginaryDialect::me(), and toDialectString().
Queue::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 106 of file Queue.class.php.
References $out.
Referenced by run(), and toString().
Queue::$queue = array() [private] |
Definition at line 24 of file Queue.class.php.