Example #1
0
 protected function initialize()
 {
     parent::initialize();
     if (\UString::isStartWith($this->title, '(')) {
         \UString::doSubstrAfter($this->title, '(');
         $this->preTitle = \UString::substrBefore($this->title, ')');
         \UString::doSubstrAfter($this->title, ')');
     }
 }