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

Class: ical_Property

Source Location: /ical.php

Class Overview


Base class for any values that we need to handle.


Methods



Class Details

[line 150]
Base class for any values that we need to handle.



[ Top ]


Class Methods


constructor ical_Property [line 162]

ical_Property ical_Property( string $value, [string $params = ""])

Init function, set known variables



Parameters:

string   $value  
string   $params  

[ Top ]

method get_params [line 187]

string get_params( )

Returns the params (semicolon separated)stored in this property



[ Top ]

method get_value [line 171]

string get_value( )

Returns the value stored in this property



[ Top ]

method set_param [line 212]

void set_param( string $name, string $value)

Add a param stored in this property



Parameters:

string   $name  
string   $value  

[ Top ]

method set_params [line 199]

void set_params( string $paramstring)

Sets the params (semicolon separated) stored in this property



Parameters:

string   $paramstring  

[ Top ]

method set_value [line 179]

void set_value( string $value)

Sets the value stored in this property



Parameters:

string   $value  

[ Top ]

method text_dump [line 223]

string text_dump( [string $text = ""])

Returns this property in ical text format



Parameters:

string   $text  

[ Top ]


Documentation generated on Tue, 14 Aug 2007 19:37:27 -0700 by phpDocumentor 1.4.0