• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

plugins/views_plugin_argument_validate_numeric.inc

Go to the documentation of this file.
00001 <?php
00012 class views_plugin_argument_validate_numeric extends views_plugin_argument_validate {
00013   function validate_argument($argument) {
00014     return is_numeric($argument);
00015   }
00016 }

Generated on Sun Feb 26 2012 12:52:51 for Views by  doxygen 1.7.1