| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Wiki\Links\MissingPageDBRepository:Public Member Functions | |
| __construct (InternalDataService $data, \ilDBInterface $db) | |
| save (int $wiki_id, int $source_id, string $title, string $lang) | |
| deleteForTarget (int $wiki_id, string $target_title, string $lang="-") | |
| deleteForSourceId (int $wiki_id, int $source_id, string $lang="-") | |
| getSourcesOfMissingTarget (int $wiki_id, string $target_title, string $lang="-") | |
Protected Attributes | |
| InternalDataService | $data | 
| ilDBInterface | $db | 
Wiki page repo.
Definition at line 28 of file MissingPageDBRepository.php.
| ILIAS\Wiki\Links\MissingPageDBRepository::__construct | ( | InternalDataService | $data, | 
| \ilDBInterface | $db | ||
| ) | 
Definition at line 33 of file MissingPageDBRepository.php.
References ILIAS\Wiki\Links\MissingPageDBRepository\$data, and ILIAS\Wiki\Links\MissingPageDBRepository\$db.
| ILIAS\Wiki\Links\MissingPageDBRepository::deleteForSourceId | ( | int | $wiki_id, | 
| int | $source_id, | ||
| string | $lang = "-"  | 
        ||
| ) | 
| ILIAS\Wiki\Links\MissingPageDBRepository::deleteForTarget | ( | int | $wiki_id, | 
| string | $target_title, | ||
| string | $lang = "-"  | 
        ||
| ) | 
Definition at line 55 of file MissingPageDBRepository.php.
References $lang, and ilWikiUtil\makeDbTitle().
 Here is the call graph for this function:| ILIAS\Wiki\Links\MissingPageDBRepository::getSourcesOfMissingTarget | ( | int | $wiki_id, | 
| string | $target_title, | ||
| string | $lang = "-"  | 
        ||
| ) | 
Definition at line 78 of file MissingPageDBRepository.php.
References $lang, and ilWikiUtil\makeDbTitle().
 Here is the call graph for this function:| ILIAS\Wiki\Links\MissingPageDBRepository::save | ( | int | $wiki_id, | 
| int | $source_id, | ||
| string | $title, | ||
| string | $lang | ||
| ) | 
Definition at line 41 of file MissingPageDBRepository.php.
References ilWikiUtil\makeDbTitle().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file MissingPageDBRepository.php.
Referenced by ILIAS\Wiki\Links\MissingPageDBRepository\__construct().
      
  | 
  protected | 
Definition at line 31 of file MissingPageDBRepository.php.
Referenced by ILIAS\Wiki\Links\MissingPageDBRepository\__construct().