PHP Класс Neos\Fusion\TypoScriptObjects\ResourceUriImplementation

The following TS properties are evaluated: * path * package * resource * localize See respective getters for descriptions
Наследование: extends AbstractTypoScriptObject
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$i18nService Neos\Flow\I18n\Service
$resourceManager Neos\Flow\ResourceManagement\ResourceManager

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

Метод Описание
evaluate ( ) : string Returns the absolute URL of a resource
getPackage ( ) : string Target package key (only required for relative paths)
getPath ( ) : string The location of the resource, can be either a path relative to the Public resource directory of the package or a resource://.
getResource ( ) : PersistentResource If specified, this resource object is used instead of the path and package information
isLocalize ( ) : boolean Whether resource localization should be attempted or not, defaults to TRUE

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

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

Returns the absolute URL of a resource
public evaluate ( ) : string
Результат string

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

Target package key (only required for relative paths)
public getPackage ( ) : string
Результат string

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

.. URI
public getPath ( ) : string
Результат string

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

If specified, this resource object is used instead of the path and package information
public getResource ( ) : PersistentResource
Результат Neos\Flow\ResourceManagement\PersistentResource

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

Whether resource localization should be attempted or not, defaults to TRUE
public isLocalize ( ) : boolean
Результат boolean

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

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

protected Service,Neos\Flow\I18n $i18nService
Результат Neos\Flow\I18n\Service

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

protected ResourceManager,Neos\Flow\ResourceManagement $resourceManager
Результат Neos\Flow\ResourceManagement\ResourceManager