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