PHP Класс Neos\Neos\TypoScript\Helper\LinkHelper

Наследование: implements Neos\Eel\ProtectedContextAwareInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$linkingService Neos\Neos\Service\LinkingService

Открытые методы

Метод Описание
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

Описание методов

allowsCallOfMethod() публичный Метод

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
Результат boolean

convertUriToObject() публичный Метод

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
Результат Neos\ContentRepository\Domain\Model\NodeInterface | Neos\Media\Domain\Model\AssetInterface | null

getScheme() публичный Метод

public getScheme ( string | Uri $uri ) : string
$uri string | Neos\Flow\Http\Uri
Результат string

hasSupportedScheme() публичный Метод

public hasSupportedScheme ( string | Uri $uri ) : boolean
$uri string | Neos\Flow\Http\Uri
Результат boolean

resolveAssetUri() публичный Метод

public resolveAssetUri ( string | Uri $uri ) : string
$uri string | Neos\Flow\Http\Uri
Результат string

resolveNodeUri() публичный Метод

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
Результат string

Описание свойств

$linkingService защищенное свойство

protected LinkingService,Neos\Neos\Service $linkingService
Результат Neos\Neos\Service\LinkingService