Overview

Packages

  • None
  • SimplePie

Classes

  • SimplePie
  • SimplePie_Author
  • SimplePie_Autoloader
  • SimplePie_Cache
  • SimplePie_Cache_DB
  • SimplePie_Cache_File
  • SimplePie_Cache_Memcache
  • SimplePie_Cache_MySQL
  • SimplePie_Caption
  • SimplePie_Category
  • SimplePie_Content_Type_Sniffer
  • SimplePie_Copyright
  • SimplePie_Core
  • SimplePie_Credit
  • SimplePie_Decode_HTML_Entities
  • SimplePie_Enclosure
  • SimplePie_File
  • SimplePie_gzdecode
  • SimplePie_HTTP_Parser
  • SimplePie_IRI
  • SimplePie_Item
  • SimplePie_Locator
  • SimplePie_Misc
  • SimplePie_Net_IPv6
  • SimplePie_Parse_Date
  • SimplePie_Parser
  • SimplePie_Rating
  • SimplePie_Registry
  • SimplePie_Restriction
  • SimplePie_Sanitize
  • SimplePie_Source
  • SimplePie_XML_Declaration_Parser

Interfaces

  • SimplePie_Cache_Base
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class SimplePie_Credit

Handles <media:credit> as defined in Media RSS

Used by SimplePie_Enclosure::get_credit() and SimplePie_Enclosure::get_credits()

This class can be overloaded with SimplePie_Core::set_credit_class()

Package: SimplePie
Located at SimplePie/Credit.php
Methods summary
public
# __construct( $role = null, $scheme = null, $name = null )

Constructor, used to input the data

Constructor, used to input the data

For documentation on all the parameters, see the corresponding properties and their accessors

public string
# __toString( )

String-ified version

String-ified version

Returns

string
public string|null
# get_role( )

Get the role of the person receiving credit

Get the role of the person receiving credit

Returns

string|null
public string|null
# get_scheme( )

Get the organizational scheme

Get the organizational scheme

Returns

string|null
public string|null
# get_name( )

Get the credited person/entity's name

Get the credited person/entity's name

Returns

string|null
Properties summary
public string $role
#

Credited role

Credited role

See

SimplePie_Credit::get_role()
public string $scheme
#

Organizational scheme

Organizational scheme

See

SimplePie_Credit::get_scheme()
public string $name
#

Credited name

Credited name

See

SimplePie_Credit::get_name()
SimplePie Documentation API documentation generated by ApiGen 2.4.0