Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 1.77 KB

CustomFunctionInterface.md

File metadata and controls

88 lines (46 loc) · 1.77 KB

BumbleDocGen / Technical description of the project / Renderer / Template functions / CustomFunctionInterface


namespace BumbleDocGen\Core\Renderer\Twig\Function;

interface CustomFunctionInterface

Methods:

  1. getName
  2. getOptions

Method details:

public static function getName(): string;

Parameters: not specified

Return value: string


public static function getOptions(): array;

Parameters: not specified

Return value: array