Class ID3_Frame_WXXX

Description

Implements interfaces:

This frame is intended for URL links concerning the audio file in a similar

way to the other "W"-frames. The frame body consists of a description of the string, represented as a terminated string, followed by the actual URL. The URL is always encoded with ISO-8859-1. There may be more than one "WXXX" frame in each tag, but only one with the same description.

Located in /ID3/Frame/WXXX.php (line 58)

ID3_Object
   |
   --ID3_Frame
      |
      --ID3_Frame_AbstractLink
         |
         --ID3_Frame_WXXX
Method Summary
ID3_Frame_WXXX __construct ([Reader $reader = null], [ &$options = array()], Array $options)
string getDescription ()
integer getEncoding ()
void setDescription (string $description, [integer $encoding = false])
void setEncoding (integer $encoding)
string __toString ()
Variables

Inherited Variables

Inherited from ID3_Frame_AbstractLink

ID3_Frame_AbstractLink::$_link

Inherited from ID3_Frame

ID3_Frame::$_data

Inherited from ID3_Object

ID3_Object::$_reader
Methods
Constructor __construct (line 73)

Constructs the class with given parameters and parses object related data.

  • access: public
ID3_Frame_WXXX __construct ([Reader $reader = null], [ &$options = array()], Array $options)
  • Reader $reader: The reader object.
  • Array $options: The options array.
  • &$options

Redefinition of:
ID3_Frame_AbstractLink::__construct()
Constructs the class with given parameters and parses object related data.
getDescription (line 122)

Returns the link description.

  • access: public
string getDescription ()
getEncoding (line 107)

Returns the text encoding.

  • return: The encoding.
  • access: public
integer getEncoding ()

Implementation of:
ID3_Encoding::getEncoding()
Returns the text encoding.
setDescription (line 130)

Sets the content description text using given encoding.

  • access: public
void setDescription (string $description, [integer $encoding = false])
  • string $description: The content description text.
  • integer $encoding: The text encoding.
setEncoding (line 115)

Sets the text encoding.

void setEncoding (integer $encoding)
  • integer $encoding: The text encoding.

Implementation of:
ID3_Encoding::setEncoding()
Sets the text encoding.
__toString (line 142)

Returns the frame raw data.

  • access: public
string __toString ()

Redefinition of:
ID3_Frame_AbstractLink::__toString()
Returns the frame raw data.

Inherited Methods

Inherited From ID3_Frame_AbstractLink

ID3_Frame_AbstractLink::__construct()
ID3_Frame_AbstractLink::getLink()
ID3_Frame_AbstractLink::setLink()
ID3_Frame_AbstractLink::__toString()

Inherited From ID3_Frame

ID3_Frame::__construct()
ID3_Frame::getFlags()
ID3_Frame::getIdentifier()
ID3_Frame::getSize()
ID3_Frame::hasFlag()
ID3_Frame::setData()
ID3_Frame::setFlags()
ID3_Frame::setIdentifier()
ID3_Frame::__toString()

Inherited From ID3_Object

ID3_Object::__construct()
ID3_Object::decodeSynchsafe32()
ID3_Object::decodeUnsynchronisation()
ID3_Object::encodeSynchsafe32()
ID3_Object::encodeUnsynchronisation()
ID3_Object::explodeString8()
ID3_Object::explodeString16()
ID3_Object::getOption()
ID3_Object::getOptions()
ID3_Object::setOption()
ID3_Object::setOptions()
ID3_Object::__get()
ID3_Object::__set()
Class Constants

Documentation generated on Fri, 05 Sep 2008 20:20:14 +0300 by phpDocumentor 1.4.1