/**
  * {@inheritdoc}
  */
 public function get($index)
 {
     $this->load();
     return parent::get($index);
 }