mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Rework profile setting page with custom fields
This commit is contained in:
parent
d11a0d3814
commit
6657cf7bb1
9 changed files with 463 additions and 1164 deletions
|
@ -14,4 +14,14 @@ class ProfileFields extends BaseCollection
|
|||
{
|
||||
return parent::map($callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param callable|null $callback
|
||||
* @param int $flag
|
||||
* @return ProfileFields
|
||||
*/
|
||||
public function filter(callable $callback = null, int $flag = 0)
|
||||
{
|
||||
return parent::filter($callback, $flag);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue