getName() public method

Get the MIME name of this content encoding scheme.
public getName ( ) : string
return string
コード例 #1
0
 public function testGetName()
 {
     $this->assertSame('quoted-printable', $this->_encoder->getName());
 }