Skip to content

Commit ffa8bff

Browse files
committed
QA: Document Environment::$variables and Environment::local() [skip ci]
1 parent ab6e838 commit ffa8bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ The runtime environment is defined as follows:
221221
```php
222222
public class com.amazon.aws.lambda.Environment {
223223
public string $root
224+
public [:string] $variables
224225
public io.streams.StringWriter $writer
225226
public util.PropertySource $properties
226227

@@ -229,6 +230,7 @@ public class com.amazon.aws.lambda.Environment {
229230
public function taskroot(): io.Path
230231
public function path(string $path): io.Path
231232
public function tempDir(): io.Path
233+
public function local(): bool
232234
public function variable(string $name): ?string
233235
public function credentials(): com.amazon.aws.Credentials
234236
public function trace(var... $args): void

0 commit comments

Comments
 (0)