getFilterType() 공개 메소드

Type of filter.
public getFilterType ( ) : string
리턴 string
예제 #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");
 }