PHP Class eZ\Publish\Core\FieldType\User\Value

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

Public Properties

Property Type Description
$contentId mixed Contentobject id.
$email string Email.
$enabled boolean Is enabled.
$hasStoredLogin boolean Has stored login.
$login string Login.
$maxLogin integer Max login.
$passwordHash string Password hash.
$passwordHashType mixed Password hash type.

Public Methods

Method Description
__toString ( )

Method Details

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$contentId public_oe property

Contentobject id.
public mixed $contentId
return mixed

$email public_oe property

Email.
public string $email
return string

$enabled public_oe property

Is enabled.
public bool $enabled
return boolean

$hasStoredLogin public_oe property

Has stored login.
public bool $hasStoredLogin
return boolean

$login public_oe property

Login.
public string $login
return string

$maxLogin public_oe property

Max login.
public int $maxLogin
return integer

$passwordHash public_oe property

Password hash.
public string $passwordHash
return string

$passwordHashType public_oe property

Password hash type.
public mixed $passwordHashType
return mixed