start on inline documentation

This commit is contained in:
themaniac 2001-03-13 18:30:21 +00:00
parent 73d6c7cfd6
commit 82decf9cc9

View File

@ -30,9 +30,17 @@
echo "Failed attempt to break in via an old Security Hole!<br>\n"; echo "Failed attempt to break in via an old Security Hole!<br>\n";
exit; exit;
} unset($d1);unset($d2);unset($d3); } unset($d1);unset($d2);unset($d3);
/*!
@class hooks
@abstract class which gives ability for applications to set and use hooks to communicate with each other
@discussion Author: Seek3r
*/
class hooks class hooks
{ {
/*!
@function read()
@abstract currenlty not being used
*/
function read() function read()
{ {
global $phpgw; global $phpgw;
@ -46,6 +54,13 @@
} }
return $return_array; return $return_array;
} }
/*!
@function proccess
@abstract process the hooks
@discussion not currently being used
@param $type
@param $where
*/
function proccess($type,$where = "") function proccess($type,$where = "")
{ {