Hello!

 

I'm wondering if there is a possibility to address the ezcTemplate Object in
an ezcTemplateCustomBlock like in an ezcTemplateCustomFunction.

 

e.g. For an ezcTemplateCustomFunction I set the definition:

 

      $def = new ezcTemplateCustomFunctionDefinition();

      $def->class = "myclass";

      $def->method = "myfunction";

      // with this i will receive the TemplateObject as 1st Argument to
myfunction()

      $def->sendTemplateObject = TRUE;

 

 

But I need something like "$def->sendTemplateObject" for an
ezcTemplateCustomBlock too.

 

Greetings

- Felix Weis

 

-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to