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

Class: Services_Blogging_MediaObject

Source Location: /Services_Blogging-0.2.4/Services/Blogging/MediaObject.php

Class Overview


Media object (image, video, sound) in a blog entry.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 27]
Media object (image, video, sound) in a blog entry.

Not used currently.



[ Top ]


Class Variables

$values = array(
        'name'      => null,
        'mimetype'  => null,
        'filename'  => null
    )

[line 31]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__get   [line 67]

mixed __get( string $strProperty)

Returns value of a property
  • Return: Property value
  • Access: public

Parameters:

string   $strProperty   —  Property name

[ Top ]

__set   [line 46]

void __set( string $strProperty, mixed $value)

Set a property value.
  • Access: public

Parameters:

string   $strProperty   —  Property name
mixed   $value   —  Value of property

[ Top ]


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