Deprecated functions

This commit is contained in:
Paula Quispe
2017-08-10 12:35:35 -04:00
parent 2eedfdbfb5
commit fa2938a811
2 changed files with 15 additions and 65 deletions

View File

@@ -15,21 +15,21 @@ class Bootstrap
//below here only approved methods //below here only approved methods
/** /**
* @deprecated * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*/ */
public static function autoloadClass($class) public static function autoloadClass($class)
{ {
} }
/** /**
* @deprecated * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*/ */
public static function registerClass($className, $includePath) public static function registerClass($className, $includePath)
{ {
} }
/** /**
* @deprecated * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*/ */
public static function registerDir($name, $dir) public static function registerDir($name, $dir)
{ {
@@ -44,7 +44,7 @@ class Bootstrap
return PmSystem::getSystemConfiguration($globalIniFile, $wsIniFile, $wsName); return PmSystem::getSystemConfiguration($globalIniFile, $wsIniFile, $wsName);
} }
/** /**
* @deprecated * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*/ */
public static function registerSystemClasses() public static function registerSystemClasses()
{ {
@@ -150,13 +150,7 @@ class Bootstrap
} }
/** /**
* Load Gulliver Classes * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*
* @author Fernando Ontiveros Lira <fernando@colosa.com>
* @access public
* @param string $strClass
* @return void
* @deprecated
*/ */
public static function LoadSystem($strClass) public static function LoadSystem($strClass)
{ {
@@ -452,29 +446,14 @@ class Bootstrap
return $content; return $content;
} }
/** /**
* If the class is not defined by the aplication, it * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* attempt to load the class from gulliver.system
*
* @author Fernando Ontiveros Lira <fernando@colosa.com>, David S. Callizaya
* @access public
* @param string $strClass
* @return void
* @deprecated
*/ */
public static function LoadClass($strClass) public static function LoadClass($strClass)
{ {
} }
/** /**
* Loads a Class. * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* If the class is not defined by the aplication, it
* attempt to load the class from gulliver.system
*
* @author Fernando Ontiveros Lira <fernando@colosa.com>, David S. Callizaya
* @access public
* @param string $strClass
* @return void
* @deprecated
*/ */
public static function LoadThirdParty($sPath, $sFile) public static function LoadThirdParty($sPath, $sFile)
{ {
@@ -2017,10 +1996,7 @@ class Bootstrap
} }
/** /**
* * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @param unknown_type $model
* @return unknown
* @deprecated
*/ */
public function getModel($model) public function getModel($model)
{ {
@@ -2506,7 +2482,7 @@ class Bootstrap
} }
/** /**
* @deprecated * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
*/ */
public static function initVendors() public static function initVendors()
{ {

View File

@@ -44,11 +44,7 @@ class G
public static $httpHost; public static $httpHost;
/** /**
* Load Gulliver Classes * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @access public
* @param string $strClass
* @return void
* @deprecated 08-04-2017
*/ */
public static function LoadSystem($strClass) public static function LoadSystem($strClass)
{ {
@@ -56,11 +52,7 @@ class G
} }
/** /**
* Load System Classes * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @access public
* @param string $strClass
* @return void
* @deprecated 08-04-2017
*/ */
public function LoadSystemExist($strClass) public function LoadSystemExist($strClass)
{ {
@@ -68,11 +60,7 @@ class G
} }
/** /**
* Include javascript files * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @access public
* @param string $strClass
* @return void
* @deprecated 08-04-2017
*/ */
public function LoadInclude($strClass) public function LoadInclude($strClass)
{ {
@@ -80,11 +68,7 @@ class G
} }
/** /**
* public function LoadClassRBAC * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @access public
* @param string $strClass
* @return void
* @deprecated 08-04-2017
*/ */
public function LoadClassRBAC($strClass) public function LoadClassRBAC($strClass)
{ {
@@ -92,12 +76,7 @@ class G
} }
/** /**
* If the class is not defined by the aplication, it * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* attempt to load the class from gulliver.system
* @access public
* @param string $strClass
* @return void
* @deprecated 08-04-2017
*/ */
public static function LoadClass($strClass) public static function LoadClass($strClass)
{ {
@@ -105,12 +84,7 @@ class G
} }
/** /**
* public function LoadThirdParty * @deprecated 3.2.2, We keep this function only for backwards compatibility because is used in the plugin manager
* @access public
* @param string $sPath
* @param string $sFile
* @return void
* @deprecated 08-04-2017
*/ */
public static function LoadThirdParty($sPath, $sFile) public static function LoadThirdParty($sPath, $sFile)
{ {