コード例 #1
0
ファイル: Client.php プロジェクト: m6web/aws-bundle
 /**
  * Convenience method for instantiating and registering the DynamoDB Session handler with this DynamoDB client object.
  *
  * @param array $config Array of options for the session handler factory
  *
  * @return Aws\DynamoDb\Session\SessionHandler
  *
  * @see http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.DynamoDb.Session.SessionHandler.html#_factory
  */
 public function registerSessionHandler(array $config = [])
 {
     return $this->client->registerSessionHandler($config);
 }