Example #1
0
 /**
  * @param int $id
  * @return BlockIndexInterface
  */
 public function fetchIndexById($id)
 {
     echo __FUNCTION__ . PHP_EOL;
     return $this->db->fetchIndexById($id);
 }