PHP 클래스 Neos\Flow\Mvc\Routing\ObjectPathMappingRepository

또한 보기: Neos\Flow\Mvc\Routing\ObjectPathMapping
상속: extends Neos\Flow\Persistence\Repository
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultOrderings array
$entityManager Doctrine\Common\Persistence\ObjectManager Doctrine's Entity Manager. Note that "ObjectManager" is the name of the related interface.

공개 메소드들

메소드 설명
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

메소드 상세

findOneByObjectTypeUriPatternAndIdentifier() 공개 메소드

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()
리턴 ObjectPathMapping

findOneByObjectTypeUriPatternAndPathSegment() 공개 메소드

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
리턴 ObjectPathMapping

persistEntities() 공개 메소드

Persists all entities managed by the repository and all cascading dependencies
public persistEntities ( ) : void
리턴 void

프로퍼티 상세

$defaultOrderings 보호되어 있는 프로퍼티

protected array $defaultOrderings
리턴 array

$entityManager 보호되어 있는 프로퍼티

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