protected function step()
 {
     if ($post_id = current($this->data['posts'])) {
         $this->transport->importPost($post_id);
         ++$this->data['current'];
         array_shift($this->data['posts']);
     }
     $this->getStorage()->close();
     return !empty($this->data['posts']);
 }