findIdsBy(array('uid' => $uid)); if(empty($ids)){ return false; } $id = array_pop($ids); return $this->get($id); } }