Wiki navigation bar

This commit is contained in:
2022-03-27 22:01:46 +00:00
parent 4807b7d4ae
commit 296ad3a2ce
5 changed files with 302 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace OCA\MyWiki\Helper;
class WikiTreePage {
public int $id;
public int $pid;
public string $title;
public int $sort = 0;
}