Class MediaType

(line 2798)

Description


Located in File: /lib/digitallibrary.inc.php



Class Variables

Summary:
integer $ID
string $MediaType

$ID = 0 (line 2949)

Data type : integer

  • access: - public

$MediaType = NULL (line 2954)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

Summary:
MediaType MediaType ([integer|array $ID_or_Row = NULL])
boolean dbLoad ()
string toString ([ $MakeIntoLink = LINK_NONE], boolean $MakeIntoLink[optional])
string __toString ()

Constructor MediaType (line 2814)

MediaType MediaType( [integer|array $ID_or_Row = NULL])

MediaType Constructor

If ID is passed as an argument, no data will be loaded until some varation of dbLoad is called.

If a table row is passed as an argument, the array will be parsed, and object variables will be assigned.

Parameters

  • integer|array $ID_or_Row: MediaType ID or array containing row from tblDL_MediaTypes

Info

  • access - public

Method dbLoad (line 2850)

boolean dbLoad( )

Loads MediaType from the database

Info

  • access - public

Method toString (line 2900)

string toString( [ $MakeIntoLink = LINK_NONE], boolean $MakeIntoLink[optional])

Generates a formatted string of the MediaType object

Parameters

  • boolean $MakeIntoLink[optional]:
  • $MakeIntoLink:

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 2941)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Wed, 17 Jan 2007 16:25:32 -0600 by phpDocumentor 1.3.1