<?phpnamespaceIcinga\Module\Director\Clicommands;useIcinga\Module\Director\Cli\ObjectsCommand;/** * Manage Icinga Service Sets * * Use this command to list Icinga Service Set objects */classServicesetsCommandextendsObjectsCommand{protected$type='ServiceSet';}