Documenting function
This commit is contained in:
parent
255ea9b35e
commit
a3ed9c963e
1 changed files with 6 additions and 5 deletions
|
@ -26,14 +26,15 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* Function used to get config value
|
||||
* of ClipBucket
|
||||
*/
|
||||
function config($input)
|
||||
{
|
||||
* Function used to get config value of ClipBucket
|
||||
* @uses: { class : Cbucket } { var : configs }
|
||||
*/
|
||||
|
||||
function config($input) {
|
||||
global $Cbucket;
|
||||
return $Cbucket->configs[$input];
|
||||
}
|
||||
|
||||
function get_config($input){ return config($input); }
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue