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

Class: File_XSPF_Identifier

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

Class Overview




Methods


Inherited Variables

Inherited Methods


Class Details

[line 36]


[ Top ]


Method Detail

File_XSPF_Identifier (Constructor)   [line 55]

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 71]

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 85]

void 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 14:32:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.