mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-11 16:00:26 -04:00
cleaned up phpdoc comments, added README on how to install and use it
This commit is contained in:
parent
3a183470a6
commit
24d18c5313
12 changed files with 336 additions and 86 deletions
|
@ -17,10 +17,12 @@
|
|||
*/
|
||||
class zerobin_data extends zerobin_abstract
|
||||
{
|
||||
/*
|
||||
/**
|
||||
* directory where data is stored
|
||||
*
|
||||
* @access private
|
||||
* @static
|
||||
* @var string directory where data is stored
|
||||
* @var string
|
||||
*/
|
||||
private static $_dir = 'data/';
|
||||
|
||||
|
@ -29,6 +31,7 @@ class zerobin_data extends zerobin_abstract
|
|||
*
|
||||
* @access public
|
||||
* @static
|
||||
* @param array $options
|
||||
* @return zerobin_data
|
||||
*/
|
||||
public static function getInstance($options = null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue