jcb-compiler/src/992a842f-1ba9-4a5c-b214-042.../code.power

10 lines
341 B
Plaintext

/**
* Get Allow Edit Function Code
*
* @param string $nameSingleCode The single code name of the view.
* @param string $nameListCode The list code name of the view.
*
* @since 3.2.0
* @return string The allow edit method code
*/
public function get(string $nameSingleCode, string $nameListCode): string;