Welcome Guest, Not a member yet? Register   Sign In
plugins in parser pass variable
#3

(This post was last modified: 02-03-2022, 07:53 AM by titounnes.)

i have found the solution.
public static function foo(array $param) : string
return sprintf("{%s}", $param['bar']) ;
}
   
    public static function btnRead(array $arg=NULL)Confusedtring
    {
        return $arg['path'] . '{'. $arg['file'].'}.docx';
        return json_encode($arg);
    }


    public static function btnRead(array $arg=NULL):string
    {
        return $arg['path'] . '{'. $arg['file'].'}.docx';
        return json_encode($arg);
   
Reply


Messages In This Thread
plugins in parser pass variable - by titounnes - 02-03-2022, 04:40 AM
RE: plugins in parser pass variable - by iRedds - 02-03-2022, 07:23 AM
RE: plugins in parser pass variable - by titounnes - 02-03-2022, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB