コード例 #1
0
ファイル: Order.php プロジェクト: gauthierm/pinhole
 protected function initInternal()
 {
     parent::initInternal();
     $this->parent = SiteApplication::initVar('parent');
     $form = $this->ui->getWidget('order_form');
     $form->addHiddenField('parent', $this->parent);
 }
コード例 #2
0
ファイル: PhotoOrder.php プロジェクト: gauthierm/pinhole
 protected function initInternal()
 {
     parent::initInternal();
     $this->id = SiteApplication::initVar('id');
     $this->initTag();
 }