PHP Класс Neos\Neos\ViewHelpers\Backend\UserInitialsViewHelper

This ViewHelper is *WORK IN PROGRESS* and *NOT STABLE YET*
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$accountRepository Neos\Flow\Security\AccountRepository
$domainUserService Neos\Neos\Domain\Service\UserService
$userService Neos\Neos\Service\UserService

Открытые методы

Метод Описание
render ( string $format = 'initials' ) : string Render user initials or an abbreviated name for a given username. If the account was deleted, use the username as fallback.

Описание методов

render() публичный Метод

Render user initials or an abbreviated name for a given username. If the account was deleted, use the username as fallback.
public render ( string $format = 'initials' ) : string
$format string Supported are "fullFirstName" and "initials"
Результат string

Описание свойств

$accountRepository защищенное свойство

protected AccountRepository,Neos\Flow\Security $accountRepository
Результат Neos\Flow\Security\AccountRepository

$domainUserService защищенное свойство

protected UserService,Neos\Neos\Domain\Service $domainUserService
Результат Neos\Neos\Domain\Service\UserService

$userService защищенное свойство

protected UserService,Neos\Neos\Service $userService
Результат Neos\Neos\Service\UserService