mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
Doc corrections
This commit is contained in:
parent
cfea1967ab
commit
de7d7c7722
1 changed files with 1 additions and 4 deletions
|
@ -21,18 +21,15 @@ Rather obtain an instance from `\SpacesAPI\Space::list()`, `\SpacesAPI\Spaces::f
|
|||
| Name | Description |
|
||||
|------|-------------|
|
||||
|[__construct](#file__construct)||
|
||||
|[__get](#file__get)|Magic getter to make the properties read-only|
|
||||
|[copy](#filecopy)|Copy the file on the space|
|
||||
|[delete](#filedelete)|Permanently delete this file|
|
||||
|[download](#filedownload)|Download the file to a local location|
|
||||
|[getContents](#filegetcontents)|Get the file contents as a string|
|
||||
|[getSignedURL](#filegetsignedurl)|Get a signed URL, which will work for private files|
|
||||
|[getURL](#filegeturl)|Get the public URL
|
||||
This URL will not work if the file is private|
|
||||
|[getURL](#filegeturl)|Get the public URL. This URL will not work if the file is private|
|
||||
|[isPublic](#fileispublic)|Is this file publicly accessible|
|
||||
|[makePrivate](#filemakeprivate)|Make file non-publicly accessible|
|
||||
|[makePublic](#filemakepublic)|Make file publicly accessible|
|
||||
|[pascalCaseToCamelCase](#filepascalcasetocamelcase)||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue