PHP Class Go\Lang\Annotation\DeclareParents

Inheritance: extends BaseAnnotation
Show file Open project: goaop/framework

Public Properties

Property Type Description
$defaultImpl string Default implementation (trait name)
$interface string Interface name to add

Property Details

$defaultImpl public property

Default implementation (trait name)
public string $defaultImpl
return string

$interface public property

Interface name to add
public string $interface
return string