예제 #1
0
 public function __construct(dmContext $context, array $options = array())
 {
     $this->context = $context;
     $this->helper = $context->getHelper();
     $this->initialize($options);
 }