getSupportedCompressionMethods() public method

public getSupportedCompressionMethods ( ) : string[]
return string[]
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCompressionMethods()
 {
     return false === $this->isDecryptionSupportEnabled() ? [] : $this->decrypter->getSupportedCompressionMethods();
 }