Files
socialhose-php/src/Common/Annotation/AppAnnotationInterface.php
T
2022-12-09 08:36:26 -06:00

19 lines
268 B
PHP

<?php
namespace Common\Annotation;
/**
* Interface AppAnnotationInterface
* @package Common\Annotation
*/
interface AppAnnotationInterface
{
/**
* Return name of default property.
*
* @return string
*/
public function getDefault();
}