BumbleDocGen / Technical description of the project / Class map / OperationInterface
OperationInterface class:
namespace BumbleDocGen\Core\Parser\Entity\CollectionLogOperation;
interface OperationInterface
- # getKey | source code
public function getKey(): string;
Parameters: not specified
Return value: string
- # incrementUsageCount | source code
public function incrementUsageCount(): void;
Parameters: not specified
Return value: void