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

Class: File_XSPF_Identifier

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

Class Overview


This class is the objectification of an XSPF Identifier element.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Method Detail

File_XSPF_Identifier (Constructor)   [line 63]

File_XSPF_Identifier File_XSPF_Identifier( [string $uri = null])

Set the URI for this class.

This constructor provides an opportunity to set the URI for this identifier instead of instantiating the class and using the setUri method.

  • Access: public

Parameters:

string   $uri   —  a valid URI

[ Top ]

getUri   [line 79]

string getUri( )

Get the URI for this identifier.

This method returns the URI for this identifier, which is the canonical ID for this resource.

  • Return: a valid URI.
  • Access: public

[ Top ]

setUri   [line 95]

bool setUri( string $uri)

Set the URI for this identifier.

This method sets the URI of this identifier. If the parameter is not a valid URI, this method will fail.

  • Access: public

Parameters:

string   $uri   —  a valid URI

[ Top ]


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