Searched refs:foundType (Results 1 – 4 of 4) sorted by relevance
836 $foundType = null;845 if (is_null($foundType)) {846 $foundType = $component->name;847 if (!in_array($foundType, $supportedComponents)) {848 …his calendar only supports ' . implode(', ', $supportedComponents) . '. We found a ' . $foundType);855 if ($foundType !== $component->name) {856 …ct must only contain 1 component. We found a ' . $component->name . ' as well as a ' . $foundType);868 if (!$foundType)
22 protected $foundType = Document::class; variable in Google\\Service\\Firestore\\BatchGetDocumentsResponse
25 protected $foundType = EntityResult::class; variable in Google\\Service\\Datastore\\LookupResponse
866 $foundType = null;875 $foundType = $component->name;881 if (!$foundType || !in_array($foundType, $supportedComponents)) {