Glossary
class Glossary extends Package
Class Glossary
Methods
string
getBasePath(string $action)
Get the base path for the command including an action.
from Package
ResponseInterface
download(bool $includeAssigned = true)
Download Crowdin project glossaries as TBX file.
ResponseInterface
upload(string $file)
Upload your Translation Memory for Crowdin Project in TMX file format.
Details
in Package at line 45
__construct(string $projectId, string $apiKey, Client $httpClient)
Constructor.
in Package at line 57
protected string
getProjectId()
Get the project ID.
in Package at line 67
protected string
getApiKey()
Get the API key.
in Package at line 77
protected Client
getHttpClient()
Get the HTTP client object.
in Package at line 89
protected string
getBasePath(string $action)
Get the base path for the command including an action.
at line 34
ResponseInterface
download(bool $includeAssigned = true)
Download Crowdin project glossaries as TBX file.
at line 50
ResponseInterface
upload(string $file)
Upload your Translation Memory for Crowdin Project in TMX file format.