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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство 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.

Méthodes publiques

Méthode Description
__toString ( )

Method Details

__toString() public méthode

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

Property Details

$contentId public_oe property

Contentobject id.
public mixed $contentId
Résultat mixed

$email public_oe property

Email.
public string $email
Résultat string

$enabled public_oe property

Is enabled.
public bool $enabled
Résultat boolean

$hasStoredLogin public_oe property

Has stored login.
public bool $hasStoredLogin
Résultat boolean

$login public_oe property

Login.
public string $login
Résultat string

$maxLogin public_oe property

Max login.
public int $maxLogin
Résultat integer

$passwordHash public_oe property

Password hash.
public string $passwordHash
Résultat string

$passwordHashType public_oe property

Password hash type.
public mixed $passwordHashType
Résultat mixed