PHP Class Neos\Neos\TypoScript\Helper\LinkHelper

Inheritance: implements Neos\Eel\ProtectedContextAwareInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$linkingService Neos\Neos\Service\LinkingService

Méthodes publiques

Méthode Description
allowsCallOfMethod ( string $methodName ) : boolean
convertUriToObject ( string | Uri $uri, Neos\ContentRepository\Domain\Model\NodeInterface $contextNode = null ) : Neos\ContentRepository\Domain\Model\NodeInterface | Neos\Media\Domain\Model\AssetInterface | null
getScheme ( string | Uri $uri ) : string
hasSupportedScheme ( string | Uri $uri ) : boolean
resolveAssetUri ( string | Uri $uri ) : string
resolveNodeUri ( string | Uri $uri, Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, ControllerContext $controllerContext ) : string

Method Details

allowsCallOfMethod() public méthode

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Résultat boolean

convertUriToObject() public méthode

public convertUriToObject ( string | Uri $uri, Neos\ContentRepository\Domain\Model\NodeInterface $contextNode = null ) : Neos\ContentRepository\Domain\Model\NodeInterface | Neos\Media\Domain\Model\AssetInterface | null
$uri string | Neos\Flow\Http\Uri
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface
Résultat Neos\ContentRepository\Domain\Model\NodeInterface | Neos\Media\Domain\Model\AssetInterface | null

getScheme() public méthode

public getScheme ( string | Uri $uri ) : string
$uri string | Neos\Flow\Http\Uri
Résultat string

hasSupportedScheme() public méthode

public hasSupportedScheme ( string | Uri $uri ) : boolean
$uri string | Neos\Flow\Http\Uri
Résultat boolean

resolveAssetUri() public méthode

public resolveAssetUri ( string | Uri $uri ) : string
$uri string | Neos\Flow\Http\Uri
Résultat string

resolveNodeUri() public méthode

public resolveNodeUri ( string | Uri $uri, Neos\ContentRepository\Domain\Model\NodeInterface $contextNode, ControllerContext $controllerContext ) : string
$uri string | Neos\Flow\Http\Uri
$contextNode Neos\ContentRepository\Domain\Model\NodeInterface
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
Résultat string

Property Details

$linkingService protected_oe property

protected LinkingService,Neos\Neos\Service $linkingService
Résultat Neos\Neos\Service\LinkingService