コード例 #1
0
ファイル: dmFrontPagerView.php プロジェクト: theolymp/diem
 public function __construct(dmContext $context, array $options = array())
 {
     $this->context = $context;
     $this->helper = $context->getHelper();
     $this->initialize($options);
 }