PHP Класс Neos\Flow\ResourceManagement\ResourcePointer

This class is deprecated. Please simply use the PersistentResource->getHash() method instead.
См. также: PersistentResource
Устаревший:
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$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