MdVerbInterface.php
<?php
namespace Tlf\Scrawl\ExtensionType;
interface MdVerbInterface {
/**
* @return array of `['verb'=>'method_of_this_class']` to automap `@verb` to the method
*/
public function getVerbs(): array;
}
<?php
namespace Tlf\Scrawl\ExtensionType;
interface MdVerbInterface {
/**
* @return array of `['verb'=>'method_of_this_class']` to automap `@verb` to the method
*/
public function getVerbs(): array;
}