cleaned up phpdoc comments, added README on how to install and use it

This commit is contained in:
El RIDO 2015-08-16 15:55:31 +02:00
parent 3a183470a6
commit 24d18c5313
12 changed files with 336 additions and 86 deletions

View file

@ -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)