PHP 클래스 Neos\Flow\ResourceManagement\ResourcePointer

This class is deprecated. Please simply use the PersistentResource->getHash() method instead.
또한 보기: PersistentResource
사용 중단:
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$Persistence_Object_Identifier string
$hash string

공개 메소드들

메소드 설명
__construct ( string $hash ) Constructs this resource pointer
__toString ( ) : string Returns a string representation of this resource object.
getHash ( ) : string Returns the hash of this resource

메소드 상세

__construct() 공개 메소드

Constructs this resource pointer
사용 중단:
public __construct ( string $hash )
$hash string

__toString() 공개 메소드

Returns a string representation of this resource object.
사용 중단:
public __toString ( ) : string
리턴 string The hash of this resource

getHash() 공개 메소드

Returns the hash of this resource
사용 중단:
public getHash ( ) : string
리턴 string A 40 character hexadecimal sha1 hash over the content of this resource

프로퍼티 상세

$Persistence_Object_Identifier 보호되어 있는 프로퍼티

protected string $Persistence_Object_Identifier
리턴 string

$hash 보호되어 있는 프로퍼티

protected string $hash
리턴 string