PHP 클래스 Zendesk\API\Resources\Core\Locales

상속: extends Zendesk\API\Resources\ResourceAbstract, use trait Zendesk\API\Traits\Resource\Find, use trait Zendesk\API\Traits\Resource\FindAll
파일 보기 프로젝트 열기: zendesk/zendesk_api_client_php

공개 메소드들

메소드 설명
findAllAgent ( array $params = [] ) : stdClass This lists the translation locales that have been localized for agents.
findAllPublic ( array $params = [] ) : stdClass This lists the translation locales that are available to all accounts
findBest ( array $params = [] ) : stdClass Detect best language for user
findCurrent ( array $params = [] ) : stdClass This works exactly like show, but instead of taking an id as argument, it renders the locale of the user performing the request

보호된 메소드들

메소드 설명
setUpRoutes ( )

메소드 상세

findAllAgent() 공개 메소드

This lists the translation locales that have been localized for agents.
public findAllAgent ( array $params = [] ) : stdClass
$params array
리턴 stdClass | null

findAllPublic() 공개 메소드

This lists the translation locales that are available to all accounts
public findAllPublic ( array $params = [] ) : stdClass
$params array
리턴 stdClass | null

findBest() 공개 메소드

Detect best language for user
public findBest ( array $params = [] ) : stdClass
$params array
리턴 stdClass | null

findCurrent() 공개 메소드

This works exactly like show, but instead of taking an id as argument, it renders the locale of the user performing the request
public findCurrent ( array $params = [] ) : stdClass
$params array
리턴 stdClass | null

setUpRoutes() 보호된 메소드

protected setUpRoutes ( )