getType() public method

returns the Type of the filter
public getType ( ) : string
return string
Esempio n. 1
0
 /**
  * tests getter for the filter type
  *
  * @group filter
  * @group sourcetest
  */
 public function testGetType()
 {
     self::assertSame('CUSTOM', $this->object->getType());
 }