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


Classes:
File_XSPF
File_XSPF_Extension
File_XSPF_Handler
File_XSPF_Identifier
File_XSPF_Link
File_XSPF_Location
File_XSPF_Meta
File_XSPF_Track
Files:
example_1.php
example_2.php
example_3.php
example_4.php
Exception.php
Extension.php
Handler.php
Identifier.php
Link.php
Location.php
Meta.php
Track.php
XSPF.php

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 2019年3月11日 15:47:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.

AltStyle によって変換されたページ (->オリジナル) /