Skip to content

Commit

Permalink
Merge pull request #189 from mhz-tamb/request_di
Browse files Browse the repository at this point in the history
deleted duplicate section in request
  • Loading branch information
niden authored Jul 12, 2024
2 parents 98df4ac + 863478b commit a80ef1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,6 @@ The method returns an array of [Phalcon\Http\Request\File][http-request-file] ob
| `isUploadedFile(): bool` | Checks whether the file has been uploaded via `POST`. |
| `moveTo(string $destination): bool` | Moves the temporary file to a destination within the application |

## Dependency Injection
The [Phalcon\Http\Request][http-request] object implements the [Phalcon\Di\InjectionAwareInterface][di-injectionawareinterface] interface. As a result, the DI container is available and can be retrieved using the `getDI()` method. A container can also be set using the `setDI()` method.

## Events
The [Phalcon\Http\Request][http-request] object implements the [Phalcon\Events\EventsAware][events-eventsawareinterface] interfaces. As a result `getEventsManager()` and `setEventsManager()` are available for you to use.

Expand Down

0 comments on commit a80ef1c

Please sign in to comment.