ulmus/src/Attribute/Obj/AdapterAttributeInterface.php

8 lines
124 B
PHP

<?php
namespace Ulmus\Attribute\Obj;
interface AdapterAttributeInterface
{
public function adapter() : false|string;
}