Now it's just some page that you used to know...




 
$exception object Aws\Common\Exception\InvalidArgumentException (7)
  • object (7)
  • Available methods (11)
  • protected message -> string (72) "You must specify a non-null value for the Body or SourceFile …"
    You must specify a non-null value for the Body or SourceFile parameters.
    private string -> string (0) ""
    protected code -> integer 0
    protected file -> string (76) "/var/www/vendor/aws/aws-sdk-php/src/Aws/Common/Client/Upload …"
    /var/www/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php
    protected line -> integer 91
    private trace -> array (14)
    array (4)
    'function' => string (22) "onCommandBeforePrepare"
    'class' => string (36) "Aws\Common\Client\UploadBodyListener"
    'type' => string (2) "->"
    'args' => array (3)
    object Guzzle\Common\Event (4)
    • object (4)
    • Available methods (13)
    • private context -> array (1)
      *DEPTH TOO GREAT*
      private propagationStopped -> bool FALSE
      private dispatcher -> object Symfony\Component\EventDispatcher\EventDispatcher (2)
      *DEPTH TOO GREAT*
      private name -> string (22) "command.before_prepare"
    • public __construct(array $context = array())
      @param array $context Contextual information
      
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 18
      public getDispatcher() -> EventDispatcherInterface
      Returns the EventDispatcher that dispatches this Event.
      
      @return EventDispatcherInterface
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 98
      public getIterator()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 23
      public getName() -> string
      Gets the event's name.
      
      @return string
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 114
      public isPropagationStopped() -> bool Whether propagation was already stopped for this event.
      Returns whether further event listeners should be triggered.
      
      @see Event::stopPropagation()
      
      @return bool Whether propagation was already stopped for this event.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 56
      public offsetExists($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 38
      public offsetGet($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 28
      public offsetSet($offset, $value)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 33
      public offsetUnset($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 43
      public setDispatcher(Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher)
      Stores the EventDispatcher that dispatches this Event.
      
      @param EventDispatcherInterface $dispatcher
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 84
      public setName($name)
      Sets the event's name property.
      
      @param string $name The event name.
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 130
      public stopPropagation()
      Stops the propagation of the event to further event listeners.
      
      If multiple event listeners are connected to the same event, no
      further event listener will be triggered once any trigger calls
      stopPropagation().
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 70
      public toArray()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 48
    string (22) "command.before_prepare"
    object Symfony\Component\EventDispatcher\EventDispatcher (2)
    • object (2)
    • Available methods (9)
    • private listeners -> array (10)
      *DEPTH TOO GREAT*
      private sorted -> array (1)
      *DEPTH TOO GREAT*
    • public addListener($eventName, $listener, $priority = 0)
      @see EventDispatcherInterface::addListener()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 97
      public addSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
      @see EventDispatcherInterface::addSubscriber()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 124
      public dispatch($eventName, Symfony\Component\EventDispatcher\Event $event = NULL)
      @see EventDispatcherInterface::dispatch()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 40
      public getListeners($eventName = NULL, $withPriorities = false)
      @see EventDispatcherInterface::getListeners()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 61
      public hasListeners($eventName = NULL)
      @see EventDispatcherInterface::hasListeners()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 87
      public removeListener($eventName, $listener)
      @see EventDispatcherInterface::removeListener()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 106
      public removeSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
      @see EventDispatcherInterface::removeSubscriber()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 142
      protected doDispatch($listeners, $eventName, Symfony\Component\EventDispatcher\Event $event)
      Triggers the listeners of an event.
      
      This method can be overridden to add functionality that is executed
      for each listener.
      
      @param callable[] $listeners The event listeners.
      @param string     $eventName The name of the event to dispatch.
      @param Event      $event     The event object to pass to the event handlers/listeners.
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 165
      private sortListeners($eventName)
      Sorts the internal list of listeners for the given event by priority.
      
      @param string $eventName The name of the event.
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 180
    array (4)
    'file' => string (60) "/var/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    'line' => integer 168
    'function' => string (14) "call_user_func"
    'args' => array (4)
    array (2)
    object Aws\Common\Client\UploadBodyListener (3)
    *DEPTH TOO GREAT*
    string (22) "onCommandBeforePrepare"
    object Guzzle\Common\Event (4)
    • object (4)
    • Available methods (13)
    • private context -> array (1)
      *DEPTH TOO GREAT*
      private propagationStopped -> bool FALSE
      private dispatcher -> object Symfony\Component\EventDispatcher\EventDispatcher (2)
      *DEPTH TOO GREAT*
      private name -> string (22) "command.before_prepare"
    • public __construct(array $context = array())
      @param array $context Contextual information
      
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 18
      public getDispatcher() -> EventDispatcherInterface
      Returns the EventDispatcher that dispatches this Event.
      
      @return EventDispatcherInterface
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 98
      public getIterator()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 23
      public getName() -> string
      Gets the event's name.
      
      @return string
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 114
      public isPropagationStopped() -> bool Whether propagation was already stopped for this event.
      Returns whether further event listeners should be triggered.
      
      @see Event::stopPropagation()
      
      @return bool Whether propagation was already stopped for this event.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 56
      public offsetExists($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 38
      public offsetGet($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 28
      public offsetSet($offset, $value)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 33
      public offsetUnset($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 43
      public setDispatcher(Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher)
      Stores the EventDispatcher that dispatches this Event.
      
      @param EventDispatcherInterface $dispatcher
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 84
      public setName($name)
      Sets the event's name property.
      
      @param string $name The event name.
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 130
      public stopPropagation()
      Stops the propagation of the event to further event listeners.
      
      If multiple event listeners are connected to the same event, no
      further event listener will be triggered once any trigger calls
      stopPropagation().
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 70
      public toArray()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 48
    string (22) "command.before_prepare"
    object Symfony\Component\EventDispatcher\EventDispatcher (2)
    • object (2)
    • Available methods (9)
    • private listeners -> array (10)
      *DEPTH TOO GREAT*
      private sorted -> array (1)
      *DEPTH TOO GREAT*
    • public addListener($eventName, $listener, $priority = 0)
      @see EventDispatcherInterface::addListener()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 97
      public addSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
      @see EventDispatcherInterface::addSubscriber()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 124
      public dispatch($eventName, Symfony\Component\EventDispatcher\Event $event = NULL)
      @see EventDispatcherInterface::dispatch()
      
      @api
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 40
      public getListeners($eventName = NULL, $withPriorities = false)
      @see EventDispatcherInterface::getListeners()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 61
      public hasListeners($eventName = NULL)
      @see EventDispatcherInterface::hasListeners()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 87
      public removeListener($eventName, $listener)
      @see EventDispatcherInterface::removeListener()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 106
      public removeSubscriber(Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
      @see EventDispatcherInterface::removeSubscriber()
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 142
      protected doDispatch($listeners, $eventName, Symfony\Component\EventDispatcher\Event $event)
      Triggers the listeners of an event.
      
      This method can be overridden to add functionality that is executed
      for each listener.
      
      @param callable[] $listeners The event listeners.
      @param string     $eventName The name of the event to dispatch.
      @param Event      $event     The event object to pass to the event handlers/listeners.
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 165
      private sortListeners($eventName)
      Sorts the internal list of listeners for the given event by priority.
      
      @param string $eventName The name of the event.
      
      Defined in /var/www/vendor/symfony/event-dispatcher/EventDispatcher.php line 180
    array (6)
    'file' => string (60) "/var/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    'line' => integer 53
    'function' => string (10) "doDispatch"
    'class' => string (49) "Symfony\Component\EventDispatcher\EventDispatcher"
    'type' => string (2) "->"
    'args' => array (3)
    array (3)
    array (2)
    *DEPTH TOO GREAT*
    array (2)
    *DEPTH TOO GREAT*
    array (2)
    *DEPTH TOO GREAT*
    string (22) "command.before_prepare"
    object Guzzle\Common\Event (4)
    • object (4)
    • Available methods (13)
    • private context -> array (1)
      *DEPTH TOO GREAT*
      private propagationStopped -> bool FALSE
      private dispatcher -> object Symfony\Component\EventDispatcher\EventDispatcher (2)
      *DEPTH TOO GREAT*
      private name -> string (22) "command.before_prepare"
    • public __construct(array $context = array())
      @param array $context Contextual information
      
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 18
      public getDispatcher() -> EventDispatcherInterface
      Returns the EventDispatcher that dispatches this Event.
      
      @return EventDispatcherInterface
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 98
      public getIterator()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 23
      public getName() -> string
      Gets the event's name.
      
      @return string
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 114
      public isPropagationStopped() -> bool Whether propagation was already stopped for this event.
      Returns whether further event listeners should be triggered.
      
      @see Event::stopPropagation()
      
      @return bool Whether propagation was already stopped for this event.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 56
      public offsetExists($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 38
      public offsetGet($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 28
      public offsetSet($offset, $value)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 33
      public offsetUnset($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 43
      public setDispatcher(Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher)
      Stores the EventDispatcher that dispatches this Event.
      
      @param EventDispatcherInterface $dispatcher
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 84
      public setName($name)
      Sets the event's name property.
      
      @param string $name The event name.
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 130
      public stopPropagation()
      Stops the propagation of the event to further event listeners.
      
      If multiple event listeners are connected to the same event, no
      further event listener will be triggered once any trigger calls
      stopPropagation().
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 70
      public toArray()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 48
    array (6)
    'file' => string (73) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasD …"
    /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
    'line' => integer 40
    'function' => string (8) "dispatch"
    'class' => string (49) "Symfony\Component\EventDispatcher\EventDispatcher"
    'type' => string (2) "->"
    'args' => array (2)
    string (22) "command.before_prepare"
    object Guzzle\Common\Event (4)
    • object (4)
    • Available methods (13)
    • private context -> array (1)
      *DEPTH TOO GREAT*
      private propagationStopped -> bool FALSE
      private dispatcher -> object Symfony\Component\EventDispatcher\EventDispatcher (2)
      *DEPTH TOO GREAT*
      private name -> string (22) "command.before_prepare"
    • public __construct(array $context = array())
      @param array $context Contextual information
      
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 18
      public getDispatcher() -> EventDispatcherInterface
      Returns the EventDispatcher that dispatches this Event.
      
      @return EventDispatcherInterface
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 98
      public getIterator()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 23
      public getName() -> string
      Gets the event's name.
      
      @return string
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 114
      public isPropagationStopped() -> bool Whether propagation was already stopped for this event.
      Returns whether further event listeners should be triggered.
      
      @see Event::stopPropagation()
      
      @return bool Whether propagation was already stopped for this event.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 56
      public offsetExists($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 38
      public offsetGet($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 28
      public offsetSet($offset, $value)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 33
      public offsetUnset($offset)
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 43
      public setDispatcher(Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher)
      Stores the EventDispatcher that dispatches this Event.
      
      @param EventDispatcherInterface $dispatcher
      
      @deprecated since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 84
      public setName($name)
      Sets the event's name property.
      
      @param string $name The event name.
      
      @deprecated since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 130
      public stopPropagation()
      Stops the propagation of the event to further event listeners.
      
      If multiple event listeners are connected to the same event, no
      further event listener will be triggered once any trigger calls
      stopPropagation().
      
      @api
      
      Inherited from Symfony\Component\EventDispatcher\Event
      Defined in /var/www/vendor/symfony/event-dispatcher/Event.php line 70
      public toArray()
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php line 48
    array (6)
    'file' => string (76) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Abs …"
    /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
    'line' => integer 233
    'function' => string (8) "dispatch"
    'class' => string (35) "Guzzle\Common\AbstractHasDispatcher"
    'type' => string (2) "->"
    'args' => array (2)
    string (22) "command.before_prepare"
    array (1)
    'command' => object Aws\S3\Command\S3Command (9)
    *DEPTH TOO GREAT*
    array (6)
    'file' => string (59) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php"
    'line' => integer 205
    'function' => string (7) "prepare"
    'class' => string (38) "Guzzle\Service\Command\AbstractCommand"
    'type' => string (2) "->"
    'args' => array (0)
    array (6)
    'file' => string (59) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php"
    'line' => integer 136
    'function' => string (14) "prepareCommand"
    'class' => string (21) "Guzzle\Service\Client"
    'type' => string (2) "->"
    'args' => array (1)
    object Aws\S3\Command\S3Command (9)
    • object (9)
    • Static class properties (10)
    • Available methods (56)
    • protected requestSerializer -> NULL
      protected responseParser -> NULL
      protected client -> object Aws\S3\S3Client (17)
      *DEPTH TOO GREAT*
      protected request -> NULL
      protected result -> NULL
      protected operation -> object Guzzle\Service\Description\Operation (16)
      *DEPTH TOO GREAT*
      protected onComplete -> NULL
      protected validator -> NULL
      protected data -> array (8)
      *DEPTH TOO GREAT*
    • constant HEADERS_OPTION :: string (15) "command.headers"
      constant ON_COMPLETE :: string (19) "command.on_complete"
      constant RESPONSE_BODY :: string (21) "command.response_body"
      constant REQUEST_OPTIONS :: string (23) "command.request_options"
      constant HIDDEN_PARAMS :: string (21) "command.hidden_params"
      constant DISABLE_VALIDATION :: string (26) "command.disable_validation"
      constant RESPONSE_PROCESSING :: string (27) "command.response_processing"
      constant TYPE_RAW :: string (3) "raw"
      constant TYPE_MODEL :: string (5) "model"
      constant TYPE_NO_TRANSLATION :: string (14) "no_translation"
    • public static fromConfig(array $config = array(), array $defaults = array(), array $required = array()) -> self
      Create a new collection from an array, validate the keys, and add default values where missing
      
      @param array $config   Configuration values to apply.
      @param array $defaults Default parameters
      @param array $required Required parameter names
      
      @return self
      @throws InvalidArgumentException if a parameter is missing
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 34
      public __clone()
      Custom clone behavior
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 105
      public __construct($parameters = array(), Guzzle\Service\Description\OperationInterface $operation = NULL)
      @param array|Collection   $parameters Collection of parameters to set on the command
      @param OperationInterface $operation Command definition from description
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 65
      public __invoke() -> mixed Returns the result of {@see AbstractCommand::execute}
      Execute the command in the same manner as calling a function
      
      @return mixed Returns the result of {@see AbstractCommand::execute}
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 116
      public add($key, $value) -> Collection Returns a reference to the object.
      Add a value to a key.  If a key of the same name has already been added, the key value will be converted into an
      array and the new value will be pushed to the end of the array.
      
      @param string $key   Key to add
      @param mixed  $value Value to add to the key
      
      @return Collection Returns a reference to the object.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 120
      public clear() -> Collection
      Removes all key value pairs
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 65
      public count()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 45
      public createPresignedUrl($expires) -> string
      Create a pre-signed URL for the operation
      
      @param int|string $expires The Unix timestamp to expire at or a string that can be evaluated by strtotime
      
      @return string
      
      Defined in /var/www/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php line 37
      public execute()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 147
      public filter(Closure $closure, $static = true) -> Collection
      Iterates over each key value pair in the collection passing them to the Closure. If the  Closure function returns
      true, the current value from input is returned into the result Collection.  The Closure must accept three
      parameters: (string) $key, (string) $value and return Boolean TRUE or FALSE for each value.
      
      @param \Closure $closure Closure evaluation function
      @param bool     $static  Set to TRUE to use the same class as the return rather than returning a Collection
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 282
      public get($key) -> mixed|null Value of the key or NULL
      Get a specific key value.
      
      @param string $key Key to retrieve.
      
      @return mixed|null Value of the key or NULL
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 91
      public getAll(array $keys = NULL) -> array Returns an array of all matching key value pairs
      Get all or a subset of matching key value pairs
      
      @param array $keys Pass an array of keys to retrieve only a subset of key value pairs
      
      @return array Returns an array of all matching key value pairs
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 79
      public getClient()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 156
      public getIterator()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 50
      public getKeys() -> array
      Get all keys in the collection
      
      @return array
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 152
      public getName()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 121
      public getOperation() -> OperationInterface
      Get the API command information about the command
      
      @return OperationInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 131
      public getPath($path, $separator = /, $data = NULL) -> mixed|null
      Gets a value from the collection using an array path (e.g. foo/baz/bar would retrieve bar from two nested arrays)
      Allows for wildcard searches which recursively combine matches up to the level at which the wildcard occurs. This
      can be useful for accepting any key of a sub-array and combining matching keys from each diverging path.
      
      @param string $path      Path to traverse and retrieve a value from
      @param string $separator Character used to add depth to the search
      @param mixed  $data      Optional data to descend into (used when wildcards are encountered)
      
      @return mixed|null
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 354
      public getRequest()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 168
      public getRequestHeaders()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 278
      public getRequestSerializer() -> RequestSerializerInterface
      Get the request serializer used with the command
      
      @return RequestSerializerInterface
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 51
      public getResponse()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 177
      public getResponseParser() -> ResponseParserInterface
      Get the response parser used for the operation
      
      @return ResponseParserInterface
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 66
      public getResult()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 186
      public getValidationErrors()
      Get array of any validation errors
      If no validator has been set then return false
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 382
      public hasKey($key) -> bool
      Returns whether or not the specified key is present.
      
      @param string $key The key for which to check the existence.
      
      @return bool
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 164
      public hasValue($value) -> mixed Returns the key if the value was found FALSE if the value was not found.
      Checks if any keys contains a certain value
      
      @param string $value Value to search for
      
      @return mixed Returns the key if the value was found FALSE if the value was not found.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 194
      public inject($input) -> string
      Inject configuration settings into an input string
      
      @param string $input Input to inject
      
      @return string
      @deprecated
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 393
      public isExecuted()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 215
      public isPrepared()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 210
      public keySearch($key) -> bool|string Returns false if not found, otherwise returns the key
      Case insensitive search the keys in the collection
      
      @param string $key Key to search for
      
      @return bool|string Returns false if not found, otherwise returns the key
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 176
      public map(Closure $closure, array $context = array(), $static = true) -> Collection
      Returns a Collection containing all the elements of the collection after applying the callback function to each
      one. The Closure should accept three parameters: (string) $key, (string) $value, (array) $context and return a
      modified value
      
      @param \Closure $closure Closure to apply
      @param array    $context Context to pass to the closure
      @param bool     $static  Set to TRUE to use the same class as the return rather than returning a Collection
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 262
      public merge($data) -> Collection Returns a reference to the object.
      Add and merge in a Collection or array of key value pair data.
      
      @param Collection|array $data Associative array of key value pair data
      
      @return Collection Returns a reference to the object.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 220
      public offsetExists($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 294
      public offsetGet($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 299
      public offsetSet($offset, $value)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 304
      public offsetUnset($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 309
      public overwriteWith($data) -> self
      Over write key value pairs in this collection with all of the data from an array or collection.
      
      @param array|\Traversable $data Values to override over this config
      
      @return self
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 236
      public prepare()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 220
      public remove($key) -> Collection
      Remove a specific key value pair
      
      @param string $key A key to remove
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 140
      public replace(array $data) -> Collection Returns a reference to the object
      Replace the data of the object with the value of an array
      
      @param array $data Associative array of data
      
      @return Collection Returns a reference to the object
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 206
      public set($key, $value) -> Collection Returns a reference to the object
      Set a key value pair
      
      @param string $key   Key to set
      @param mixed  $value Value to set
      
      @return Collection Returns a reference to the object
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 104
      public setClient(Guzzle\Service\ClientInterface $client)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 161
      public setOnComplete($callable)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 136
      public setPath($path, $value) -> self
      Set a value into a nested array key. Keys will be created as needed to set the value.
      
      @param string $path  Path to set
      @param mixed  $value Value to set at the key
      
      @return self
      @throws RuntimeException when trying to setPath using a nested path that travels through a scalar value
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 323
      public setRequestSerializer(Guzzle\Service\Command\RequestSerializerInterface $serializer) -> self
      Set the request serializer used with the command
      
      @param RequestSerializerInterface $serializer Request serializer
      
      @return self
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 39
      public setResponseParser(Guzzle\Service\Command\ResponseParserInterface $parser) -> self
      Set the response parser used with the command
      
      @param ResponseParserInterface $parser Response parser
      
      @return self
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 25
      public setResult($result)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 203
      public setValidator(Guzzle\Service\Description\ValidatorInterface $validator) -> self
      Set the validator used to validate and prepare command parameters and nested JSON schemas. If no validator is
      set, then the command will validate using the default {@see SchemaValidator}.
      
      @param ValidatorInterface $validator Validator used to prepare and validate properties against a JSON schema
      
      @return self
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 271
      public toArray()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 55
      protected build()
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 76
      protected createOperation() -> OperationInterface
      Hook used to create an operation for concrete commands that are not associated with a service description
      
      @return OperationInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 298
      protected getValidator() -> ValidatorInterface
      Get the validator used to prepare and validate properties. If no validator has been set on the command, then
      the default {@see SchemaValidator} will be used.
      
      @return ValidatorInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 369
      protected init()
      Initialize the command (hook that can be implemented in subclasses)
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 286
      protected process()
      {@inheritdoc}
      
      Defined in /var/www/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php line 45
      protected validate()
      Validate and prepare the command based on the schema and rules defined by the command's Operation object
      
      @throws ValidationException when validation errors occur
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 319
    array (6)
    'file' => string (76) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Abs …"
    /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
    'line' => integer 153
    'function' => string (7) "execute"
    'class' => string (21) "Guzzle\Service\Client"
    'type' => string (2) "->"
    'args' => array (1)
    object Aws\S3\Command\S3Command (9)
    • object (9)
    • Static class properties (10)
    • Available methods (56)
    • protected requestSerializer -> NULL
      protected responseParser -> NULL
      protected client -> object Aws\S3\S3Client (17)
      *DEPTH TOO GREAT*
      protected request -> NULL
      protected result -> NULL
      protected operation -> object Guzzle\Service\Description\Operation (16)
      *DEPTH TOO GREAT*
      protected onComplete -> NULL
      protected validator -> NULL
      protected data -> array (8)
      *DEPTH TOO GREAT*
    • constant HEADERS_OPTION :: string (15) "command.headers"
      constant ON_COMPLETE :: string (19) "command.on_complete"
      constant RESPONSE_BODY :: string (21) "command.response_body"
      constant REQUEST_OPTIONS :: string (23) "command.request_options"
      constant HIDDEN_PARAMS :: string (21) "command.hidden_params"
      constant DISABLE_VALIDATION :: string (26) "command.disable_validation"
      constant RESPONSE_PROCESSING :: string (27) "command.response_processing"
      constant TYPE_RAW :: string (3) "raw"
      constant TYPE_MODEL :: string (5) "model"
      constant TYPE_NO_TRANSLATION :: string (14) "no_translation"
    • public static fromConfig(array $config = array(), array $defaults = array(), array $required = array()) -> self
      Create a new collection from an array, validate the keys, and add default values where missing
      
      @param array $config   Configuration values to apply.
      @param array $defaults Default parameters
      @param array $required Required parameter names
      
      @return self
      @throws InvalidArgumentException if a parameter is missing
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 34
      public __clone()
      Custom clone behavior
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 105
      public __construct($parameters = array(), Guzzle\Service\Description\OperationInterface $operation = NULL)
      @param array|Collection   $parameters Collection of parameters to set on the command
      @param OperationInterface $operation Command definition from description
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 65
      public __invoke() -> mixed Returns the result of {@see AbstractCommand::execute}
      Execute the command in the same manner as calling a function
      
      @return mixed Returns the result of {@see AbstractCommand::execute}
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 116
      public add($key, $value) -> Collection Returns a reference to the object.
      Add a value to a key.  If a key of the same name has already been added, the key value will be converted into an
      array and the new value will be pushed to the end of the array.
      
      @param string $key   Key to add
      @param mixed  $value Value to add to the key
      
      @return Collection Returns a reference to the object.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 120
      public clear() -> Collection
      Removes all key value pairs
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 65
      public count()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 45
      public createPresignedUrl($expires) -> string
      Create a pre-signed URL for the operation
      
      @param int|string $expires The Unix timestamp to expire at or a string that can be evaluated by strtotime
      
      @return string
      
      Defined in /var/www/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php line 37
      public execute()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 147
      public filter(Closure $closure, $static = true) -> Collection
      Iterates over each key value pair in the collection passing them to the Closure. If the  Closure function returns
      true, the current value from input is returned into the result Collection.  The Closure must accept three
      parameters: (string) $key, (string) $value and return Boolean TRUE or FALSE for each value.
      
      @param \Closure $closure Closure evaluation function
      @param bool     $static  Set to TRUE to use the same class as the return rather than returning a Collection
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 282
      public get($key) -> mixed|null Value of the key or NULL
      Get a specific key value.
      
      @param string $key Key to retrieve.
      
      @return mixed|null Value of the key or NULL
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 91
      public getAll(array $keys = NULL) -> array Returns an array of all matching key value pairs
      Get all or a subset of matching key value pairs
      
      @param array $keys Pass an array of keys to retrieve only a subset of key value pairs
      
      @return array Returns an array of all matching key value pairs
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 79
      public getClient()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 156
      public getIterator()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 50
      public getKeys() -> array
      Get all keys in the collection
      
      @return array
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 152
      public getName()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 121
      public getOperation() -> OperationInterface
      Get the API command information about the command
      
      @return OperationInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 131
      public getPath($path, $separator = /, $data = NULL) -> mixed|null
      Gets a value from the collection using an array path (e.g. foo/baz/bar would retrieve bar from two nested arrays)
      Allows for wildcard searches which recursively combine matches up to the level at which the wildcard occurs. This
      can be useful for accepting any key of a sub-array and combining matching keys from each diverging path.
      
      @param string $path      Path to traverse and retrieve a value from
      @param string $separator Character used to add depth to the search
      @param mixed  $data      Optional data to descend into (used when wildcards are encountered)
      
      @return mixed|null
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 354
      public getRequest()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 168
      public getRequestHeaders()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 278
      public getRequestSerializer() -> RequestSerializerInterface
      Get the request serializer used with the command
      
      @return RequestSerializerInterface
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 51
      public getResponse()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 177
      public getResponseParser() -> ResponseParserInterface
      Get the response parser used for the operation
      
      @return ResponseParserInterface
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 66
      public getResult()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 186
      public getValidationErrors()
      Get array of any validation errors
      If no validator has been set then return false
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 382
      public hasKey($key) -> bool
      Returns whether or not the specified key is present.
      
      @param string $key The key for which to check the existence.
      
      @return bool
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 164
      public hasValue($value) -> mixed Returns the key if the value was found FALSE if the value was not found.
      Checks if any keys contains a certain value
      
      @param string $value Value to search for
      
      @return mixed Returns the key if the value was found FALSE if the value was not found.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 194
      public inject($input) -> string
      Inject configuration settings into an input string
      
      @param string $input Input to inject
      
      @return string
      @deprecated
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 393
      public isExecuted()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 215
      public isPrepared()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 210
      public keySearch($key) -> bool|string Returns false if not found, otherwise returns the key
      Case insensitive search the keys in the collection
      
      @param string $key Key to search for
      
      @return bool|string Returns false if not found, otherwise returns the key
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 176
      public map(Closure $closure, array $context = array(), $static = true) -> Collection
      Returns a Collection containing all the elements of the collection after applying the callback function to each
      one. The Closure should accept three parameters: (string) $key, (string) $value, (array) $context and return a
      modified value
      
      @param \Closure $closure Closure to apply
      @param array    $context Context to pass to the closure
      @param bool     $static  Set to TRUE to use the same class as the return rather than returning a Collection
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 262
      public merge($data) -> Collection Returns a reference to the object.
      Add and merge in a Collection or array of key value pair data.
      
      @param Collection|array $data Associative array of key value pair data
      
      @return Collection Returns a reference to the object.
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 220
      public offsetExists($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 294
      public offsetGet($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 299
      public offsetSet($offset, $value)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 304
      public offsetUnset($offset)
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 309
      public overwriteWith($data) -> self
      Over write key value pairs in this collection with all of the data from an array or collection.
      
      @param array|\Traversable $data Values to override over this config
      
      @return self
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 236
      public prepare()
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 220
      public remove($key) -> Collection
      Remove a specific key value pair
      
      @param string $key A key to remove
      
      @return Collection
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 140
      public replace(array $data) -> Collection Returns a reference to the object
      Replace the data of the object with the value of an array
      
      @param array $data Associative array of data
      
      @return Collection Returns a reference to the object
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 206
      public set($key, $value) -> Collection Returns a reference to the object
      Set a key value pair
      
      @param string $key   Key to set
      @param mixed  $value Value to set
      
      @return Collection Returns a reference to the object
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 104
      public setClient(Guzzle\Service\ClientInterface $client)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 161
      public setOnComplete($callable)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 136
      public setPath($path, $value) -> self
      Set a value into a nested array key. Keys will be created as needed to set the value.
      
      @param string $path  Path to set
      @param mixed  $value Value to set at the key
      
      @return self
      @throws RuntimeException when trying to setPath using a nested path that travels through a scalar value
      
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 323
      public setRequestSerializer(Guzzle\Service\Command\RequestSerializerInterface $serializer) -> self
      Set the request serializer used with the command
      
      @param RequestSerializerInterface $serializer Request serializer
      
      @return self
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 39
      public setResponseParser(Guzzle\Service\Command\ResponseParserInterface $parser) -> self
      Set the response parser used with the command
      
      @param ResponseParserInterface $parser Response parser
      
      @return self
      
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 25
      public setResult($result)
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 203
      public setValidator(Guzzle\Service\Description\ValidatorInterface $validator) -> self
      Set the validator used to validate and prepare command parameters and nested JSON schemas. If no validator is
      set, then the command will validate using the default {@see SchemaValidator}.
      
      @param ValidatorInterface $validator Validator used to prepare and validate properties against a JSON schema
      
      @return self
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 271
      public toArray()
      Inherited from Guzzle\Common\Collection
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php line 55
      protected build()
      Inherited from Guzzle\Service\Command\OperationCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php line 76
      protected createOperation() -> OperationInterface
      Hook used to create an operation for concrete commands that are not associated with a service description
      
      @return OperationInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 298
      protected getValidator() -> ValidatorInterface
      Get the validator used to prepare and validate properties. If no validator has been set on the command, then
      the default {@see SchemaValidator} will be used.
      
      @return ValidatorInterface
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 369
      protected init()
      Initialize the command (hook that can be implemented in subclasses)
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 286
      protected process()
      {@inheritdoc}
      
      Defined in /var/www/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php line 45
      protected validate()
      Validate and prepare the command based on the schema and rules defined by the command's Operation object
      
      @throws ValidationException when validation errors occur
      
      Inherited from Guzzle\Service\Command\AbstractCommand
      Defined in /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php line 319
    array (6)
    'file' => string (76) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Abs …"
    /var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
    'line' => integer 189
    'function' => string (7) "execute"
    'class' => string (38) "Guzzle\Service\Command\AbstractCommand"
    'type' => string (2) "->"
    'args' => array (0)
    array (6)
    'file' => string (59) "/var/www/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php"
    'line' => integer 76
    'function' => string (9) "getResult"
    'class' => string (38) "Guzzle\Service\Command\AbstractCommand"
    'type' => string (2) "->"
    'args' => array (0)
    array (6)
    'file' => string (72) "/var/www/vendor/aws/aws-sdk-php/src/Aws/Common/Client/Abstra …"
    /var/www/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php
    'line' => integer 104
    'function' => string (6) "__call"
    'class' => string (21) "Guzzle\Service\Client"
    'type' => string (2) "->"
    'args' => array (2)
    string (9) "PutObject"
    array (1)
    array (5)
    *DEPTH TOO GREAT*
    array (6)
    'file' => string (62) "/var/www/autoload/GCWorld/CMS/Handlers/FileManager/GetFile.p …"
    /var/www/autoload/GCWorld/CMS/Handlers/FileManager/GetFile.php
    'line' => integer 71
    'function' => string (6) "__call"
    'class' => string (32) "Aws\Common\Client\AbstractClient"
    'type' => string (2) "->"
    'args' => array (2)
    string (9) "putObject"
    array (1)
    array (5)
    *DEPTH TOO GREAT*
    array (6)
    'file' => string (46) "/var/www/vendor/gcworld/routing/src/Router.php"
    'line' => integer 149
    'function' => string (3) "get"
    'class' => string (40) "GCWorld\CMS\Handlers\FileManager_GetFile"
    'type' => string (2) "->"
    'args' => array (1)
    string (25) "B67XYKx4720x543c6fd9cc6a1"
    array (6)
    'file' => string (30) "/var/www/public_html/index.php"
    'line' => integer 45
    'function' => string (7) "forward"
    'class' => string (22) "GCWorld\Routing\Router"
    'type' => string (2) "::"
    'args' => array (0)
    private previous -> NULL
  • final public getCode()
    Inherited from Exception
    
    final public getFile()
    Inherited from Exception
    
    final public getLine()
    Inherited from Exception
    
    final public getMessage()
    Inherited from Exception
    
    final public getPrevious()
    Inherited from Exception
    
    final public getTrace()
    Inherited from Exception
    
    final public getTraceAsString()
    Inherited from Exception
    
    public __construct($message, $code, $previous)
    Inherited from Exception
    
    public __toString()
    Inherited from Exception
    
    public __wakeup()
    Inherited from Exception
    
    final private __clone()
    Inherited from Exception
    

Warning: You must specify a non-null value for the Body or SourceFile parameters. in /var/www/autoload/GCWorld/CMS/ErrorHandlers.php on line 110