| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilWebDAVMountInstructionsRepositoryImpl:
 Collaboration diagram for ilWebDAVMountInstructionsRepositoryImpl:Public Member Functions | |
| __construct (protected ilDBInterface $db) | |
| createMountInstructionsDocumentEntry (ilWebDAVMountInstructionsDocument $document) | |
| getNextMountInstructionsDocumentId () | |
| getHighestSortingNumber () | |
| getMountInstructionsDocumentById (int $id) | |
| getMountInstructionsByLanguage (string $language) | |
| getAllMountInstructions () | |
| doMountInstructionsExistByLanguage (string $language) | |
| updateMountInstructions (ilWebDAVMountInstructionsDocument $document) | |
| updateSortingValueById (int $id, int $a_new_sorting_value) | |
| deleteMountInstructionsById (int $id) | |
Data Fields | |
| const | TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' | 
Protected Member Functions | |
| buildDocumentFromDatabaseRecord (array $result) | |
Definition at line 21 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::__construct | ( | protected ilDBInterface | $db | ) | 
Definition at line 25 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
      
  | 
  protected | 
Definition at line 173 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
Referenced by getAllMountInstructions(), getMountInstructionsByLanguage(), and getMountInstructionsDocumentById().
 Here is the caller graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 29 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ilWebDAVMountInstructionsDocument\getCreationTs(), ilWebDAVMountInstructionsDocument\getId(), ilWebDAVMountInstructionsDocument\getLanguage(), ilWebDAVMountInstructionsDocument\getLastModificationUsrId(), ilWebDAVMountInstructionsDocument\getModificationTs(), ilWebDAVMountInstructionsDocument\getOwnerUsrId(), ilWebDAVMountInstructionsDocument\getProcessedInstructions(), ilWebDAVMountInstructionsDocument\getSorting(), ilWebDAVMountInstructionsDocument\getTitle(), and ilWebDAVMountInstructionsDocument\getUploadedInstructions().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::deleteMountInstructionsById | ( | int | $id | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 165 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::doMountInstructionsExistByLanguage | ( | string | $language | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 112 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::getAllMountInstructions | ( | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 99 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getHighestSortingNumber | ( | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 60 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ILIAS\Repository\int().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsByLanguage | ( | string | $language | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 84 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsDocumentById | ( | int | $id | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 69 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getNextMountInstructionsDocumentId | ( | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 51 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 123 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ilWebDAVMountInstructionsDocument\getCreationTs(), ilWebDAVMountInstructionsDocument\getId(), ilWebDAVMountInstructionsDocument\getLanguage(), ilWebDAVMountInstructionsDocument\getLastModificationUsrId(), ilWebDAVMountInstructionsDocument\getModificationTs(), ilWebDAVMountInstructionsDocument\getOwnerUsrId(), ilWebDAVMountInstructionsDocument\getSorting(), and ilWebDAVMountInstructionsDocument\getTitle().
 Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::updateSortingValueById | ( | int | $id, | 
| int | $a_new_sorting_value | ||
| ) | 
Implements ilWebDAVMountInstructionsRepository.
Definition at line 147 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| const ilWebDAVMountInstructionsRepositoryImpl::TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' | 
Definition at line 23 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.