Lines Matching refs:getVersion

174             'meta_version' => ['integer', (int) $this->getVersion()],
340 if ($this->getVersion() > 0) {
349 if ($this->getVersion() < $highest_version) {
352 if ($this->getVersion() > $this->getMaxVersion()) {
353 $this->setMaxVersion($this->getVersion());
360 if (!is_dir($this->getDirectory($this->getVersion()))) {
361 ilUtil::makeDirParents($this->getDirectory($this->getVersion()));
364 $target_directory = $this->getDirectory($this->getVersion()) . "/";
395 …ry::_createEntry($this->getId(), "replace", $a_filename . "," . $this->getVersion() . "," . $this-…
417 …Entry($this->getId(), "new_version", $result->getName() . "," . $this->getVersion() . "," . $this-…
421 $this->createPreview($this->getVersion() > 1);
481 if ($version["version"] == $this->getVersion()) {
551 $meta_version_column = ['meta_version' => ['integer', (int) $this->getVersion()]];
697 $file = $this->getDirectory($this->getVersion()) . "/" . $this->getFileName();
722 public function getVersion() function in ilObjFile
820 $file = $this->getDirectory($this->getVersion()) . "/" . $this->getFileName();
849 $file = $this->getDirectory($this->getVersion()) . "/" . $this->getFileName();
1057 $filedir = $this->getDirectory($this->getVersion());
1249 $this->setVersion($this->getVersion() + 1);
1251 if (@!is_dir($this->getDirectory($this->getVersion()))) {
1252 ilUtil::makeDir($this->getDirectory($this->getVersion()));
1255 $file = $this->getDirectory($this->getVersion()) . "/" . $a_filename;
1659 'version' => ['integer', (int) $this->getVersion()],