getFilterType() public method

Type of filter.
public getFilterType ( ) : string
return string
Example #1
0
 /**
  * @depends testSerializationDeserialization
  * @param FmfDetails $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getFilterType(), "TestSample");
     $this->assertEquals($obj->getFilterId(), "TestSample");
     $this->assertEquals($obj->getName(), "TestSample");
     $this->assertEquals($obj->getDescription(), "TestSample");
 }