ParagonIE_Sodium_Core_SecretStream_State::getKey() public WP 1.0
{} It's a method of the class: ParagonIE_Sodium_Core_SecretStream_State{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$ParagonIE_Sodium_Core_SecretStream_State = new ParagonIE_Sodium_Core_SecretStream_State(); $ParagonIE_Sodium_Core_SecretStream_State->getKey();
Code of ParagonIE_Sodium_Core_SecretStream_State::getKey() ParagonIE Sodium Core SecretStream State::getKey WP 5.7
public function getKey()
{
return $this->key;
}