Neos\Neos\Domain\Model\UserPreferences::get PHP Méthode

get() public méthode

public get ( string $key ) : mixed
$key string
Résultat mixed
    public function get($key)
    {
        return isset($this->preferences[$key]) ? $this->preferences[$key] : null;
    }