ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjFileImplementationAbstract.php
Go to the documentation of this file.
1<?php
2
8{
9
13 public function createDirectory()
14 {
15 // noting to do
16 }
17
21 public function replaceFile($a_upload_file, $a_filename)
22 {
23
24 }
25
29 public function addFileVersion($a_upload_file, $a_filename)
30 {
31
32 }
33
37 public function clearDataDirectory()
38 {
39 // noting to do here
40 }
41
45 public function setFileType($a_type)
46 {
47
48 }
49
53 public function setFileSize($a_size)
54 {
55
56 }
57
58 public function getFileSize()
59 {
60
61 }
62
66 public function setVersion($a_version)
67 {
68
69 }
70
71 public function getVersion()
72 {
73
74 }
75
79 public function setMaxVersion($a_max_version)
80 {
81
82 }
83
84 public function getMaxVersion()
85 {
86
87 }
88
92 public function storeUnzipedFile($a_upload_file, $a_filename)
93 {
94
95 }
96
100 public function getSpecificVersion($version_id)
101 {
102
103 }
104
105
106
107}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjFileImplementationAbstract.
addFileVersion($a_upload_file, $a_filename)
@inheritDoc
replaceFile($a_upload_file, $a_filename)
@inheritDoc
storeUnzipedFile($a_upload_file, $a_filename)
@inheritDoc
Interface ilObjFileImplementationInterface.