Files
2026-04-28 15:13:50 +02:00

9 lines
111 B
PHP

<?php
namespace WebAppick\Attributes;
interface AttributeInterface{
public function get_value($post);
}