Signed-off-by: Stéphane Jacob <sj@m4x.org>
return $this->getUsers($limit);
}
+ public function getIds($limit = null)
+ {
+ return $this->getUIDs();
+ }
public function getTotalCount()
{
return $this->getProfiles($limit);
}
+ public function getIds($limit = null)
+ {
+ return $this->getPIDs();
+ }
+
public function filter(array $profiles, $limit = null)
{
return $this->filterProfiles($profiles, self::defaultLimit($limit));
-Subproject commit 70c0db4f1da79409e3dac0660fe97561fc15e87a
+Subproject commit 4f4f166c817d12c39fe65aa5ceafc43e580e9fcc