[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Validate/ -> Int.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 148 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Validate_Int:: (4 methods):
  __construct()
  getLocale()
  setLocale()
  isValid()


Class: Zend_Validate_Int  - X-Ref


__construct($locale = null)   X-Ref
Constructor for the integer validator

param: string|Zend_Config|Zend_Locale $locale

getLocale()   X-Ref
Returns the set locale


setLocale($locale = null)   X-Ref
Sets the locale to use

param: string|Zend_Locale $locale

isValid($value)   X-Ref
Defined by Zend_Validate_Interface

Returns true if and only if $value is a valid integer

param: string|integer $value
return: boolean



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1