Exemple #1
0
 /**
  * @inheritdoc
  */
 protected function setTitle()
 {
     if ('none' === $this->title) {
         $this->title = self::$dom->find('h1', 0)->text();
     }
     parent::setTitle();
 }