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

Procedural File: Bs_Object.class.php

Source Location: /core/Bs_Object.class.php



Classes:



Page Details:



Includes:

require_once($_SERVER['DOCUMENT_ROOT'].$GLOBALS['APP']['path']['diffFromDocRootToGlobalConf'].'global.conf.php') [line 5]
require_once($APP['path']['core'].'lang/Bs_Error.class.php') [line 6]





BS_OBJECT_VERSION [line 2]

BS_OBJECT_VERSION = '4.2.$Revision: 1.3 $'

[ Top ]




isEx [line 15]

bool isEx( mixed $o)

Tells if the given param is an instance of bs_exception.



Tags:

return:  TRUE if $o is an instace of or inherits Bs_Exception
access:  public


Parameters

mixed   $o   Pass anything you want.
[ Top ]



isException [line 23]

bool isException( mixed $o)

Tells if the given param is an instance of bs_exception.

This is an alias of the function isEx()




Tags:

return:  TRUE if $o is an instace of or inherits Bs_Exception
access:  public


Parameters

mixed   $o   Pass anything you want.
[ Top ]



Documentation generated on Mon, 29 Dec 2003 21:12:08 +0100 by phpDocumentor 1.2.3