PHP Class Neos\Flow\Mvc\Routing\ObjectPathMappingRepository

See also: Neos\Flow\Mvc\Routing\ObjectPathMapping
Inheritance: extends Neos\Flow\Persistence\Repository
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$defaultOrderings array
$entityManager Doctrine\Common\Persistence\ObjectManager Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.

Méthodes publiques

Méthode Description
findOneByObjectTypeUriPatternAndIdentifier ( string $objectType, string $uriPattern, string | integer $identifier ) : ObjectPathMapping
findOneByObjectTypeUriPatternAndPathSegment ( string $objectType, string $uriPattern, string $pathSegment, boolean $caseSensitive = false ) : ObjectPathMapping
persistEntities ( ) : void Persists all entities managed by the repository and all cascading dependencies

Method Details

findOneByObjectTypeUriPatternAndIdentifier() public méthode

public findOneByObjectTypeUriPatternAndIdentifier ( string $objectType, string $uriPattern, string | integer $identifier ) : ObjectPathMapping
$objectType string the object type of the ObjectPathMapping object
$uriPattern string the URI pattern of the ObjectPathMapping object
$identifier string | integer the identifier of the object, for example the UUID, @see \Neos\Flow\Persistence\PersistenceManagerInterface::getIdentifierByObject()
Résultat ObjectPathMapping

findOneByObjectTypeUriPatternAndPathSegment() public méthode

public findOneByObjectTypeUriPatternAndPathSegment ( string $objectType, string $uriPattern, string $pathSegment, boolean $caseSensitive = false ) : ObjectPathMapping
$objectType string the object type of the ObjectPathMapping object
$uriPattern string the URI pattern of the ObjectPathMapping object
$pathSegment string the URI path segment of the ObjectPathMapping object
$caseSensitive boolean whether the path segment lookup should be done case-sensitive
Résultat ObjectPathMapping

persistEntities() public méthode

Persists all entities managed by the repository and all cascading dependencies
public persistEntities ( ) : void
Résultat void

Property Details

$defaultOrderings protected_oe property

protected array $defaultOrderings
Résultat array

$entityManager protected_oe property

Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.
protected ObjectManager,Doctrine\Common\Persistence $entityManager
Résultat Doctrine\Common\Persistence\ObjectManager