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

@ -20,7 +20,7 @@ abstract class zerobin_abstract
/**
* singleton instance
*
* @access private
* @access protected
* @static
* @var zerobin
*/
@ -49,6 +49,7 @@ abstract class zerobin_abstract
*
* @access public
* @static
* @param array $options
* @return zerobin_abstract
*/
public static function getInstance($options) {}