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

Class: SimplePie_IRI

Source Location: /simplepie.inc

Class Overview


IRI parser/serialiser


Methods



Class Details

[line 11260]
IRI parser/serialiser



[ Top ]


Class Methods


static method absolutize [line 11367]

static SimplePie_IRI absolutize( SimplePie_IRI $base, string $relative)

Create a new IRI object by resolving a relative IRI



Tags:

access:  public


Parameters:

SimplePie_IRI   $base   Base IRI
string   $relative   Relative IRI

[ Top ]

constructor SimplePie_IRI [line 11344]

SimplePie_IRI SimplePie_IRI( string $iri)

Create a new IRI object, from a specified string



Tags:

access:  public


Parameters:

string   $iri  

[ Top ]

method get_authority [line 11914]

string get_authority( )

Get the complete authority



Tags:

access:  public


[ Top ]

method get_fragment [line 12001]

string get_fragment( )

Get the fragment



Tags:

access:  public


[ Top ]

method get_host [line 11957]

string get_host( )

Get the host



Tags:

access:  public


[ Top ]

method get_iri [line 11863]

string get_iri( )

Get the complete IRI



Tags:

access:  public


[ Top ]

method get_path [line 11979]

string get_path( )

Get the path



Tags:

access:  public


[ Top ]

method get_port [line 11968]

string get_port( )

Get the port



Tags:

access:  public


[ Top ]

method get_query [line 11990]

string get_query( )

Get the query



Tags:

access:  public


[ Top ]

method get_scheme [line 11903]

string get_scheme( )

Get the scheme



Tags:

access:  public


[ Top ]

method get_userinfo [line 11946]

string get_userinfo( )

Get the user information



Tags:

access:  public


[ Top ]

method is_valid [line 11613]

bool is_valid( )

Check if the object represents a valid IRI



Tags:

access:  public


[ Top ]

method set_authority [line 11667]

bool set_authority( string $authority)

Set the authority. Returns true on success, false on failure (if there are any invalid characters).



Tags:

access:  public


Parameters:

string   $authority  

[ Top ]

method set_fragment [line 11843]

bool set_fragment( string $fragment)

Set the fragment.



Tags:

access:  public


Parameters:

string   $fragment  

[ Top ]

method set_host [line 11721]

bool set_host( string $host)

Set the host. Returns true on success, false on failure (if there are any invalid characters).



Tags:

access:  public


Parameters:

string   $host  

[ Top ]

method set_path [line 11789]

bool set_path( string $path)

Set the path.



Tags:

access:  public


Parameters:

string   $path  

[ Top ]

method set_port [line 11760]

bool set_port( string $port)

Set the port. Returns true on success, false on failure (if there are any invalid characters).



Tags:

access:  public


Parameters:

string   $port  

[ Top ]

method set_query [line 11822]

bool set_query( string $query)

Set the query.



Tags:

access:  public


Parameters:

string   $query  

[ Top ]

method set_scheme [line 11626]

bool set_scheme( string $scheme)

Set the scheme. Returns true on success, false on failure (if there are any invalid characters).



Tags:

access:  public


Parameters:

string   $scheme  

[ Top ]

method set_userinfo [line 11699]

bool set_userinfo( string $userinfo)

Set the userinfo.



Tags:

access:  public


Parameters:

string   $userinfo  

[ Top ]

method __toString [line 11332]

string __toString( )

Return the entire IRI when you try and read the object as a string



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 16 Aug 2008 07:54:08 -0700 by phpDocumentor 1.3.1