PHP 클래스 Neos\Neos\ViewHelpers\Backend\UserInitialsViewHelper

This ViewHelper is *WORK IN PROGRESS* and *NOT STABLE YET*
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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