* @package WoltLabSuite\Core\Data\Search * * @method Search create() * @method SearchEditor[] getObjects() * @method SearchEditor getSingleObject() */ class SearchAction extends AbstractDatabaseObjectAction { /** * @inheritDoc */ protected $className = SearchEditor::class; }