Exemplo n.º 1
0
 /**
  * {inheritdoc}
  *
  * @param string $type
  * @return array
  */
 public function getType($type)
 {
     return $this->_dataStorage->get('types/' . $type, []);
 }