PHP Class Neos\Neos\Domain\Model\User

Inheritance: extends Neos\Party\Domain\Model\Person, implements Neos\ContentRepository\Domain\Model\UserInterface
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$preferences UserPreferences Preferences of this user

Méthodes publiques

Méthode Description
__construct ( ) Constructs this User object
getLabel ( ) : string Returns a label which can be used as a human-friendly identifier for this user.
getPreferences ( ) : UserPreferences
isActive ( ) : boolean Checks if at least one account of this user ist active
setPreferences ( UserPreferences $preferences ) : void

Method Details

__construct() public méthode

Constructs this User object
public __construct ( )

getLabel() public méthode

Returns a label which can be used as a human-friendly identifier for this user.
public getLabel ( ) : string
Résultat string

getPreferences() public méthode

public getPreferences ( ) : UserPreferences
Résultat UserPreferences

isActive() public méthode

Checks if at least one account of this user ist active
public isActive ( ) : boolean
Résultat boolean

setPreferences() public méthode

public setPreferences ( UserPreferences $preferences ) : void
$preferences UserPreferences
Résultat void

Property Details

$preferences protected_oe property

Preferences of this user
protected UserPreferences,Neos\Neos\Domain\Model $preferences
Résultat UserPreferences