My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Credentials  
Represents a username and password pair for authenticating against secure services.
Autogenerated
Updated Jan 13, 2010 by innovat...@gmail.com

note: this page is automatically generated from embedded documentation in the PHP source.

Overview

Constructors

Methods

Constructor Detail

Credentials

public Credentials(mixed username, mixed password)

Construct a new instance of this class

Param:
string username the user name to use when authenticating
string password the password to use when authenticating

Method Detail

get_auth

public void get_auth()

Obtain the username and password combined for authentication.

Return:
string

get_password

public void get_password()

Obtain the password

Return:
string

get_username

public void get_username()

Obtain the username

Return:
string

Generated by PHPDoctor 2RC2


Sign in to add a comment
Powered by Google Project Hosting