getType() public method

returns the Type of the writer
public getType ( ) : string
return string
コード例 #1
0
ファイル: CsvWriterTest.php プロジェクト: browscap/browscap
 /**
  * tests getting the writer type
  *
  * @group writer
  * @group sourcetest
  */
 public function testGetType()
 {
     self::assertSame('csv', $this->object->getType());
 }