for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TEiling\Scd16\Config;
class PluginConfig implements ConfigInterface
{
public function getImagePath()
// TODO: Implement getImagePath() method.
}
public function getCsvPath()
// TODO: Implement getCsvPath() method.
public function getGroupName()
// TODO: Implement getGroupName() method.
public function getDefaultTaxId()
// TODO: Implement getDefaultTaxId() method.