* @package WoltLabSuite\Core\Data\User\Group\Option\Category * * @method UserGroupOptionCategory current() * @method UserGroupOptionCategory[] getObjects() * @method UserGroupOptionCategory|null getSingleObject() * @method UserGroupOptionCategory|null seach($objectID) * @property UserGroupOptionCategory[] $objects */ class UserGroupOptionCategoryList extends DatabaseObjectList { /** * @inheritDoc */ public $className = UserGroupOptionCategory::class; }