PageRenderTime 71ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/macro/src/filters/number_format.filter.php

http://github.com/limb-php-framework/limb
PHP | 21 lines | 5 code | 1 blank | 15 comment | 0 complexity | 3a9240c3346332bc8478757bb04061be MD5 | raw file
Possible License(s): LGPL-2.1, AGPL-3.0, MPL-2.0-no-copyleft-exception, GPL-2.0
  1. <?php
  2. /*
  3. * Limb PHP Framework
  4. *
  5. * @link http://limb-project.com
  6. * @copyright Copyright &copy; 2004-2009 BIT(http://bit-creative.com)
  7. * @license LGPL http://www.gnu.org/copyleft/lesser.html
  8. */
  9. /**
  10. * class lmbMacroNumberFormatFilter.
  11. *
  12. * @filter number_format
  13. * @aliases number
  14. * @package macro
  15. * @version $Id$
  16. */
  17. class lmbMacroNumberFormatFilter extends lmbMacroFunctionBasedFilter
  18. {
  19. protected $function = 'number_format';
  20. }