PHP 클래스 eZ\Publish\Core\FieldType\User\UserStorage\Gateway

상속: extends eZ\Publish\Core\FieldType\StorageGateway
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
getFieldData ( mixed $fieldId, mixed $userId = null ) : array Get field data.

메소드 상세

getFieldData() 추상적인 공개 메소드

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
리턴 array