blueshoes php application framework and cms            core_lang
[ class tree: core_lang ] [ index: core_lang ] [ all elements ]

Class: MenuSheet

Source Location: /toolbox/oodb/sample/MenuSheet.class.php

Class Overview

Bs_Object
   |
   --MenuSheet

Emulate a JAVA object, sort of...


Author(s):

Version:

  • 4.3.$Revision: 1.3 $ $Date: 2003/10/29 17:47:48 $

Copyright:

  • blueshoes.org

Variables

Methods


Inherited Variables

Inherited Methods

Class: Bs_Object

Bs_Object::Bs_Object()
Bs_Object::getErrors()
Basic error handling: Get *all* errors as string array from the global Bs_Error-error stack.
Bs_Object::getLastError()
Basic error handling: Get last error string from the global Bs_Error-error stack.
Bs_Object::getLastErrors()
Basic error handling: Get last errors string array from the global Bs_Error-error stack sinc last call of getLastErrors().
Bs_Object::persist()
Persists this object by serializing it and saving it to a file with unique name.
Bs_Object::setError()
Basic error handling: Push an error string on the global Bs_Error-error stack.
Bs_Object::toHtml()
Dumps the content of this object to a string using PHP's var_dump().
Bs_Object::toString()
Dumps the content of this object to a string using PHP's var_dump().
Bs_Object::unpersist()
Fetches an object that was persisted with persist()

Class Details

[line 7]
Emulate a JAVA object, sort of...

no dependencies here.




Tags:

copyright:  blueshoes.org
version:  4.3.$Revision: 1.3 $ $Date: 2003/10/29 17:47:48 $
author:  Sam Blum <at blueshoes dot org>, andrej arn <andrej at blueshoes dot org>


[ Top ]


Class Variables

$caption =  'Midday Food and Drinks'

[line 23]


Type:   mixed


[ Top ]

$dateBegin =  '20010701'

[line 25]


Type:   mixed


[ Top ]

$dateEnd =  '20010901'

[line 26]


Type:   mixed


[ Top ]

$desserts = array()

[line 31]


Type:   mixed


[ Top ]

$entrees = array()

[line 30]


Type:   mixed


[ Top ]

$hardDrinks = array()

[line 33]


Type:   mixed


[ Top ]

$mainMenu = array()

[line 39]

$mainMenu[1] = 'Array of Objects' [MenuItem]

$mainMenu[2] = 'Array of Objects' [MenuItem]



Type:   mixed


[ Top ]

$menuType =  '12oClockFood'

[line 24]


Type:   mixed


[ Top ]

$priceList =

[line 42]


Type:   mixed


[ Top ]

$softDrinks = array()

[line 32]


Type:   mixed


[ Top ]

$soups = array()

[line 29]


Type:   mixed


[ Top ]

$_ooDbProperty = array ( 
    'caption' => array('mode'=>'lonely', 'metaType'=>'string', 'index'=>TRUE ),'menuType'=>array('mode'=>'lonely','metaType'=>'string','index'=>FALSE),'dateBegin'=>array('mode'=>'lonely','metaType'=>'integer','index'=>TRUE),'dateEnd'=>array('mode'=>'lonely','metaType'=>'string','index'=>TRUE),'soups'=>array('mode'=>'object','useScope'=>'','readOnly'=>TRUE),'entrees'=>array('mode'=>'object','useScope'=>''),'desserts'=>array('mode'=>'object','useScope'=>''),'softDrinks'=>array('mode'=>'object','useScope'=>''),'hardDrinks'=>array('mode'=>'object','useScope'=>''),'mainMenu'=>array('mode'=>'object','useScope'=>''))

[line 9]


Type:   mixed


[ Top ]



Class Methods


constructor MenuSheet [line 44]

MenuSheet MenuSheet( )



[ Top ]

method htmlEdit [line 61]

void htmlEdit( mixed $self, mixed &$qIn, mixed $qOut, mixed &$ooDb)



[ Top ]

method _init [line 49]

void _init( )



[ Top ]


Documentation generated on Mon, 29 Dec 2003 21:15:34 +0100 by phpDocumentor 1.2.3