Changeset View
Changeset View
Standalone View
Standalone View
src/error/PhutilOpaqueEnvelopeKey.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Holds the key for @{class:PhutilOpaqueEnvelope} in a logically distant | * Holds the key for @{class:PhutilOpaqueEnvelope} in a logically distant | ||||
| * location so it will never appear in stack traces, etc. You should never need | * location so it will never appear in stack traces, etc. You should never need | ||||
| * to use this class directly. See @{class:PhutilOpaqueEnvelope} for | * to use this class directly. See @{class:PhutilOpaqueEnvelope} for | ||||
| * information about opaque envelopes. | * information about opaque envelopes. | ||||
| * | * | ||||
| * @task internal Internals | * @task internal Internals | ||||
| */ | */ | ||||
| final class PhutilOpaqueEnvelopeKey { | final class PhutilOpaqueEnvelopeKey extends Phobject { | ||||
| private static $key; | private static $key; | ||||
| /* -( Internals )---------------------------------------------------------- */ | /* -( Internals )---------------------------------------------------------- */ | ||||
| /** | /** | ||||
| Show All 26 Lines | |||||