|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entity\File:
Collaboration diagram for ILIAS\WebDAV\Entity\File:Public Member Functions | |
| put (mixed $data) | |
| get () | |
| getContentType () | |
| getETag () | |
| getSize () | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\BaseEntity | |
| __construct (protected Factory $factory, protected string $path, protected ?Proxy $object_proxy=null) | |
| delete () | |
| getName () | |
| setName ($name) | |
| getLastModified () | |
| getObjectProxy () | |
| getPath () | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\Entity | |
| __construct (Factory $factory, string $path, ?Proxy $proxy=null,) | |
| getObjectProxy () | |
| getPath () | |
Private Member Functions | |
| generateEtag (mixed $data=null) | |
|
private |
Definition at line 33 of file File.php.
References $data, and Vendor\Package\$e.
Referenced by ILIAS\WebDAV\Entity\File\getETag(), and ILIAS\WebDAV\Entity\File\put().
Here is the caller graph for this function:| ILIAS\WebDAV\Entity\File::get | ( | ) |
Definition at line 70 of file File.php.
References ILIAS\WebDAV\Entity\BaseEntity\getObjectProxy().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\File::getContentType | ( | ) |
| ILIAS\WebDAV\Entity\File::getETag | ( | ) |
Definition at line 80 of file File.php.
References ILIAS\WebDAV\Entity\File\generateEtag().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\File::getSize | ( | ) |
| ILIAS\WebDAV\Entity\File::put | ( | mixed | $data | ) |
Definition at line 55 of file File.php.
References $data, ILIAS\WebDAV\Entity\File\generateEtag(), ILIAS\WebDAV\Entity\BaseEntity\getName(), and ILIAS\WebDAV\Entity\BaseEntity\getObjectProxy().
Here is the call graph for this function: