PHP Class eZ\Publish\Core\FieldType\User\UserStorage\Gateway

Inheritance: extends eZ\Publish\Core\FieldType\StorageGateway
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getFieldData ( mixed $fieldId, mixed $userId = null ) : array Get field data.

Method Details

getFieldData() abstract public method

The User storage handles the following attributes, following the user field type in eZ Publish 4: - account_key - has_stored_login - contentobject_id - login - email - password_hash - password_hash_type - is_enabled - is_locked - last_visit - login_count - max_login
abstract public getFieldData ( mixed $fieldId, mixed $userId = null ) : array
$fieldId mixed
$userId mixed
return array