SYMBOL INDEX (105 symbols across 12 files) FILE: src/Adapter.php class Adapter (line 7) | class Adapter method __construct (line 36) | public function __construct($client, array $args = []) method setDriver (line 47) | public function setDriver($driver) method getDriver (line 57) | public function getDriver() method pick (line 67) | public function pick() method s3 (line 96) | public function s3() method dropbox (line 118) | public function dropbox() method rackspace (line 134) | public function rackspace() FILE: src/Converter.php class Converter (line 11) | class Converter extends Runner method __construct (line 140) | public function __construct($source = null) method initialize (line 156) | private function initialize() method make (line 167) | public static function make($source) method adapter (line 178) | public function adapter($client) method acl (line 199) | public function acl($acl) method setBinary (line 212) | public function setBinary($binary) method getBinary (line 225) | public function getBinary() method getDriver (line 236) | public function getDriver() method setTempFilePath (line 248) | public function setTempFilePath($filename) method getTempFilePath (line 258) | public function getTempFilePath() method getScript (line 268) | public function getScript() method setSource (line 279) | public function setSource($source) method getSource (line 291) | public function getSource() method source (line 302) | public function source($source) method toPdf (line 313) | public function toPdf(array $options = []) method toPng (line 328) | public function toPng(array $options = []) method toJpg (line 339) | public function toJpg(array $options = []) method toGif (line 350) | public function toGif(array $options = []) method toImage (line 363) | public function toImage($options, $format = 'png') method prepareImage (line 377) | public function prepareImage($options, $format = 'png') method addPage (line 399) | public function addPage($page) method addPages (line 418) | public function addPages(array $pages) method pushContent (line 439) | public function pushContent($page) method getPages (line 461) | public function getPages() method pageBreak (line 471) | public function pageBreak() method put (line 484) | protected function put($content) method createTempFile (line 496) | protected function createTempFile() method download (line 514) | public function download($downloadAs = null, $inline = false) method serve (line 566) | public function serve() method save (line 579) | public function save($filename = null) method saveLocal (line 607) | public function saveLocal($filename) method saveCloud (line 632) | public function saveCloud($filename) method setPdfOptions (line 667) | public function setPdfOptions(array $options) method getPdfOptions (line 679) | public function getPdfOptions() method pdfOptions (line 690) | public function pdfOptions(array $options) method setImageOptions (line 714) | public function setImageOptions(array $options) method getImageOptions (line 726) | public function getImageOptions() method imageOptions (line 738) | public function imageOptions(array $options) method format (line 772) | public function format($format) method portrait (line 788) | public function portrait() method landscape (line 800) | public function landscape() method width (line 812) | public function width($width) method height (line 832) | public function height($height) method quality (line 852) | public function quality($quality = 80) method contentType (line 869) | public function contentType($ext) method resetPages (line 893) | public function resetPages() method clearTempFiles (line 903) | public function clearTempFiles() method __destruct (line 910) | public function __destruct() FILE: src/ConverterServiceProvider.php class ConverterServiceProvider (line 6) | class ConverterServiceProvider extends ServiceProvider method register (line 8) | public function register() FILE: src/Exception/FileFormatNotSupportedException.php class FileFormatNotSupportedException (line 7) | class FileFormatNotSupportedException extends Exception FILE: src/Exception/FileNotFoundException.php class FileNotFoundException (line 7) | class FileNotFoundException extends Exception FILE: src/Facades/Converter.php class Converter (line 6) | class Converter extends Facade method getFacadeAccessor (line 8) | protected static function getFacadeAccessor() { return 'converter'; } FILE: src/Runner.php class Runner (line 7) | class Runner method __construct (line 35) | public function __construct($binary = null) method setAlternateBinary (line 53) | public function setAlternateBinary($binary) method getAlternateBinary (line 63) | public function getAlternateBinary() method setCommand (line 75) | public function setCommand($command) method getCommand (line 85) | public function getCommand() method run (line 98) | public function run($script, $source, $output, array $options = array()) method escapeShellArguments (line 117) | private function escapeShellArguments(array $arguments) method verifyBinary (line 132) | public function verifyBinary($binary) method pickBinary (line 160) | public function pickBinary() FILE: src/Str.php class Str (line 4) | class Str method contains (line 16) | public static function contains($haystack, $needles) FILE: tests/AdapterTest.php class AdapterTest (line 9) | class AdapterTest extends \PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method testAmazonS3AdapterWillThrowInvalidArgumentException (line 21) | public function testAmazonS3AdapterWillThrowInvalidArgumentException() FILE: tests/ConverterTest.php class ConverterTest (line 13) | class ConverterTest extends \PHPUnit_Framework_TestCase method setUp (line 34) | public function setUp() method testInitialize (line 39) | public function testInitialize() method testMake (line 46) | public function testMake() method testSetSource (line 51) | public function testSetSource() method testGetSource (line 58) | public function testGetSource() method testSource (line 64) | public function testSource() method testDefaultFileSystemDriverIsLocal (line 71) | public function testDefaultFileSystemDriverIsLocal() method testFileSystemDriverIsS3WhenS3ClientIsUsedAsClient (line 76) | public function testFileSystemDriverIsS3WhenS3ClientIsUsedAsClient() method testGetTempFilePath (line 88) | public function testGetTempFilePath() method testPdfOptions (line 97) | public function testPdfOptions() method testImageOptions (line 104) | public function testImageOptions() method testContentType (line 116) | public function testContentType() method testPagesIsEmpty (line 123) | public function testPagesIsEmpty() method testPagesIsNotEmpty (line 128) | public function testPagesIsNotEmpty() method testPushContents (line 135) | public function testPushContents() method testPageBreak (line 144) | public function testPageBreak() method testAddPages (line 158) | public function testAddPages() method testToPdf (line 176) | public function testToPdf() method testToPng (line 188) | public function testToPng() method testToJpg (line 199) | public function testToJpg() method testToGif (line 210) | public function testToGif() FILE: tests/PrivateAndProtectedMethodsAccessibleTrait.php type PrivateAndProtectedMethodsAccessibleTrait (line 4) | trait PrivateAndProtectedMethodsAccessibleTrait method invokeMethod (line 15) | public function invokeMethod(&$object, $methodName, array $parameters ... FILE: tests/RunnerTest.php class RunnerTest (line 9) | class RunnerTest extends \PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method testVerifyBinary (line 21) | public function testVerifyBinary()