pluf2

pluf2 Commit Details


Date:2009-01-07 03:36:22 (15 years 11 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:cc9bb7e37d5430450f189b8044243830571ca185
Parents: ed340bd2344111bc1b24685de46fea06655728b6
Message:Document the addTo method.

Changes:

File differences

src/Pluf/Queue.php
121121
122122
123123
124
125
126
127
128
129
124130
125131
126132
$this->modif_dtime = gmdate('Y-m-d H:i:s');
}
/**
* Add an object to the queue.
*
* @param Pluf_Model Your model
* @param string Action for the object
*/
public static function addTo($object, $action='')
{
$q = new Pluf_Queue();

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05907s using 13 queries.