Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3639 Rev 4733
Línea 216... Línea 216...
216
        return $this->executeFetchOneObject($select, $prototype);
216
        return $this->executeFetchOneObject($select, $prototype);
217
    }
217
    }
Línea 218... Línea 218...
218
    
218
    
219
    /**
219
    /**
-
 
220
     *
-
 
221
     * @return Company
-
 
222
     */
-
 
223
    public function fetchOneDefaultForFollowers()
-
 
224
    {
-
 
225
        $prototype = new Company;
-
 
226
        $select = $this->sql->select(self::_TABLE);
-
 
227
        $select->where->equalTo('default_for_followers', Company::DEFAULT_FOR_FOLLOWERS_YES);
-
 
228
        
-
 
229
        return $this->executeFetchOneObject($select, $prototype);
-
 
230
    }
-
 
231
    
-
 
232
    
-
 
233
    
-
 
234
    /**
220
     *
235
     *
221
     * @param string $uuid
236
     * @param string $uuid
222
     * @param int $network_id
237
     * @param int $network_id
223
     * @return Company
238
     * @return Company
224
     */
239
     */