Skip to content

Instantly share code, notes, and snippets.

@Zayon
Last active June 27, 2019 15:39
Show Gist options
  • Save Zayon/65428930dd3f07cfc34cdab52c9964ed to your computer and use it in GitHub Desktop.
Save Zayon/65428930dd3f07cfc34cdab52c9964ed to your computer and use it in GitHub Desktop.
SharingContext ArrayAccess demo
<?php
$this->sharingContext['key'] = $value; // set a value
$value = $this->sharingContext['key']; // retrieve value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment