PHP 클래스 Neos\Fusion\TypoScriptObjects\ResourceUriImplementation

The following TS properties are evaluated: * path * package * resource * localize See respective getters for descriptions
상속: extends AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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