Class: Services_Blogging_MediaObject
Source Location: /Services_Blogging-0.2.3/Services/Blogging/MediaObject.php
Media object (image, video, sound) in a blog entry.
Author(s):
Inherited Variables
Inherited Methods
Class Details
[line 27]
Media object (image, video, sound) in a blog entry.
Not used currently.
Class Variables
$values = array(
'name' => null,
'mimetype' => null,
'filename' => null
)
[line 31]
Method Detail
__get [line 67]
mixed __get(
string
$strProperty)
Returns value of a property
- Return: Property value
- Access: public
Parameters:
string
$strProperty
—
Property name
__set [line 46]
void __set(
string
$strProperty, mixed
$value)
Set a property value.
Parameters:
string
$strProperty
—
Property name
mixed
$value
—
Value of property
Documentation generated on 2019年3月11日 15:26:37 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.