Esempio n. 1
0
 public function __construct(Context $ctx, $type = null)
 {
     $this->type = $type;
     parent::__construct($ctx, 'file');
 }
 public function __construct(Context $ctx)
 {
     $ctx->theme = os::path('lib', 'modules', 'subscription', 'template.xsl');
     parent::__construct($ctx);
 }