Closed
Description
By moving to a better terminology (according to #38) we should remove getName
from the interface. However getName
plays an important role in case of adapters, so I propose creating a simple adapter interface:
interface HttpAdapter
{
public function getName();
}
Metadata
Metadata
Assignees
Labels
No labels