File_XSPF
[ class tree: File_XSPF ] [ index: File_XSPF ] [ all elements ]

Class: File_XSPF_Meta

Source Location: /File_XSPF-0.3.1/File/XSPF/Meta.php

Class Overview


This class is the objectification of an XSPF Meta element.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 42]
This class is the objectification of an XSPF Meta element.


[ Top ]


Method Detail

getContent   [line 69]

string getContent( )

Get the content of this metadata object.

This method returns the content of this metadata object, which is a plain text node used to convey a single item of information.

  • Return: a plain text metadata value.
  • Access: public

[ Top ]

getRelationship   [line 83]

string getRelationship( )

Get the URL of this metadata definition resource.

This method returns the URL of the resource used to define the purpose of this metadata element.

  • Return: a URI of a metadata definition resource.
  • Access: public

[ Top ]

setContent   [line 99]

void setContent( string $content)

Set the content of this metadata element.

This method sets the content of this metadata element. The content should be a plain text value, and should not contain any markup.

  • Access: public

Parameters:

string   $content   —  the plain text metadata value.

[ Top ]

setRelationship   [line 115]

void setRelationship( string $rel)

Set the URI used to define this metadata element.

This method sets the URI of the resource used to define the purpose of this metadata element.

  • Access: public

Parameters:

string   $rel   —  the valid URI of a definition resource.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.