Collection of pages potentially affected by a page move operation. More...
Public Member Functions | |
__construct (PageMoveOperation $translatablePage, array $translationPagePairs, array $unitPagesPairs, array $subpagesPairs, array $translatableSubpages) | |
getTranslatablePage () | |
getTranslationPagesPair () | |
getUnitPagesPair () | |
getSubpagesPair () | |
getTranslatableSubpages () | |
getTranslationPages () | |
getUnitPages () | |
getSubpages () | |
getListOfPages () | |
Collection of pages potentially affected by a page move operation.
Definition at line 14 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::__construct | ( | PageMoveOperation | $translatablePage, |
array | $translationPagePairs, | ||
array | $unitPagesPairs, | ||
array | $subpagesPairs, | ||
array | $translatableSubpages ) |
PageMoveOperation | $translatablePage | Translatable page |
PageMoveOperation[] | $translationPagePairs | Translation pages |
PageMoveOperation[] | $unitPagesPairs | Translation unit pages |
PageMoveOperation[] | $subpagesPairs | Non translatable sub pages |
array | $translatableSubpages | Translatable sub pages |
Definition at line 35 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getListOfPages | ( | ) |
Definition at line 94 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getSubpages | ( | ) |
Definition at line 89 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getSubpagesPair | ( | ) |
Definition at line 69 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getTranslatablePage | ( | ) |
Definition at line 54 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getTranslatableSubpages | ( | ) |
Definition at line 74 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getTranslationPages | ( | ) |
Definition at line 79 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getTranslationPagesPair | ( | ) |
Definition at line 59 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getUnitPages | ( | ) |
Definition at line 84 of file PageMoveCollection.php.
MediaWiki\Extension\Translate\PageTranslation\PageMoveCollection::getUnitPagesPair | ( | ) |
Definition at line 64 of file PageMoveCollection.php.