for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of riesenia/pohoda package.
*
* Licensed under the MIT License
* (c) RIESENIA.com
*/
declare(strict_types=1);
namespace Riesenia\Pohoda;
use Riesenia\Pohoda\Common\OptionsResolver;
class ActionPrice extends AbstractAgenda
{
public function getImportRoot(): string
return 'lst:actionPrice';
}
* {@inheritdoc}
public function getXML(): \SimpleXMLElement
throw new \DomainException('Action prices import is currently not supported.');
protected function configureOptions(OptionsResolver $resolver): void {}