Ejemplo n.º 1
0
 public function getItemTypeById($id)
 {
     $itemType = ConcreteServiceConfig::getCmsItemTypeServiceConfig($this);
     return $itemType->getById($id);
 }