class Password extends SCM

SVN

Properties

protected URI $repos from SCM
protected User $user
protected Password $password

Methods

__construct(URI $repos, User $user, Password $password)

Neue Instanz

array
toArray()

toArray

string
asJSON()

JSON

from SCM
URI
from SCM
Multipart
getContent()

Inhalt als Formulardaten

User
getUser()

getUser

Password
getPassword()

getPassword

Details

at line 54
__construct(URI $repos, User $user, Password $password)

Neue Instanz

Parameters

URI $repos Repos
User $user User
Password $password Passwort

at line 86
array toArray()

toArray

Return Value

array Array

in SCM at line 68
string asJSON()

JSON

Return Value

string JSON

in SCM at line 77
URI getRepositoryURL()

URI

Return Value

URI URI

at line 98
Multipart getContent()

Inhalt als Formulardaten

Return Value

Multipart Formulardaten

at line 68
User getUser()

getUser

Return Value

User

at line 77
Password getPassword()

getPassword

Return Value

Password