getType() публичный Метод

public getType ( )
 public function testType()
 {
     $option = new IntegerOption();
     $this->assertEquals(IntegerOption::TYPE_INTEGER, $option->getType());
 }