PHPDocs for cache, Format

This commit is contained in:
Anton Terekhov
2012-11-19 18:40:04 +04:00
parent 2d02f25e22
commit 1e0d1aaa38
5 changed files with 58 additions and 48 deletions

View File

@ -47,6 +47,7 @@ class Format
* @param mixed $int
* @param bool $currency - показывать валюту
* @param bool $show_decimals - показывать или нет дробную часть
* @return string
*/
static public function int2money($int = 0, $currency = false, $show_decimals = true)
{
@ -169,7 +170,7 @@ class Format
* Преобразует дату в таймстамп.
*
* @param mixed $time
* @return TimeFormat
* @return int|bool
*/
static public function date2int($time)
{