getType() public method

returns the Type of the formatter
public getType ( ) : string
return string
 /**
  * tests getter for the formatter type
  *
  * @group formatter
  * @group sourcetest
  */
 public function testGetType()
 {
     self::assertSame('php', $this->object->getType());
 }