Pluf Framework

Pluf Framework Commit Details


Date:2009-01-07 03:36:22 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:develop, 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

Tags

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