SYMBOL INDEX (45 symbols across 5 files) FILE: src/Facade/Pdf.php class Pdf (line 34) | class Pdf extends IlluminateFacade method getFacadeAccessor (line 41) | protected static function getFacadeAccessor() method __callStatic (line 55) | public static function __callStatic($method, $args) FILE: src/PDF.php class PDF (line 49) | class PDF method __construct (line 72) | public function __construct(Dompdf $dompdf, ConfigRepository $config, ... method getDomPDF (line 85) | public function getDomPDF(): Dompdf method setWarnings (line 93) | public function setWarnings(bool $warnings): self method loadHTML (line 104) | public function loadHTML(string $string, ?string $encoding = null): self method loadFile (line 115) | public function loadFile(string $file): self method addInfo (line 126) | public function addInfo(array $info): self method loadView (line 140) | public function loadView(string $view, array $data = [], array $mergeD... method setOption (line 152) | public function setOption($attribute, $value = null): self method setOptions (line 163) | public function setOptions(array $options, bool $mergeWithDefaults = f... method output (line 185) | public function output(array $options = []): string method save (line 196) | public function save(string $filename, ?string $disk = null): self method download (line 212) | public function download(string $filename = 'document.pdf'): Response method stream (line 227) | public function stream(string $filename = 'document.pdf'): Response method render (line 242) | public function render(): void method setEncryption (line 263) | public function setEncryption(string $password, string $ownerpassword ... method convertEntities (line 273) | protected function convertEntities(string $subject): string method __call (line 297) | public function __call($method, $parameters) method fallbackName (line 315) | protected function fallbackName(string $filename): string FILE: src/ServiceProvider.php class ServiceProvider (line 10) | class ServiceProvider extends IlluminateServiceProvider method register (line 25) | public function register(): void method isLumen (line 72) | protected function isLumen(): bool method boot (line 77) | public function boot(): void method provides (line 90) | public function provides(): array FILE: tests/PdfTest.php class PdfTest (line 9) | class PdfTest extends TestCase method testAlias (line 11) | public function testAlias(): void method testAliasCaps (line 23) | public function testAliasCaps(): void method testFacade (line 35) | public function testFacade(): void method testDownload (line 47) | public function testDownload(): void method testStream (line 59) | public function testStream(): void method testView (line 71) | public function testView(): void method testQuoteFilename (line 83) | public function testQuoteFilename(): void method testFallbackFilename (line 95) | public function testFallbackFilename(): void method testSaveOnDisk (line 107) | public function testSaveOnDisk(): void method testMagicMethods (line 123) | public function testMagicMethods(): void method testSave (line 142) | public function testSave(): void method testMultipleInstances (line 155) | public function testMultipleInstances(): void method testDataImage (line 167) | public function testDataImage(): void FILE: tests/TestCase.php class TestCase (line 9) | abstract class TestCase extends \Orchestra\Testbench\TestCase method setUp (line 11) | protected function setUp() : void method getPackageProviders (line 22) | protected function getPackageProviders($app) method getPackageAliases (line 31) | protected function getPackageAliases($app)