From: Michael M Slusarz Date: Tue, 21 Dec 2010 07:25:13 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6947ca194888dadf8c22d60d6ed9374cb2645ead;p=horde.git phpdoc --- diff --git a/framework/Core/lib/Horde/Script/Files.php b/framework/Core/lib/Horde/Script/Files.php index 197e675b2..331718c2b 100644 --- a/framework/Core/lib/Horde/Script/Files.php +++ b/framework/Core/lib/Horde/Script/Files.php @@ -22,8 +22,6 @@ class Horde_Script_Files */ public $prototypejs = true; - protected $_full = false; - /** * The list of script files to add. * @@ -34,6 +32,13 @@ class Horde_Script_Files ); /** + * TODO + * + * @var boolean + */ + protected $_full = false; + + /** * The list of files we have already included. * * @var array @@ -72,8 +77,9 @@ class Horde_Script_Files */ public function addExternal($url, $app = null) { - // Force external scripts under Horde scope to better avoid duplicates, - // and to ensure they are loaded before other application specific files + // Force external scripts under Horde scope to better avoid + // duplicates, and to ensure they are loaded before other application + // specific files $app = 'horde'; // Don't include scripts multiple times.