예제 #1
0
 /**
  * Specialization.
  *
  * Happens right after the initialisation is complete.
  *
  * @return void
  */
 public function specialization()
 {
     parent::specialization();
     if (!empty($this->config->title)) {
         $this->title = $this->config->title;
     }
 }