Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-05-04 18:08:46 +03:00
Code Issues 784 Packages Projects Releases 15 Wiki Activity
Files
llm_only
BookStack/app/References/ModelResolvers/CrossLinkModelResolver.php

14 lines
238 B
PHP
Raw Permalink Normal View History

Added system to extract model references from HTML content For the start of a managed cross-linking system.
2022-08-16 13:23:53 +01:00
<?php
Added reference storage system, and command to re-index Also re-named/orgranized some files for this, to make them "References" specific instead of a subset of "Util".
2022-08-17 14:39:53 +01:00
namespace BookStack\References\ModelResolvers;
Added system to extract model references from HTML content For the start of a managed cross-linking system.
2022-08-16 13:23:53 +01:00
Played around with a new app structure
2023-05-17 17:56:55 +01:00
use BookStack\App\Model;
Added system to extract model references from HTML content For the start of a managed cross-linking system.
2022-08-16 13:23:53 +01:00
interface CrossLinkModelResolver
{
/**
* Resolve the given href link value to a model.
*/
public function resolve(string $link): ?Model;
Applied StyleCi changes, updated php deps
2022-08-29 17:46:41 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 152ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API