Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
SimplePie Class Reference

SimplePie. More...

Public Attributes

const CONSTRUCT_ALL = 63
 All constructs.
 
const CONSTRUCT_BASE64 = 8
 base64-encoded construct
 
const CONSTRUCT_HTML = 2
 HTML construct.
 
const CONSTRUCT_IRI = 16
 IRI construct.
 
const CONSTRUCT_MAYBE_HTML = 32
 A construct that might be HTML.
 
const CONSTRUCT_NONE = 0
 No construct.
 
const CONSTRUCT_TEXT = 1
 Text construct.
 
const CONSTRUCT_XHTML = 4
 XHTML construct.
 
const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>'
 SimplePie Linkback.
 
const LOCATOR_ALL = 31
 All Feed Autodiscovery.
 
const LOCATOR_AUTODISCOVERY = 1
 Feed Link Element Autodiscovery.
 
const LOCATOR_LOCAL_BODY = 4
 Local Feed Body Autodiscovery.
 
const LOCATOR_LOCAL_EXTENSION = 2
 Local Feed Extension Autodiscovery.
 
const LOCATOR_NONE = 0
 No Autodiscovery.
 
const LOCATOR_REMOTE_BODY = 16
 Remote Feed Body Autodiscovery.
 
const LOCATOR_REMOTE_EXTENSION = 8
 Remote Feed Extension Autodiscovery.
 
const LOWERCASE = 2
 Change to lowercase.
 
const NAME = 'SimplePie'
 SimplePie Name.
 
const SAME_CASE = 1
 Don't change case.
 
const TYPE_ALL = 1023
 All feed types.
 
const TYPE_ATOM_03 = 256
 Atom 0.3.
 
const TYPE_ATOM_10 = 512
 Atom 1.0.
 
const TYPE_ATOM_ALL = 768
 All Atom.
 
const TYPE_NONE = 0
 No known feed type.
 
const TYPE_RSS_090 = 1
 RSS 0.90.
 
const TYPE_RSS_091 = 6
 RSS 0.91 (both Netscape and Userland)
 
const TYPE_RSS_091_NETSCAPE = 2
 RSS 0.91 (Netscape)
 
const TYPE_RSS_091_USERLAND = 4
 RSS 0.91 (Userland)
 
const TYPE_RSS_092 = 8
 RSS 0.92.
 
const TYPE_RSS_093 = 16
 RSS 0.93.
 
const TYPE_RSS_094 = 32
 RSS 0.94.
 
const TYPE_RSS_10 = 64
 RSS 1.0.
 
const TYPE_RSS_20 = 128
 RSS 2.0.
 
const TYPE_RSS_ALL = 255
 All RSS.
 
const TYPE_RSS_RDF = 65
 RDF-based RSS.
 
const TYPE_RSS_SYNDICATION = 190
 Non-RDF-based RSS (truly intended as syndication format)
 
const UPPERCASE = 4
 Change to uppercase.
 
const URL = 'http://simplepie.org'
 SimplePie Website URL.
 
const VERSION = '1.8.0'
 SimplePie Version.
 

Detailed Description

SimplePie.

@subpackage API

Member Data Documentation

◆ LOCATOR_ALL

const SimplePie::LOCATOR_ALL = 31

All Feed Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_AUTODISCOVERY

const SimplePie::LOCATOR_AUTODISCOVERY = 1

Feed Link Element Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_LOCAL_BODY

const SimplePie::LOCATOR_LOCAL_BODY = 4

Local Feed Body Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_LOCAL_EXTENSION

const SimplePie::LOCATOR_LOCAL_EXTENSION = 2

Local Feed Extension Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_NONE

const SimplePie::LOCATOR_NONE = 0

No Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_REMOTE_BODY

const SimplePie::LOCATOR_REMOTE_BODY = 16

Remote Feed Body Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

◆ LOCATOR_REMOTE_EXTENSION

const SimplePie::LOCATOR_REMOTE_EXTENSION = 8

Remote Feed Extension Autodiscovery.

See also
SimplePie\set_autodiscovery_level()

The documentation for this class was generated from the following file: