getType() public méthode

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