Class mosComponentUserManager

Description

Component base controller for user(frontend) side

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.

  • access: public

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

mosComponentManager
   |
   --mosComponentUserManager
Method Summary
 mixed newHTMLClassCheck (string $name, object reference &$controller, int $total_items, int $clist)
Variables
Methods
newHTMLClassCheck (line 338)

Loads and returns a class for render HTML (view Object)

This function load a class for view html an associated controller is passed

  • return: a instance to the HTML class, FALSE if the class is not founded
  • access: public
mixed newHTMLClassCheck (string $name, object reference &$controller, int $total_items, int $clist)
  • string $name: HTML view class name
  • object reference &$controller: to controller object
  • int $total_items: not used
  • int $clist: list of items to show

Inherited Methods

Inherited From mosComponentManager

 mosComponentManager::checkCallable()

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