Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/lib/plugins/prosemirror/parser/PluginNode.php
Назад
<?php namespace dokuwiki\plugin\prosemirror\parser; class PluginNode extends Node implements InlineNodeInterface { protected $textNode; public function __construct($data, Node $parent, Node $previous = null) { $this->textNode = new TextNode($data['content'][0], $this, $previous); } public function toSyntax() { return $this->textNode->toSyntax(); } /** * @param string $markType */ public function increaseMark($markType) { return $this->textNode->increaseMark($markType); } public function getStartingNodeMarkScore($markType) { return $this->textNode->getStartingNodeMarkScore($markType); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка