PHP 클래스 Flarum\Api\Serializer\GroupSerializer

상속: extends AbstractSerializer
파일 보기 프로젝트 열기: flarum/core

보호된 프로퍼티들

프로퍼티 타입 설명
$type

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Translation\TranslatorInterface $translator )

보호된 메소드들

메소드 설명
getDefaultAttributes ( Group $group )
permissions ( $group ) : Relationship

비공개 메소드들

메소드 설명
translateGroupName ( string $name ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Translation\TranslatorInterface $translator )
$translator Symfony\Component\Translation\TranslatorInterface

getDefaultAttributes() 보호된 메소드

protected getDefaultAttributes ( Group $group )
$group Flarum\Core\Group

permissions() 보호된 메소드

protected permissions ( $group ) : Relationship
리턴 Tobscure\JsonApi\Relationship

프로퍼티 상세

$type 보호되어 있는 프로퍼티

protected $type