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;
class CashSlip extends AbstractDocument
{
public function getImportRoot(): string
return 'lst:prodejka';
}
* {@inheritdoc}
protected function getDocumentNamespace(): string
return 'pro';
protected function getDocumentName(): string
return 'prodejka';