Method | Description | |
---|---|---|
atomicCollectionStrategyNotAllowed ( string $strategy, string $className, string $fieldName ) : |
||
cannotLookupNonIdReference ( string $className, string $fieldName ) : |
||
cannotUseShardedCollectionInOutStage ( string $className ) : |
||
cascadeOnEmbeddedNotAllowed ( string $className, string $fieldName ) : |
||
classIsNotAValidDocument ( string $className ) : |
||
classIsNotAValidGenerator ( string $className ) : |
||
collectionClassDoesNotImplementCommonInterface ( string $className, string $fieldName, string $collectionClass ) : |
||
discriminatorFieldConflict ( string $document, string $fieldName ) : |
||
duplicateFieldMapping ( string $document, string $fieldName ) : |
||
embeddedDocumentCantHaveShardKey ( $className ) : |
||
identifierRequired ( string $documentName ) : |
||
invalidClassInDiscriminatorMap ( string $className, string $owningClass ) : |
Throws an exception that indicates that a class used in a discriminator map does not exist. | |
invalidDiscriminatorValue ( string $value, string $owningClass ) : |
Throws an exception that indicates a discriminator value does not exist in a map | |
invalidStorageStrategy ( string $className, string $fieldName, string $type, string $strategy ) : |
||
mappingNotFound ( string $className, string $fieldName ) : |
||
mappingNotFoundByDbName ( string $className, string $dbFieldName ) : |
||
mappingNotFoundInClassNorDescendants ( string $className, string $fieldName ) : |
||
missingFieldName ( string $className ) : |
||
missingGeneratorSetter ( string $className, string $optionName ) : |
||
missingIdGeneratorClass ( string $className ) : |
||
missingIdentifierField ( string $className, string $fieldName ) : |
||
mustNotChangeIdentifierFieldsType ( string $className, string $fieldName ) : |
||
noMultiKeyShardKeys ( $className, $fieldName ) : |
||
onlySetStrategyAllowedInShardKey ( string $className, string $fieldName ) : |
||
owningAndInverseReferencesRequireTargetDocument ( string $className, string $fieldName ) : |
||
referenceFieldConflict ( $fieldName, $className, $className2 ) : |
||
referenceManySortMustNotBeUsedWithNonSetCollectionStrategy ( string $className, string $fieldName, string $strategy ) : |
||
referenceMappingNotFound ( string $className, string $fieldName ) : |
||
reflectionFailure ( string $document, ReflectionException $previousException ) : |
Exception for reflection exceptions - adds the document name, because there might be long classnames that will be shortened within the stacktrace | |
repositoryMethodLookupNotAllowed ( string $className, string $fieldName ) : |
||
shardKeyInSingleCollInheritanceSubclass ( $subclassName ) : |
||
simpleReferenceMustNotTargetDiscriminatedDocument ( string $targetDocument ) : |
||
simpleReferenceRequiresTargetDocument ( string $className, string $fieldName ) : |
||
typeExists ( string $name ) : |
||
typeNotFound ( string $name ) : |
public static cannotLookupNonIdReference ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static cannotUseShardedCollectionInOutStage ( string $className ) : |
||
$className | string | |
return |
public static cascadeOnEmbeddedNotAllowed ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static classIsNotAValidDocument ( string $className ) : |
||
$className | string | |
return |
public static classIsNotAValidGenerator ( string $className ) : |
||
$className | string | |
return |
public static discriminatorFieldConflict ( string $document, string $fieldName ) : |
||
$document | string | |
$fieldName | string | |
return |
public static duplicateFieldMapping ( string $document, string $fieldName ) : |
||
$document | string | |
$fieldName | string | |
return |
public static embeddedDocumentCantHaveShardKey ( $className ) : |
||
$className | ||
return |
public static identifierRequired ( string $documentName ) : |
||
$documentName | string | |
return |
public static invalidClassInDiscriminatorMap ( string $className, string $owningClass ) : |
||
$className | string | The class that could not be found |
$owningClass | string | The class that declares the discriminator map. |
return |
public static invalidDiscriminatorValue ( string $value, string $owningClass ) : |
||
$value | string | The discriminator value that could not be found |
$owningClass | string | The class that declares the discriminator map |
return |
public static mappingNotFound ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static mappingNotFoundByDbName ( string $className, string $dbFieldName ) : |
||
$className | string | |
$dbFieldName | string | |
return |
public static mappingNotFoundInClassNorDescendants ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static missingFieldName ( string $className ) : |
||
$className | string | |
return |
public static missingGeneratorSetter ( string $className, string $optionName ) : |
||
$className | string | |
$optionName | string | |
return |
public static missingIdGeneratorClass ( string $className ) : |
||
$className | string | |
return |
public static missingIdentifierField ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static mustNotChangeIdentifierFieldsType ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static noMultiKeyShardKeys ( $className, $fieldName ) : |
||
$className | ||
$fieldName | ||
return |
public static onlySetStrategyAllowedInShardKey ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static owningAndInverseReferencesRequireTargetDocument ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static referenceFieldConflict ( $fieldName, $className, $className2 ) : |
||
$fieldName | ||
$className | ||
$className2 | ||
return |
public static referenceMappingNotFound ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static reflectionFailure ( string $document, ReflectionException $previousException ) : |
||
$document | string | The document's name |
$previousException | ReflectionException | |
return |
public static repositoryMethodLookupNotAllowed ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static shardKeyInSingleCollInheritanceSubclass ( $subclassName ) : |
||
$subclassName | ||
return |
public static simpleReferenceMustNotTargetDiscriminatedDocument ( string $targetDocument ) : |
||
$targetDocument | string | |
return |
public static simpleReferenceRequiresTargetDocument ( string $className, string $fieldName ) : |
||
$className | string | |
$fieldName | string | |
return |
public static typeExists ( string $name ) : |
||
$name | string | |
return |
public static typeNotFound ( string $name ) : |
||
$name | string | |
return |