Class mosComponentManager

Description

Abstract component common base class for both user and admin sides

Since 4.6 version a new way to develop components based in MVC pattern was included, this requires that each component should to create a instance from mosComponentUserManager to user(frontend) side and a instance from mosComponentAdminManager to admin(backend) side, both classes are derived from this abstract class

  • access: public

Located in /includes/cmtclasses.php (line 180)


	
			
Direct descendents
Class Description
 class mosComponentUserManager Component base controller for user(frontend) side
 class mosComponentAdminManager Component base controller for admin side
Variable Summary
Method Summary
 bool checkCallable (object Reference &$object, string $method)
Variables
int $magic_quotes_restore = '' (line 185)
  • var: current magic quotes value, used to restore it
mixed $magic_quotes_value = 0 (line 183)
string $option = '' (line 189)
  • var: option from URL
string $plugin_name = '' (line 182)
  • var: component name
string $plugin_version = '' (line 187)
  • var: component version
Methods
checkCallable (line 273)

checks for a method in a class

This function returns TRUE when $method is a member of $object

  • return: TRUE when $method exits
  • access: public
bool checkCallable (object Reference &$object, string $method)
  • object Reference &$object: to the object
  • string $method: method name that is looking for

Documentation generated on Mon, 05 May 2008 16:17:58 +0400 by phpDocumentor 1.4.0