From f76ca248a2205ab1a4d2de9015280e2b7eb83050 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 21 Nov 2004 14:43:57 +0000 Subject: [PATCH] better things for folding --- include/xorg.hook.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/xorg.hook.inc.php b/include/xorg.hook.inc.php index 1440abe..b2c1f1d 100644 --- a/include/xorg.hook.inc.php +++ b/include/xorg.hook.inc.php @@ -21,7 +21,7 @@ require_once("PEAR.php"); -// {{{ XOrgHook +// {{{ class XOrgHook /** * XOrg's Hooks API @@ -41,7 +41,7 @@ require_once("PEAR.php"); * @category XOrgCore * @package XOrgCore * @author Pierre Habouzit - * @version $Id: xorg.hook.inc.php,v 1.5 2004-11-21 14:33:28 x2000habouzit Exp $ + * @version $Id: xorg.hook.inc.php,v 1.6 2004-11-21 14:43:57 x2000habouzit Exp $ * @access public * @link http://doc.polytechnique.org/XOrgModule/#hook * @since Classe available since 0.9.3 @@ -54,7 +54,7 @@ class XOrgHook extends PEAR * holds the name of the hook we want to run. * * @var string - * @access private + m @access private */ var $_name; @@ -67,7 +67,7 @@ class XOrgHook extends PEAR var $_mods = Array(); // }}} - // {{{ XOrgHook + // {{{ constructor XOrgHook() /** * Instanciates our Hook. @@ -89,7 +89,7 @@ class XOrgHook extends PEAR } // }}} - // {{{ __call() + // {{{ function __call() /** * The overload helper for function calls. -- 2.1.4