getMax() 공개 메소드

Returns the max option
public getMax ( ) : integer | null
리턴 integer | null
예제 #1
0
 /**
  * Ensures that getMax() returns expected default value
  *
  * @return void
  */
 public function testGetMax()
 {
     $this->assertEquals(null, $this->_validator->getMax());
 }