Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/OATHAuth/src/Notifications/EnablePresentationModel.php
Ðазад
<?php /** * Copyright (C) 2022 Kunal Mehta <legoktm@debian.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html */ namespace MediaWiki\Extension\OATHAuth\Notifications; use MediaWiki\Extension\Notifications\Formatters\EchoEventPresentationModel; use MediaWiki\SpecialPage\SpecialPage; use MediaWiki\Title\Title; class EnablePresentationModel extends EchoEventPresentationModel { /** * @inheritDoc */ public function getIconType() { return 'site'; } /** * @inheritDoc */ public function getPrimaryLink() { return [ 'url' => SpecialPage::getTitleFor( 'OATHManage' )->getLocalURL(), 'label' => $this->msg( 'oathauth-notifications-enable-primary' )->text() ]; } /** * @inheritDoc */ public function getSecondaryLinks() { $link = $this->msg( 'oathauth-notifications-enable-helplink' )->inContentLanguage(); $title = Title::newFromText( $link->plain() ); if ( !$title ) { // Invalid title, skip return []; } return [ [ 'url' => $title->getLocalURL(), 'label' => $this->msg( 'oathauth-notifications-enable-help' )->text(), 'icon' => 'help', ] ]; } /** * @inheritDoc */ public function getBodyMessage() { return $this->getMessageWithAgent( 'notification-body-oathauth-enable' ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка