Clickalicious\PhpMemAdmin\App::setCredentials PHP Метод

setCredentials() защищенный Метод

Setter for credentials.
Автор: Benjamin Carl ([email protected])
protected setCredentials ( string $username, string $password ) : void
$username string The username used to authenticate
$password string The password used to authenticate
Результат void
    protected function setCredentials($username, $password)
    {
        $this->credentials['username'] = $username;
        $this->credentials['password'] = $password;
    }