- Developper API  2.0.5
DataStructure Class Reference

Data structure that contains a name, a type and a url. Those objects are usually embedded inside Wine object. More...

Inheritance diagram for DataStructure:
Media Recipe Shop

Public Member Functions

 getName ()
 Returns the name as a String or false if empty.
 getType ()
 Returns the type as a String or false if empty.
 getURL ()
 Returns the url as a String or false if empty.
 getPreview ()
 Returns the preview as a String or false if empty.

Protected Member Functions

 __construct ($name, $type, $url, $zone, $preview)
 Can and must only be call from subclass.

Detailed Description

Data structure that contains a name, a type and a url. Those objects are usually embedded inside Wine object.

Author:
Thomas
Version:
1.0
Date:
08/12/2011

Constructor & Destructor Documentation

__construct ( name,
type,
url,
zone,
preview 
) [protected]

Can and must only be call from subclass.

Parameters:
Stringname
Stringtype
Stringurl
Returns:
DataStructure

Reimplemented in Media.

Definition at line 26 of file DataStructure.php.


Member Function Documentation

getName ( ) [final]

Returns the name as a String or false if empty.

Returns:
String / false

Definition at line 39 of file DataStructure.php.

getPreview ( ) [final]

Returns the preview as a String or false if empty.

Returns:
String / false

Definition at line 66 of file DataStructure.php.

getType ( ) [final]

Returns the type as a String or false if empty.

Returns:
String / false

Definition at line 48 of file DataStructure.php.

getURL ( ) [final]

Returns the url as a String or false if empty.

Returns:
String / false

Definition at line 57 of file DataStructure.php.


The documentation for this class was generated from the following file: