[ PHPXref.com ] [ Generated: Sun Jul 20 19:05:09 2008 ] [ onPHP 0.4.6 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/main/Base/ -> Range.class.php (summary)

(no description)

File Size: 148 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Range:: (13 methods):
  __construct()
  create()
  lazyCreate()
  getMin()
  setMin()
  getMax()
  setMax()
  toString()
  divide()
  multiply()
  equals()
  isEmpty()
  swap()


Class: Range  - X-Ref

Integer's interval implementation and accompanying utility methods.

__construct($min = null, $max = null)   X-Ref
No description

create($min = null, $max = null)   X-Ref
No description

lazyCreate($min = null, $max = null)   X-Ref
No description

getMin()   X-Ref
No description

setMin($min = null)   X-Ref
No description

getMax()   X-Ref
No description

setMax($max = null)   X-Ref
No description

toString($from = 'от', $to = 'до')   X-Ref
No description

divide($factor, $precision = null)   X-Ref
No description

multiply($multiplier)   X-Ref
No description

equals(Range $range)   X-Ref
No description

isEmpty()   X-Ref
No description

swap(&$a, &$b)   X-Ref
No description



[ Powered by PHPXref - Served by Debian GNU/Linux ]