PHP Class Neos\Flow\Mvc\Routing\ObjectPathMapping

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$identifier string Identifier of the object this mapping belongs to
$objectType string Class name of the object this mapping belongs to
$pathSegment string Path segment (URI representation) of the object this mapping belongs to
$uriPattern string Pattern of the path segment (for example "{date}/{title}")

Méthodes publiques

Méthode Description
getIdentifier ( ) : string
getObjectType ( ) : string
getPathSegment ( ) : string
getUriPattern ( ) : string
setIdentifier ( string $identifier )
setObjectType ( string $objectType )
setPathSegment ( string $pathSegment )
setUriPattern ( string $uriPattern )

Method Details

getIdentifier() public méthode

public getIdentifier ( ) : string
Résultat string

getObjectType() public méthode

public getObjectType ( ) : string
Résultat string

getPathSegment() public méthode

public getPathSegment ( ) : string
Résultat string

getUriPattern() public méthode

public getUriPattern ( ) : string
Résultat string

setIdentifier() public méthode

public setIdentifier ( string $identifier )
$identifier string

setObjectType() public méthode

public setObjectType ( string $objectType )
$objectType string

setPathSegment() public méthode

public setPathSegment ( string $pathSegment )
$pathSegment string

setUriPattern() public méthode

public setUriPattern ( string $uriPattern )
$uriPattern string

Property Details

$identifier protected_oe property

Identifier of the object this mapping belongs to
protected string $identifier
Résultat string

$objectType protected_oe property

Class name of the object this mapping belongs to
protected string $objectType
Résultat string

$pathSegment protected_oe property

Path segment (URI representation) of the object this mapping belongs to
protected string $pathSegment
Résultat string

$uriPattern protected_oe property

Pattern of the path segment (for example "{date}/{title}")
protected string $uriPattern
Résultat string