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

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

Setter for credentials.
Автор: Benjamin Carl ([email protected])
protected credentials ( string $username, string $password )
$username string The username used to authenticate
$password string The password used to authenticate
    protected function credentials($username, $password)
    {
        $this->setCredentials($username, $password);
        return $this;
    }