Changeset View
Changeset View
Standalone View
Standalone View
src/error/PhutilOpaqueEnvelope.php
| Show All 14 Lines | |||||
| * The key for the envelope is stored elsewhere, in | * The key for the envelope is stored elsewhere, in | ||||
| * @{class:PhutilOpaqueEnvelopeKey}. This prevents it from appearing in | * @{class:PhutilOpaqueEnvelopeKey}. This prevents it from appearing in | ||||
| * any sort of logs related to the envelope, even if the logger is very | * any sort of logs related to the envelope, even if the logger is very | ||||
| * aggressive. | * aggressive. | ||||
| * | * | ||||
| * @task envelope Using Opaque Envelopes | * @task envelope Using Opaque Envelopes | ||||
| * @task internal Internals | * @task internal Internals | ||||
| */ | */ | ||||
| final class PhutilOpaqueEnvelope { | final class PhutilOpaqueEnvelope extends Phobject { | ||||
| private $value; | private $value; | ||||
| /* -( Using Opaque Envelopes )--------------------------------------------- */ | /* -( Using Opaque Envelopes )--------------------------------------------- */ | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||