SYMBOL INDEX (176 symbols across 23 files) FILE: src/Shpasser/GaeSupportL5/Filesystem/GaeAdapter.php class GaeAdapter (line 31) | class GaeAdapter extends Local method __construct (line 36) | public function __construct($root) method ensureDirectory (line 44) | protected function ensureDirectory($root) method writeStream (line 56) | public function writeStream($path, $resource, Config $config) method applyPathPrefix (line 83) | public function applyPathPrefix($path) FILE: src/Shpasser/GaeSupportL5/Foundation/Application.php class Application (line 10) | class Application extends IlluminateApplication method __construct (line 49) | public function __construct($basePath = null) method getCachedConfigPath (line 75) | public function getCachedConfigPath() method getCachedRoutesPath (line 88) | public function getCachedRoutesPath() method getCachedServicesPath (line 100) | public function getCachedServicesPath() method detectGae (line 119) | protected function detectGae() method replaceDefaultSymfonyLineDumpers (line 142) | protected function replaceDefaultSymfonyLineDumpers() method isRunningOnGae (line 158) | public function isRunningOnGae() method getGaeAppId (line 168) | public function getGaeAppId() method storagePath (line 178) | public function storagePath() FILE: src/Shpasser/GaeSupportL5/Foundation/gae_realpath.php function gae_realpath (line 6) | function gae_realpath($path) FILE: src/Shpasser/GaeSupportL5/GaeArtisanConsoleServiceProvider.php class GaeArtisanConsoleServiceProvider (line 7) | class GaeArtisanConsoleServiceProvider extends ServiceProvider method boot (line 21) | public function boot() method register (line 35) | public function register() method provides (line 45) | public function provides() FILE: src/Shpasser/GaeSupportL5/GaeSupportServiceProvider.php class GaeSupportServiceProvider (line 11) | class GaeSupportServiceProvider extends ServiceProvider method boot (line 25) | public function boot() method register (line 37) | public function register() method provides (line 51) | public function provides() FILE: src/Shpasser/GaeSupportL5/Http/Controllers/ArtisanConsoleController.php class ArtisanConsoleController (line 14) | class ArtisanConsoleController extends Controller method show (line 22) | public function show() method execute (line 35) | public function execute(Request $request) FILE: src/Shpasser/GaeSupportL5/Mail/GaeTransportManager.php class GaeTransportManager (line 8) | class GaeTransportManager extends TransportManager method createGaeDriver (line 10) | protected function createGaeDriver() FILE: src/Shpasser/GaeSupportL5/Mail/MailServiceProvider.php class MailServiceProvider (line 8) | class MailServiceProvider extends IlluminateMailServiceProvider method registerSwiftTransport (line 15) | protected function registerSwiftTransport() FILE: src/Shpasser/GaeSupportL5/Mail/Transport/GaeTransport.php class GaeTransport (line 15) | class GaeTransport implements Swift_Transport method __construct (line 24) | public function __construct(Application $app) method isStarted (line 32) | public function isStarted() method start (line 40) | public function start() method stop (line 48) | public function stop() method send (line 56) | public function send(Swift_Mime_Message $message, &$failedRecipients =... method registerPlugin (line 103) | public function registerPlugin(Swift_Events_EventListener $plugin) method getAttachmentsArray (line 116) | protected function getAttachmentsArray($message) FILE: src/Shpasser/GaeSupportL5/Queue/GaeConnector.php class GaeConnector (line 9) | class GaeConnector implements ConnectorInterface method __construct (line 32) | public function __construct(EncrypterContract $crypt, Request $request) method connect (line 44) | public function connect(array $config) FILE: src/Shpasser/GaeSupportL5/Queue/GaeJob.php class GaeJob (line 9) | class GaeJob extends Job implements JobContract method __construct (line 40) | public function __construct(Container $container, method fire (line 56) | public function fire() method getRawBody (line 66) | public function getRawBody() method delete (line 76) | public function delete() method release (line 91) | public function release($delay = 0) method recreateJob (line 106) | protected function recreateJob($delay) method attempts (line 120) | public function attempts() method getJobId (line 130) | public function getJobId() method getContainer (line 140) | public function getContainer() method getGaeQueue (line 150) | public function getGaeQueue() method getGaeJob (line 160) | public function getGaeJob() method getQueue (line 170) | public function getQueue() FILE: src/Shpasser/GaeSupportL5/Queue/GaeQueue.php class GaeQueue (line 12) | class GaeQueue extends Queue implements QueueContract method __construct (line 50) | public function __construct(Request $request, $default, $url, $shouldE... method push (line 66) | public function push($job, $data = '', $queue = null) method pushRaw (line 79) | public function pushRaw($payload, $queue = null, array $options = arra... method recreate (line 99) | public function recreate($payload, $queue = null, $delay) method later (line 115) | public function later($delay, $job, $data = '', $queue = null) method pop (line 130) | public function pop($queue = null) method deleteMessage (line 142) | public function deleteMessage($queue, $id) method marshal (line 152) | public function marshal() method marshalPushedJob (line 178) | protected function marshalPushedJob() method createPushedGaeJob (line 195) | protected function createPushedGaeJob($job) method createPayload (line 208) | protected function createPayload($job, $data = '', $queue = null) method parseJobBody (line 221) | protected function parseJobBody($body) method getQueue (line 232) | public function getQueue($queue) method getRequest (line 242) | public function getRequest() method setRequest (line 252) | public function setRequest(Request $request) FILE: src/Shpasser/GaeSupportL5/Queue/Listener.php class Listener (line 13) | class Listener extends IlluminateQueueListener method buildWorkerCommand (line 20) | protected function buildWorkerCommand() FILE: src/Shpasser/GaeSupportL5/Queue/QueueServiceProvider.php class QueueServiceProvider (line 7) | class QueueServiceProvider extends LaravelQueueServiceProvider method registerConnectors (line 15) | public function registerConnectors($manager) method registerGaeConnector (line 27) | protected function registerGaeConnector($manager) FILE: src/Shpasser/GaeSupportL5/Setup/Configurator.php class Configurator (line 15) | class Configurator method __construct (line 25) | public function __construct(Command $myCommand) method configure (line 41) | public function configure($appId, $generateConfig, $cacheConfig, $buck... method createEnvProductionFile (line 96) | protected function createEnvProductionFile($env_file, $env_production_... method createEnvLocalFile (line 151) | protected function createEnvLocalFile($env_file, $env_local_file, $dbH... method addOptimizerOptions (line 199) | protected function addOptimizerOptions(EnvHelper $env) method processFile (line 224) | protected function processFile($filePath, $processors) method replaceAppClass (line 251) | protected function replaceAppClass($contents) method replaceLaravelServiceProviders (line 273) | protected function replaceLaravelServiceProviders($contents) method setLogHandler (line 305) | protected function setLogHandler($contents) method replaceCompiledPath (line 327) | protected function replaceCompiledPath($contents) method addQueueConfig (line 353) | protected function addQueueConfig($contents) method addCloudSqlConfig (line 388) | protected function addCloudSqlConfig($contents) method addGaeDisk (line 435) | protected function addGaeDisk($contents) method preprocessWindowsPaths (line 474) | protected function preprocessWindowsPaths($contents) method fixCachedConfig (line 500) | protected function fixCachedConfig($contents) method generateAppYaml (line 544) | protected function generateAppYaml($appId, $filePath, $publicPath) method generatePhpIni (line 622) | protected function generatePhpIni($appId, $bucketId, $filePath) method isRunningOnWindows (line 655) | protected function isRunningOnWindows() method backupFile (line 670) | protected function backupFile($filePath) method restoreFile (line 693) | protected function restoreFile($filePath, $backupPath, $clean = true) FILE: src/Shpasser/GaeSupportL5/Setup/EnvHelper.php class EnvHelper (line 5) | class EnvHelper implements \ArrayAccess method read (line 25) | public function read($file) method write (line 37) | public function write($file = "") method generateEnvString (line 49) | protected function generateEnvString($array) method parseEnvLine (line 68) | protected function parseEnvLine($line, &$key, &$value) method findLine (line 88) | protected function findLine($key) method offsetSet (line 111) | public function offsetSet($offset, $value) method offsetExists (line 134) | public function offsetExists($offset) method offsetUnset (line 154) | public function offsetUnset($offset) method offsetGet (line 171) | public function offsetGet($offset) FILE: src/Shpasser/GaeSupportL5/Setup/IniHelper.php class IniHelper (line 5) | class IniHelper implements \ArrayAccess method read (line 25) | public function read($file) method write (line 37) | public function write($file = "") method generateIniString (line 49) | protected function generateIniString($array) method offsetSet (line 73) | public function offsetSet($offset, $value) method offsetExists (line 90) | public function offsetExists($offset) method offsetUnset (line 102) | public function offsetUnset($offset) method offsetGet (line 115) | public function offsetGet($offset) FILE: src/Shpasser/GaeSupportL5/Setup/SetupCommand.php class SetupCommand (line 9) | class SetupCommand extends Command method __construct (line 28) | public function __construct() method handle (line 38) | public function handle() method fire (line 49) | public function fire() method getArguments (line 77) | protected function getArguments() method getOptions (line 89) | protected function getOptions() FILE: src/Shpasser/GaeSupportL5/Storage/CacheFs.php class CacheFs (line 12) | final class CacheFs method initialize (line 52) | public static function initialize() method cache (line 79) | private static function cache() method dir_list (line 100) | private function dir_list($path) method __construct (line 120) | public function __construct() method __destruct (line 130) | public function __destruct() method rename (line 139) | public function rename($from, $to) method stream_close (line 157) | public function stream_close() method stream_eof (line 171) | public function stream_eof() method stream_flush (line 182) | public function stream_flush() method stream_metadata (line 216) | public function stream_metadata($path, $option, $value) method stream_open (line 231) | public function stream_open($path, $mode, $options, &$opened_path) method stream_read (line 285) | public function stream_read($count) method stream_seek (line 297) | public function stream_seek($offset, $whence) method stream_set_option (line 307) | public function stream_set_option($option, $arg1, $arg2) method stream_stat (line 317) | public function stream_stat() method stream_tell (line 327) | public function stream_tell() method stream_write (line 335) | public function stream_write($data) method unlink (line 343) | public function unlink($path) method url_stat (line 361) | public function url_stat($path, $flags) method dir_closedir (line 405) | public function dir_closedir() method dir_opendir (line 416) | public function dir_opendir($path, $options) method dir_readdir (line 427) | public function dir_readdir() method dir_rewinddir (line 437) | public function dir_rewinddir() method mkdir (line 452) | public function mkdir($path, $mode, $options) method rmdir (line 492) | public function rmdir($path, $options) FILE: src/Shpasser/GaeSupportL5/Storage/Optimizer.php class Optimizer (line 8) | class Optimizer method __construct (line 50) | public function __construct($basePath, $runningInConsole) method bootstrap (line 68) | public function bootstrap() method getCachedConfigPath (line 84) | public function getCachedConfigPath() method getCachedRoutesPath (line 100) | public function getCachedRoutesPath() method getCachedServicesPath (line 116) | public function getCachedServicesPath() method initializeFs (line 124) | protected function initializeFs() method buildFsTree (line 132) | protected function buildFsTree() method cacheFile (line 144) | protected function cacheFile($path, $cachefsPath) FILE: tests/Shpasser/GaeSupportL5/Setup/ConfiguratorTest.php class ConfiguratorTest (line 12) | class ConfiguratorTest extends \PHPUnit_Framework_TestCase method delTree (line 22) | protected static function delTree($dir) method setUp (line 36) | protected function setUp() method tearDown (line 63) | protected function tearDown() method testEnvProductionGeneration (line 68) | public function testEnvProductionGeneration() method testEnvLocalGeneration (line 75) | public function testEnvLocalGeneration() method testBootstrapAppModification (line 82) | public function testBootstrapAppModification() method testConfigAppModification (line 89) | public function testConfigAppModification() method testConfigViewModification (line 96) | public function testConfigViewModification() method testConfigQueueModification (line 103) | public function testConfigQueueModification() method testConfigDatabaseModification (line 110) | public function testConfigDatabaseModification() method testGenerateAppYaml (line 117) | public function testGenerateAppYaml() method testGeneratePhpIni (line 124) | public function testGeneratePhpIni() FILE: tests/Shpasser/GaeSupportL5/Setup/FakeCommand.php class FakeCommand (line 7) | class FakeCommand extends Command method info (line 12) | public function info($text) method confirm (line 17) | public function confirm($question, $default = true) method error (line 22) | public function error($text) FILE: tests/Shpasser/GaeSupportL5/Setup/FakeHelpers.php function app_path (line 6) | function app_path() function storage_path (line 14) | function storage_path() function base_path (line 22) | function base_path()