getType() публичный Метод

returns the Type of the filter
public getType ( ) : string
Результат string
Пример #1
0
 /**
  * tests getter for the filter type
  *
  * @group filter
  * @group sourcetest
  */
 public function testGetType()
 {
     self::assertSame('LITE', $this->object->getType());
 }