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 IndividualPrice extends AbstractAgenda
{
public function getImportRoot(): string
return 'lst:individualPrice';
}
* {@inheritdoc}
public function getXML(): \SimpleXMLElement
throw new \DomainException('Individual prices import is currently not supported.');
protected function configureOptions(OptionsResolver $resolver): void {}