示例#1
0
 public function runSpecialArticle(TBGRequest $request)
 {
     $this->component = null;
     if (TBGActionComponent::doesComponentExist("publish/special{$this->article_name}", false)) {
         $this->component = $this->article_name;
         $this->projectnamespace = $this->selected_project instanceof TBGProject ? ucfirst($this->selected_project->getKey()) . ':' : '';
     }
 }