Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soapfault(3) [php man page]

SOAPFAULT(3)								 1							      SOAPFAULT(3)

The SoapFault class

INTRODUCTION
Represents a SOAP fault. CLASS SYNOPSIS
SoapFault SoapFaultextends Exception Inherited properties o protected string$message o protected int$code o protected string$file o protected int$line Methods o SoapFault::__construct (string $faultcode, string $faultstring, [string $faultactor], [string $detail], [string $faultname], [string $headerfault]) o SoapFault::SoapFault (string $faultcode, string $faultstring, [string $faultactor], [string $detail], [string $faultname], [string $headerfault]) o public string SoapFault::__toString (void ) Inherited methods o finalpublic string Exception::getMessage (void ) o finalpublic Exception Exception::getPrevious (void ) o finalpublic mixed Exception::getCode (void ) o finalpublic string Exception::getFile (void ) o finalpublic int Exception::getLine (void ) o finalpublic array Exception::getTrace (void ) o finalpublic string Exception::getTraceAsString (void ) o public string Exception::__toString (void ) o finalprivate void Exception::__clone (void ) PHP Documentation Group SOAPFAULT(3)

Check Out this Related Man Page

OAUTHPROVIDER(3)							 1							  OAUTHPROVIDER(3)

The OAuthProvider class

INTRODUCTION
Manages an OAuth provider class. See also an external in-depth tutorial titled Writing an OAuth Provider Service, which takes a hands-on approach to providing this ser- vice. There are also OAuth provider examples within the OAuth extensions sources. CLASS SYNOPSIS
OAuthProvider OAuthProvider Methods o finalpublic bool OAuthProvider::addRequiredParameter (string $req_params) o public void OAuthProvider::callconsumerHandler (void ) o public void OAuthProvider::callTimestampNonceHandler (void ) o public void OAuthProvider::calltokenHandler (void ) o public void OAuthProvider::checkOAuthRequest ([string $uri], [string $method]) o public OAuthProvider::__construct ([array $params_array]) o public void OAuthProvider::consumerHandler (callable $callback_function) o finalpublicstatic string OAuthProvider::generateToken (int $size, [bool $strong = false]) o public void OAuthProvider::is2LeggedEndpoint (mixed $params_array) o public void OAuthProvider::isRequestTokenEndpoint (bool $will_issue_request_token) o finalpublic bool OAuthProvider::removeRequiredParameter (string $req_params) o finalpublicstatic string OAuthProvider::reportProblem (string $oauthexception, [bool $send_headers = true]) o finalpublic bool OAuthProvider::setParam (string $param_key, [mixed $param_val]) o finalpublic bool OAuthProvider::setRequestTokenPath (string $path) o public void OAuthProvider::timestampNonceHandler (callable $callback_function) o public void OAuthProvider::tokenHandler (callable $callback_function) PHP Documentation Group OAUTHPROVIDER(3)
Man Page