Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 1.57 KB

class.ControllerFactoryCore.md

File metadata and controls

74 lines (35 loc) · 1.57 KB

Class ControllerFactoryCore

Controllers don't need to be loaded with includeController anymore since they use Autoload

  • Class name: ControllerFactoryCore
  • Warning: this class is deprecated. This means that this class will likely be removed in a future version.
  • Source: classes/ControllerFactory.php line 32

Contents

Methods

Methods

getController

mixed ControllerFactoryCore::getController($className, $auth, $ssl)
  • Visibility: public
  • This method is static.
  • Warning: this method is deprecated. This means that this method will likely be removed in a future version.
  • Source: classes/ControllerFactory.php line 60

Arguments

  • $className mixed
  • $auth mixed
  • $ssl mixed

includeController

mixed ControllerFactoryCore::includeController($className)
  • Visibility: public
  • This method is static.
  • Warning: this method is deprecated. This means that this method will likely be removed in a future version.
  • Source: classes/ControllerFactory.php line 37

Arguments

  • $className mixed