/**
* list of available object types
- * @var ISearchableObjectType[]
+ * @var ISearchableObjectType[]|ISearchProvider[]
*/
protected $availableObjectTypes = [];
/**
* Returns a list of available object types.
*
- * @return ISearchableObjectType[]
+ * @return ISearchableObjectType[]|ISearchProvider[]
*/
public function getAvailableObjectTypes()
{
* Returns the object type with the given name.
*
* @param string $objectTypeName
- * @return ISearchableObjectType|null
+ * @return ISearchableObjectType|ISearchProvider|null
*/
public function getObjectType($objectTypeName)
{