Overview

Packages

  • admin
  • classes
    • media
  • CodeIgniter
    • Libraries
  • core
  • functions
  • JSMin
  • None
  • OpenID
  • PHP
  • PHPMailer
  • plugins
    • admin
    • development
    • feed
    • mail
    • media
    • misc
    • seo
    • spam
    • uploader
    • users
    • zenpage
    • zenphoto
      • news
  • Services
    • JSON

Classes

  • Album
  • AlbumBase
  • Comment
  • dynamicAlbum
  • feed
  • Gallery
  • Image
  • MediaObject
  • PersistentObject
  • SearchEngine
  • ThemeObject
  • Transientimage
  • Zenphoto_Administrator
  • Zenphoto_Authority

Functions

  • isAlbumClass
  • isImageClass
  • newAlbum
  • newImage
  • search_quote
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class MediaObject

Root class for images and albums

PersistentObject
Extended by ThemeObject
Extended by MediaObject

Direct known subclasses

AlbumBase, Image

Indirect known subclasses

Album, AnyFile, dynamicAlbum, favorites, TextObject, Transientimage, Video, WEBdocs
Package: classes
Located at classes.php
Methods summary
public
# __construct( )

Class instantiator

Class instantiator

Overrides

ThemeObject::__construct()
public string
# getDesc( $locale = NULL )

Returns the description

Returns the description

Returns

string
public
# setDesc( string $desc )

Stores the description

Stores the description

Parameters

$desc
description text
public string
# getSortOrder( )

Returns the sort order

Returns the sort order

Returns

string
public
# setSortOrder( string $sortorder )

Stores the sort order

Stores the sort order

Parameters

$sortorder
image sort order
public string
# getUser( )

Returns the guest user

Returns the guest user

Returns

string
public
# setUser( string $user )

Sets the guest user

Sets the guest user

Parameters

$user
public string
# getPassword( )

Returns the password

Returns the password

Returns

string
public
# setPassword( string $pwd )

Sets the encrypted password

Sets the encrypted password

Parameters

$pwd
the cleartext password
public string
# getPasswordHint( $locale = NULL )

Returns the password hint

Returns the password hint

Returns

string
public
# setPasswordHint( string $hint )

Sets the password hint

Sets the password hint

Parameters

$hint
the hint text
public string
# getExpireDate( )

Returns the expire date

Returns the expire date

Returns

string
public
# setExpireDate( $ed )

sets the expire date

sets the expire date

public string
# getPublishDate( )

Returns the publish date

Returns the publish date

Returns

string
public
# setPublishDate( $ed )

sets the publish date

sets the publish date

Methods inherited from ThemeObject
addComment(), checkAccess(), checkForGuest(), checkPublishDates(), countHit(), getCodeblock(), getCommentCount(), getComments(), getCommentsAllowed(), getCustomData(), getDateTime(), getHitcounter(), getParentID(), getShow(), getTags(), getTitle(), hasTag(), isMyItem(), setCodeblock(), setCommentsAllowed(), setCustomData(), setDateTime(), setParentID(), setShow(), setTags(), setTitle()
Methods inherited from PersistentObject
__toString(), copy(), get(), getData(), getID(), instantiate(), move(), remove(), save(), set(), setDefaults()
Properties inherited from ThemeObject
$comments, $manage_rights, $manage_some_rights, $view_rights
Properties inherited from PersistentObject
$exists, $id, $loaded, $table, $transient
Zenphoto doc API documentation generated by ApiGen