コード例 #1
0
ファイル: DiscussionBean.php プロジェクト: ilivanoff/www
 public function __construct(DiscussionSettings $settings)
 {
     $this->settings = $settings;
     $this->table = $settings->getTable();
     $this->idColumn = $settings->getIdColumn();
     $this->threadIdColumn = $settings->getThreadIdColumn();
     $this->themeColumn = $settings->getThemeColumn();
     $this->msgClass = $settings->getMsgClass();
 }