SYMBOL INDEX (55 symbols across 6 files) FILE: src/Facades/SharedData.php class SharedData (line 15) | class SharedData extends Facade method getFacadeAccessor (line 20) | protected static function getFacadeAccessor() FILE: src/Providers/SharedDataServiceProvider.php class SharedDataServiceProvider (line 10) | class SharedDataServiceProvider extends ServiceProvider implements Defer... method boot (line 17) | public function boot() method register (line 29) | public function register() method provides (line 54) | public function provides() FILE: src/SharedData.php class SharedData (line 14) | class SharedData implements Renderable, Jsonable, Arrayable, JsonSeriali... method __construct (line 34) | public function __construct(array $config = []) method hydrateConfig (line 39) | private function hydrateConfig(array $config) method unpackDelayedClosures (line 54) | private function unpackDelayedClosures(): self method put (line 71) | public function put($key, $value = null) method get (line 96) | public function get($key = null) method forget (line 107) | public function forget($key = null): self method getJsNamespace (line 120) | public function getJsNamespace(): string method setJsNamespace (line 125) | public function setJsNamespace(string $jsNamespace): self method getJsHelperEnabled (line 132) | public function getJsHelperEnabled(): bool method setJsHelperEnabled (line 137) | public function setJsHelperEnabled(bool $jsHelperEnabled): self method getJsHelperName (line 144) | public function getJsHelperName(): string method setJsHelperName (line 149) | public function setJsHelperName(string $jsHelperName): self method toJson (line 156) | public function toJson($options = 0): string method render (line 161) | public function render(array $options = []): string method getJsHelper (line 178) | public function getJsHelper(): string method __toString (line 183) | public function __toString(): string method toArray (line 188) | public function toArray(): array method jsonSerialize (line 193) | public function jsonSerialize(): array method offsetExists (line 198) | public function offsetExists($offset): bool method offsetGet (line 203) | public function offsetGet($offset) method offsetSet (line 208) | public function offsetSet($offset, $value): void method offsetUnset (line 213) | public function offsetUnset($offset): void FILE: src/helpers.php function shared (line 7) | function shared() function share (line 18) | function share(...$args) FILE: tests/AbstractTestCase.php class AbstractTestCase (line 8) | abstract class AbstractTestCase extends TestCase method setUp (line 10) | protected function setUp(): void method getPackageProviders (line 17) | protected function getPackageProviders($app) FILE: tests/SharedDataTest.php class SharedDataTest (line 10) | class SharedDataTest extends AbstractTestCase method setUp (line 18) | protected function setUp(): void method testPut (line 27) | public function testPut() method testGet (line 117) | public function testGet() method testToJson (line 131) | public function testToJson() method testRender (line 145) | public function testRender() method testRenderWithAttributes (line 165) | public function testRenderWithAttributes() method testToString (line 185) | public function testToString() method testJsNamespace (line 192) | public function testJsNamespace() method testJsHelperName (line 201) | public function testJsHelperName() method testJsHelperEnabled (line 210) | public function testJsHelperEnabled() method testJsHelper (line 219) | public function testJsHelper() method testToArray (line 226) | public function testToArray() method testJsonSerialize (line 233) | public function testJsonSerialize() method testOffsetExists (line 240) | public function testOffsetExists() method testOffsetGet (line 249) | public function testOffsetGet() method testOffsetSet (line 256) | public function testOffsetSet() method testOffsetUnset (line 270) | public function testOffsetUnset() method testForget (line 291) | public function testForget() method testBladeDirective (line 316) | public function testBladeDirective() method testBladeDirectiveWithCustomName (line 327) | public function testBladeDirectiveWithCustomName()