Class: XoopsImage

Source Location: /kernel/image.php

Class XoopsImage

Class Overview

An Image

Located in /kernel/image.php [line 37]

XoopsObject
   |
   --XoopsImage
Author(s): Information Tags:
Copyright:  (c) 2000-2003 The Xoops Project - www.xoops.org

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From XoopsObject

XoopsObject::$cleanVars
XoopsObject::$vars

Inherited From XoopsObject

XoopsObject::XoopsObject()
constructor
XoopsObject::assignVar()
assign a value to a variable
XoopsObject::cleanVars()
clean values of all variables of the object for storage.
XoopsObject::getErrors()
return the errors for this object as an array
XoopsObject::getHtmlErrors()
return the errors for this object as html
XoopsObject::getValues()
Returns the values of the specified variables
XoopsObject::getVar()
returns a specific variable for the object in a proper format
XoopsObject::getVars()
returns all variables for the object
XoopsObject::initVar()
initialize variables for the object
XoopsObject::isDirty()
mark modified objects as dirty
XoopsObject::isNew()
used for new/clone objects
XoopsObject::registerFilter()
dynamically register additional filter for the object
XoopsObject::setDirty()
mark modified objects as dirty
XoopsObject::setErrors()
add an error
XoopsObject::setNew()
used for new/clone objects
XoopsObject::setVar()
assign a value to a variable
XoopsObject::unsetDirty()
mark modified objects as dirty
XoopsObject::unsetNew()
used for new/clone objects
XoopsObject::xoopsClone()
create a clone(copy) of the current object

[ Top ]
Property Summary
array   $image_info   Info of Image file (width, height, bits, mimetype)

[ Top ]
Method Summary
XoopsImage   XoopsImage()   Constructor
array   getInfo()   Function short description

[ Top ]
Properties
array   $image_info = array() [line 44]

Info of Image file (width, height, bits, mimetype)


[ Top ]
Methods
Constructor XoopsImage  [line 49]

  XoopsImage XoopsImage( )

Constructor



[ Top ]
getInfo  [line 72]

  array getInfo( string $path, [string $type = 'url'], [bool $ret = false]  )

Function short description

Parameters:
string   $path:  the path to search through
string   $type:  the path type, url or other
bool   $ret:  return the information or keep it stored

API Tags:
Return:  the array of image information


[ Top ]

Documentation generated on Sat, 12 Dec 2009 21:22:32 -0600 by phpDocumentor 1.4.1