Пример #1
0
 public static function getCash($lifeTime, $path)
 {
     $cash = new Cash($lifeTime, $path);
     return $cash->getCashOb();
 }