/Services/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
Services_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 ("Services/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 ("Services/Yadis/ParanoidHTTPFetcher.php") (line 21)
require_once ("Services/Yadis/ParseHTML.php") (line 26)

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

require_once ("Services/Yadis/XRDS.php") (line 31)

Need this to parse the XRDS document during Yadis discovery.

Documentation generated on Mon, 10 Sep 2007 13:29:31 -0700 by phpDocumentor 1.3.2