Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-14 02:05:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Libraries/ViewComponents/ComponentInterface.php

11 lines
131 B
PHP
Raw Normal View History

feat(ui): create ViewComponents library to enable building class and view files components - replace some helper components and forms with class components in the ui - create viewcomponents service and load the component function to be used in views
2021-08-19 14:00:14 +00:00
<?php
declare(strict_types=1);
namespace ViewComponents;
interface ComponentInterface
{
public function render(): string;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 143ms Template: 5ms
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