mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
start on inline documentation
This commit is contained in:
parent
73d6c7cfd6
commit
82decf9cc9
@ -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 = "")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user