* @package WoltLabSuite\Core\Data\Object\Type\Definition * * @method ObjectType current() * @method ObjectType[] getObjects() * @method ObjectType|null search($objectID) * @property ObjectType[] $objects */ class ObjectTypeList extends DatabaseObjectList { /** * @inheritDoc */ public $className = ObjectType::class; }