Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2823 | Rev 2825 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2823 Rev 2824
Línea 153... Línea 153...
153
     *
153
     *
154
     * @param Behavior $behaviorType
154
     * @param Behavior $behaviorType
155
     * @return boolean
155
     * @return boolean
156
     */
156
     */
157
    public function update($behaviorType) {
157
    public function update($behaviorType) {
158
 
-
 
159
        print_r($behaviorType);
-
 
160
        $hydrator = new ObjectPropertyHydrator();
158
        $hydrator = new ObjectPropertyHydrator();
161
        $values = $hydrator->extract($behaviorType);
159
        $values = $hydrator->extract($behaviorType);
Línea 162... Línea 160...
162
 
160
 
163
        $update = $this->sql->update(self::_TABLE);
161
        $update = $this->sql->update(self::_TABLE);