| 1 | <?php |
||
| 21 | abstract class AbstractCoordinateExtendableRenderer extends AbstractRenderer implements ExtendableRendererInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function render(ExtendableInterface $extendable, Bound $bound) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | abstract protected function getMethod(); |
||
| 45 | } |
||
| 46 |