PHP Класс eZ\Publish\Core\MVC\Symfony\Security\User\Identity

Instance can be transformed to a hash and used as an identity token.
Устаревший: since 5.4. Will be removed in 6.0. Use FOSHttpCacheBundle user context feature instead.
Наследование: implements eZ\Publish\SPI\User\Identity
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$hash string
$identityInfo array

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

Метод Описание
__construct ( )
addInformation ( array $information ) Registers several pieces of information in the identity.
getHash ( ) : string Returns the hash of the current identity (e.g. md5, sha1.
getInformation ( ) : array Returns registered information.
replaceInformation ( array $information ) Replaces the information already registered in the identity.
setInformation ( string $informationName, scalar $informationValue ) Registers an information in the identity.

Защищенные методы

Метод Описание
resetHash ( ) Resets current hash.

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

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

public __construct ( )

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

Registers several pieces of information in the identity.
public addInformation ( array $information )
$information array Hash where key is the information type and value is a scalar.

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

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

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

Returns registered information.
public getInformation ( ) : array
Результат array

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

Replaces the information already registered in the identity.
public replaceInformation ( array $information )
$information array Hash where key is the information type and value is a scalar.

resetHash() защищенный Метод

Resets current hash.
protected resetHash ( )

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

Registers an information in the identity.
public setInformation ( string $informationName, scalar $informationValue )
$informationName string
$informationValue scalar

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

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

protected string $hash
Результат string

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

protected array $identityInfo
Результат array