ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilVerificationStorageFile.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once('Services/FileSystem/classes/class.ilFileSystemStorage.php');
13{
23 public function __construct($a_container_id = 0)
24 {
25 parent::__construct(self::STORAGE_DATA, true, $a_container_id);
26 }
27
34 protected function getPathPostfix()
35 {
36 return 'vrfc';
37 }
38
45 protected function getPathPrefix()
46 {
47 return 'ilVerification';
48 }
49}
An exception for terminatinating execution or to throw for unit testing.
getPathPrefix()
Implementation of abstract method.
getPathPostfix()
Implementation of abstract method.
__construct($a_container_id=0)
Constructor.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc