mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update docs for file().
Mention that relative paths will be prepended with APP. Refs #3370
This commit is contained in:
parent
a3ad1c859f
commit
2333c3d535
1 changed files with 2 additions and 1 deletions
|
@ -1247,7 +1247,8 @@ class CakeResponse {
|
|||
* - name: Alternate download name
|
||||
* - download: If `true` sets download header and forces file to be downloaded rather than displayed in browser
|
||||
*
|
||||
* @param string $path Path to file
|
||||
* @param string $path Path to file. If the path is not an absolute path that resolves
|
||||
* to a file, `APP` will be prepended to the path.
|
||||
* @param array $options Options See above.
|
||||
* @return void
|
||||
* @throws NotFoundException
|
||||
|
|
Loading…
Reference in a new issue