/Auth/Yadis/Yadis.php

Description

The core PHP Yadis implementation.

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Classes
Class Description
Auth_Yadis_DiscoveryResult Contains the result of performing Yadis discovery on a URI.
Auth_Yadis_Yadis This is the core of the PHP Yadis library. This is the only class a user needs to use to perform Yadis discovery. This class performs the discovery AND stores the result of the discovery.
Includes
require_once ("Auth/Yadis/PlainHTTPFetcher.php") (line 20)

Need both fetcher types so we can use the right one based on the presence or absence of CURL.

require_once ("Auth/Yadis/ParanoidHTTPFetcher.php") (line 21)
require_once ("Auth/Yadis/XRDS.php") (line 31)

Need this to parse the XRDS document during Yadis discovery.

require_once ("Auth/Yadis/ParseHTML.php") (line 26)

Need this for parsing HTML (looking for META tags).

Constants
Auth_Yadis_CONTENT_TYPE = 'application/xrds+xml' (line 36)

XRDS (yadis) content type

Auth_Yadis_HEADER_NAME = 'X-XRDS-Location' (line 41)

Yadis header

Documentation generated on Wed, 20 Feb 2008 14:14:02 -0800 by phpDocumentor 1.3.2