/**
  * @see Page::readData()
  */
 public function readData()
 {
     parent::readData();
     if (!count($this->members)) {
         throw new IllegalLinkException();
     }
 }