예제 #1
0
파일: dmHelper.php 프로젝트: theolymp/diem
 public function __construct(dmContext $context, array $options = array())
 {
     $this->context = $context;
     $this->serviceContainer = $context->getServiceContainer();
     $this->htmlWriter = new phpHtmlWriter();
     $this->initialize($options);
 }