Jinya CMS

AuthenticationChecker.php

Interfaces, Classes, Traits and Enums

Deprecated: Using null as an array offset is deprecated, use an empty string instead in phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/symfony/string/Slugger/AsciiSlugger.php on line 134 Call Stack: 0.0160 27930320 1. {main}() /builds/jinya-cms/jinya-cms/tools/phpdocumentor:0 0.0976 30033440 2. require('phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/bin/phpdoc') /builds/jinya-cms/jinya-cms/tools/phpdocumentor:11 0.1165 32124304 3. Symfony\Component\Console\Application->run($input = ???, $output = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/bin/phpdoc:13 0.1248 32581032 4. phpDocumentor\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private array $tokens = []; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = FALSE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/symfony/console/Application.php:175 3.0139 58437456 5. Symfony\Component\Console\Application->doRun($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private array $tokens = []; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = FALSE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Console/Application.php:83 3.0140 58437008 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Console\Command\Project\RunCommand { private ?Symfony\Component\Console\Application ${Symfony\Component\Console\Command\Command}application = class phpDocumentor\Console\Application { private array ${Symfony\Component\Console\Application}commands = [...]; private bool ${Symfony\Component\Console\Application}wantHelps = FALSE; private ?Symfony\Component\Console\Command\Command ${Symfony\Component\Console\Application}runningCommand = ...; private string ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private string ${Symfony\Component\Console\Application}version = '3.8.1'; private ?Symfony\Component\Console\CommandLoader\CommandLoaderInterface ${Symfony\Component\Console\Application}commandLoader = NULL; private bool ${Symfony\Component\Console\Application}catchExceptions = TRUE; private bool ${Symfony\Component\Console\Application}catchErrors = FALSE; private bool ${Symfony\Component\Console\Application}autoExit = TRUE; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ?Symfony\Contracts\EventDispatcher\EventDispatcherInterface ${Symfony\Component\Console\Application}dispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... }; private Symfony\Component\Console\Terminal ${Symfony\Component\Console\Application}terminal = class Symfony\Component\Console\Terminal { ... }; private string ${Symfony\Component\Console\Application}defaultCommand = 'project:run'; private bool ${Symfony\Component\Console\Application}singleCommand = FALSE; private bool ${Symfony\Component\Console\Application}initialized = TRUE; private ?Symfony\Component\Console\SignalRegistry\SignalRegistry ${Symfony\Component\Console\Application}signalRegistry = NULL; private array ${Symfony\Component\Console\Application}signalsToDispatchEvent = [...] }; private ?string ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ?string ${Symfony\Component\Console\Command\Command}processTitle = NULL; private array ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = NULL; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}hidden = FALSE; private string ${Symfony\Component\Console\Command\Command}help = ' phpDocumentor creates documentation from PHP source files. The simplest way\n to use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\n This will parse every file ending with .php in and then output a HTML site containing easily readable documentation\n in .\n\n phpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file'...; private string ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ?Symfony\Component\Console\Input\InputDefinition ${Symfony\Component\Console\Command\Command}fullDefinition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; private bool ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ?Closure ${Symfony\Component\Console\Command\Command}code = NULL; private array ${Symfony\Component\Console\Command\Command}synopsis = []; private array ${Symfony\Component\Console\Command\Command}usages = []; private ?Symfony\Component\Console\Helper\HelperSet ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private array $helpers = [...] }; private ?Symfony\Component\Console\Helper\ProgressBar $progressBar = class Symfony\Component\Console\Helper\ProgressBar { private int $barWidth = 28; private string $barChar = '▓'; private string $emptyBarChar = '░'; private string $progressChar = ''; private ?string $format = ' %current%/%max% [%bar%] %percent:3s%%'; private ?string $internalFormat = NULL; private ?int $redrawFreq = NULL; private int $writeCount = 3; private float $lastWriteTime = 1771368741.385397; private float $minSecondsBetweenRedraws = 0.04; private float $maxSecondsBetweenRedraws = 1; private Symfony\Component\Console\Output\OutputInterface $output = class Symfony\Component\Console\Output\StreamOutput { ... }; private int $step = 22; private int $startingStep = 0; private ?int $max = 22; private int $startTime = 1771368740; private int $stepWidth = 2; private float $percent = 1; private array $messages = [...]; private bool $overwrite = FALSE; private Symfony\Component\Console\Terminal $terminal = class Symfony\Component\Console\Terminal { ... }; private ?string $previousMessage = ' 22/22 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%'; private Symfony\Component\Console\Cursor $cursor = class Symfony\Component\Console\Cursor { ... }; private array $placeholders = [...] }; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $projectDescriptorBuilder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } }; private readonly phpDocumentor\Pipeline\PipelineInterface $pipeline = class phpDocumentor\Pipeline\Pipeline { private array $stages = [...]; private ?phpDocumentor\Pipeline\Processor $procesor = class phpDocumentor\Pipeline\FingersCrossedProcessor { ... } }; private readonly Symfony\Component\EventDispatcher\EventDispatcher $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { private array $listeners = [...]; private array $sorted = [...]; private array $optimized = [...] } }, $input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private array $tokens = []; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = FALSE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/symfony/console/Application.php:324 3.0159 58543240 7. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private array $tokens = []; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = FALSE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/symfony/console/Application.php:1096 3.0161 58543240 8. phpDocumentor\Console\Command\Project\RunCommand->execute($input = class Symfony\Component\Console\Input\ArgvInput { protected $definition = class Symfony\Component\Console\Input\InputDefinition { private array $arguments = [...]; private int $requiredCount = 0; private ?Symfony\Component\Console\Input\InputArgument $lastArrayArgument = NULL; private ?Symfony\Component\Console\Input\InputArgument $lastOptionalArgument = class Symfony\Component\Console\Input\InputArgument { ... }; private array $options = [...]; private array $negations = [...]; private array $shortcuts = [...] }; protected $stream = NULL; protected $options = []; protected $arguments = []; protected $interactive = TRUE; private array $tokens = []; private array $parsed = [] }, $output = class Symfony\Component\Console\Output\ConsoleOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private bool $decorated = FALSE; private array $styles = [...]; private Symfony\Component\Console\Formatter\OutputFormatterStyleStack $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(2) of type (stream); private Symfony\Component\Console\Output\OutputInterface $stderr = class Symfony\Component\Console\Output\StreamOutput { private int ${Symfony\Component\Console\Output\Output}verbosity = 32; private Symfony\Component\Console\Formatter\OutputFormatterInterface ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... }; private $stream = resource(3) of type (stream) }; private array $consoleSectionOutputs = [] }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/symfony/console/Command/Command.php:326 3.0167 58569544 9. phpDocumentor\Pipeline\Pipeline->__invoke($payload = ['target' => NULL, 'cache-folder' => NULL, 'filename' => [], 'directory' => [], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => NULL, 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => NULL, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => '/builds/jinya-cms/jinya-cms/.phpdoc/extensions', 'log' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Console/Command/Project/RunCommand.php:276 3.0167 58569544 10. phpDocumentor\Pipeline\Pipeline->process($payload = ['target' => NULL, 'cache-folder' => NULL, 'filename' => [], 'directory' => [], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => NULL, 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => NULL, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => '/builds/jinya-cms/jinya-cms/.phpdoc/extensions', 'log' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Pipeline.php:35 3.0167 58569544 11. phpDocumentor\Pipeline\FingersCrossedProcessor->process($payload = ['target' => NULL, 'cache-folder' => NULL, 'filename' => [], 'directory' => [], 'encoding' => NULL, 'extensions' => [], 'ignore' => [], 'ignore-tags' => [], 'hidden' => FALSE, 'ignore-symlinks' => NULL, 'markers' => [], 'title' => NULL, 'force' => FALSE, 'validate' => FALSE, 'visibility' => [], 'defaultpackagename' => NULL, 'sourcecode' => NULL, 'template' => [], 'examples-dir' => NULL, 'setting' => [], 'list-settings' => FALSE, 'parseprivate' => FALSE, 'help' => FALSE, 'quiet' => FALSE, 'verbose' => FALSE, 'version' => FALSE, 'ansi' => NULL, 'no-interaction' => FALSE, 'config' => NULL, 'extensions-dir' => '/builds/jinya-cms/jinya-cms/.phpdoc/extensions', 'log' => NULL], ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Pipeline { private array $stages = [...]; private ?phpDocumentor\Pipeline\Processor $procesor = class phpDocumentor\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Pipeline { private array $stages = [...]; private ?phpDocumentor\Pipeline\Processor $procesor = class phpDocumentor\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Pipeline { private array $stages = [...]; private ?phpDocumentor\Pipeline\Processor $procesor = class phpDocumentor\Pipeline\FingersCrossedProcessor { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Pipeline.php:30 7.4108 69203136 12. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/FingersCrossedProcessor.php:12 7.4108 69204896 13. phpDocumentor\Pipeline\Pipeline->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 7.4108 69204896 14. phpDocumentor\Pipeline\Pipeline->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Pipeline.php:35 7.4109 69204896 15. phpDocumentor\Pipeline\FingersCrossedProcessor->process($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }, ...$stages = variadic(class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Cache\LoadProjectDescriptorFromCache { private readonly phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper $descriptorMapper = class phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Compile { private readonly phpDocumentor\Pipeline\PipelineInterface $compilerPipeline = class phpDocumentor\Pipeline\Pipeline { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } }, class phpDocumentor\Pipeline\Stage\TimedStageDecorator { private $decoratedStage = class phpDocumentor\Pipeline\Stage\Transform { private readonly phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Transformer\Template\Factory $templateFactory = class phpDocumentor\Transformer\Template\Factory { ... }; private readonly Symfony\Component\EventDispatcher\EventDispatcher $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { protected $name = 'app'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE; protected $timezone = class DateTimeZone { ... }; protected $exceptionHandler = NULL; private $logDepth = 0; private $fiberLogDepth = class WeakMap { ... }; private $detectCycles = TRUE } })) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Pipeline.php:30 7.6723 80696720 16. phpDocumentor\Pipeline\Stage\TimedStageDecorator->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/FingersCrossedProcessor.php:12 7.6724 80698480 17. phpDocumentor\Pipeline\Stage\Transform->__invoke($payload = class phpDocumentor\Pipeline\Stage\Payload { private readonly array $config = ['phpdocumentor' => [...]]; private readonly phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder = class phpDocumentor\Descriptor\ProjectDescriptorBuilder { protected $assemblerFactory = class phpDocumentor\Descriptor\Builder\AssemblerFactory { ... }; protected $filter = class phpDocumentor\Descriptor\Filter\Filter { ... }; protected $project = class phpDocumentor\Descriptor\ProjectDescriptor { ... }; private phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; private string $defaultPackageName = 'Application'; private readonly Traversable|array $servicesWithCustomSettings = class Symfony\Component\DependencyInjection\Argument\RewindableGenerator { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Stage/TimedStageDecorator.php:40 8.3625 84223536 18. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Pipeline/Stage/Transform.php:95 8.3631 84237424 19. phpDocumentor\Transformer\Transformer->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/index.html.twig'; private readonly string $artifact = 'index.html' }, 1 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, 2 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'files'; private readonly string $writer = 'sourcecode'; private readonly string $source = 'templates/default/source/file.source.txt.twig'; private readonly string $artifact = 'files/{{path}}.txt' }, 3 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.namespaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/namespace.html.twig'; private readonly string $artifact = '' }, 4 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.packages'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/package.html.twig'; private readonly string $artifact = '' }, 5 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.classes'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/class.html.twig'; private readonly string $artifact = '' }, 6 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.enums'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/enum.html.twig'; private readonly string $artifact = '' }, 7 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.interfaces'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/interface.html.twig'; private readonly string $artifact = '' }, 8 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = 'indexes.traits'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/trait.html.twig'; private readonly string $artifact = '' }, 9 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/search.js.twig'; private readonly string $artifact = 'js/search.js' }, 10 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/searchIndex.js.twig'; private readonly string $artifact = 'js/searchIndex.js' }, 11 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/graphs/class.html.twig'; private readonly string $artifact = 'graphs/classes.html' }, 12 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/errors.html.twig'; private readonly string $artifact = 'reports/errors.html' }, 13 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/deprecated.html.twig'; private readonly string $artifact = 'reports/deprecated.html' }, 14 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/reports/markers.html.twig'; private readonly string $artifact = 'reports/markers.html' }, 15 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/indices/files.html.twig'; private readonly string $artifact = 'indices/files.html' }, 16 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/base.css.twig'; private readonly string $artifact = 'css/base.css' }, 17 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/normalize.css.twig'; private readonly string $artifact = 'css/normalize.css' }, 18 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/css/template.css.twig'; private readonly string $artifact = 'css/template.css' }, 19 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'RenderGuide'; private readonly string $source = ''; private readonly string $artifact = '' }, 20 => class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { ... }; private array $parameters = [...]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { ... }; private readonly string $query = ''; private readonly string $writer = 'Graph'; private readonly string $source = 'Class'; private readonly string $artifact = 'graphs/classes.svg' }]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Transformer.php:123 8.5112 83242112 20. phpDocumentor\Transformer\Transformer->applyTransformation($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'jinya-theme'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Transformer.php:198 8.5113 83242208 21. phpDocumentor\Transformer\Writer\Twig->transform($transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'jinya-theme'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { private bool $isModified = FALSE; private int $visibility = 7; private bool $includeSource = FALSE; private array $custom = [...] }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Transformer.php:234 8.5215 83788208 22. phpDocumentor\Transformer\Writer\Twig->transformNodeCollection($nodes = class phpDocumentor\Descriptor\Collection { protected array $items = ['src/Analytics/AnalyticsService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Analytics/DeviceType.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Analytics/EntityType.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Authentication/AuthenticationChecker.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Authentication/CurrentUser.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Configuration/DatabaseConfigurationAdapter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Configuration/JinyaConfiguration.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/AbstractCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/ConvertMatomoDataCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/FileCacheCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/JinyaCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/MigrateConfigurationCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/MigrateFilesCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/MigrationCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/PopulateIpDatabaseCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/ThemeActivateCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/ThemeCompileCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Console/ThemeSyncCommand.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/AnalyticsEntry.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Analyzer/DatabaseAnalyzer.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Analyzer/QueryAnalyzer.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Analyzer/VariablesType.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ApiKey.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Artist.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/BlogCategory.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/BlogPost.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/BlogPostSection.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ClassicPage.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/BooleanConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/DeviceTypeConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/EntityTypeConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/JsonConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/NullableBooleanConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/PhpSerializerConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/ThemeDescriptionConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Converter/TotpModeConverter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Exceptions/DeleteLastAdminException.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Exceptions/EmptyResultException.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Exceptions/TransactionFailedException.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/File.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/FileTag.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Folder.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Form.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/FormItem.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Gallery.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/GalleryFilePosition.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/KnownDevice.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Menu.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/MenuItem.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Migrations/InitialMigration.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Migrations/Migrator.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ModernPage.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ModernPageSection.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/Theme.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeAsset.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeBlogCategory.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeClassicPage.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeFile.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeForm.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeGallery.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeMenu.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/ThemeModernPage.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/TotpMode.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/UploadingFile.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Database/UploadingFileChunk.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Emergency/Templates/500.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/images.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Locate/IpToLocationService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Logging/Logger.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Factory/MailerFactory.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/NewLoginHtml.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/NewLoginText.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/NewSavedDeviceHtml.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/NewSavedDeviceText.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/TwoFactorCodeHtml.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Templates/TwoFactorCodeText.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Types/NewLoginMail.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Types/NewSavedDeviceMail.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Mailing/Types/TwoFactorMail.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Messaging/FormMessageHandler.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Messaging/Templates/new.phtml' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/ConversionService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/FileUploadService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/ImageConversionService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/ImagickConversionService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/ImaginaryConversionService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/ProfilePictureService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Storage/StorageBaseService.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/CleanDatabaseHandler.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/DatabaseAwareTestCase.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/FrontTestCase.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/JinyaExtension.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/TestRequestHandler.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Tests/ThemeTestCase.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Engine.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Extensions/FileExtension.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Extensions/LinksExtension.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Extensions/MenuExtension.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Extensions/ThemeExtension.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/Theme.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Theming/ThemeSyncer.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Utils/CacheUtils.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Utils/CookieSetter.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Utils/ImageType.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Utils/UuidGenerator.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/ApiKeyController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/ArtistController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/AuthenticationController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/BaseController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/BlogController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/CacheController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/ConfigurationController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/DatabaseController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/EnvironmentController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/FileController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/FormController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/FrontendController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/GalleryController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/InstallController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/KnownDeviceController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/LocateIpController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/MediaController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/MenuController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/ModernPageController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/MyJinyaController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/PhpInfoController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/StatisticsController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'src/Web/Controllers/ThemeController.php' => class phpDocumentor\Descriptor\FileDescriptor { ... }, ...] }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'jinya-theme'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/file.html.twig', $extraParameters = []) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig.php:164 8.6102 83912312 23. phpDocumentor\Transformer\Writer\Twig->transformNode($node = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { private ?phpDocumentor\Transformer\Transformer $transformer = class phpDocumentor\Transformer\Transformer { protected $target = NULL; private ?League\Flysystem\FilesystemInterface $destination = NULL; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; private readonly Psr\Log\LoggerInterface $logger = class Monolog\Logger { ... }; private readonly phpDocumentor\Parser\FlySystemFactory $flySystemFactory = class phpDocumentor\Parser\FlySystemFactory { ... }; private readonly Symfony\Contracts\EventDispatcher\EventDispatcherInterface $eventDispatcher = class Symfony\Component\EventDispatcher\EventDispatcher { ... } }; private array $parameters = ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }]; private readonly phpDocumentor\Transformer\Template $template = class phpDocumentor\Transformer\Template { private string $author = 'Mike van Riel '; private string $version = '1.0.0'; private string $copyright = ''; private string $description = ''; private array $transformations = [...]; private array $parameters = [...]; private ?string $extends = NULL; private readonly string $name = 'jinya-theme'; private readonly League\Flysystem\MountManager $files = class League\Flysystem\MountManager { ... } }; private readonly string $query = 'files'; private readonly string $writer = 'twig'; private readonly string $source = 'templates/default/file.html.twig'; private readonly string $artifact = '' }, $documentationSet = class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { private phpDocumentor\Dsn $dsn = class phpDocumentor\Dsn { ... }; private array $paths = [...] }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { private phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; private string $output = '.'; private array $ignore = [...]; private array $extensions = [...]; private array $visibility = [...]; private string $defaultPackageName = 'Application'; private ?bool $includeSource = NULL; private array $markers = [...]; private array $ignoreTags = [...]; private ?phpDocumentor\Configuration\Source $examples = NULL; private string $encoding = 'utf-8'; private bool $validate = FALSE; private bool $ignorePackages = FALSE }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = '\\'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = NULL; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } } }, $templatePath = '/file.html.twig', $extraParameters = []) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig.php:212 8.6117 83913640 24. Twig\Environment->render($name = '/file.html.twig', $context = ['target_path' => 'files/src-authentication-authenticationchecker.html']) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig.php:249 8.6119 83913816 25. Twig\TemplateWrapper->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html']) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Environment.php:333 8.6119 83913816 26. Twig\Template->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html']) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/TemplateWrapper.php:51 8.6119 83930328 27. Twig\Template->display($context = ['target_path' => 'files/src-authentication-authenticationchecker.html'], $blocks = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:373 8.6207 83943496 28. __TwigTemplate_034a35b229e985a49130e4a4762e71b3->block_content($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ['head' => [0 => class __TwigTemplate_1ee154d6bcee4a090db779e000ec8e7b { ... }, 1 => 'block_head'], 'title' => [0 => class __TwigTemplate_1ee154d6bcee4a090db779e000ec8e7b { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_1ee154d6bcee4a090db779e000ec8e7b { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_1ee154d6bcee4a090db779e000ec8e7b { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_034a35b229e985a49130e4a4762e71b3 { ... }, 1 => 'block_content']]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:358 8.6207 83943496 29. Twig\Extension\CoreExtension::include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private Traversable|array $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '{% set tags = node.tags|filter((v,k) => k not in [\'var\', \'param\', \'property\', \'property-read\', \'property-write\', \'method\', \'return\', \'package\', \'api\']) %}\n\n{% if tags|length > 0 %}\n
\n Tags\n \n
\n
\n {% for name,seriesOfTag in tags %}\n {% for tag in seriesOfTag %}\n
'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $template = 'components/element-header.html.twig', $variables = ???, $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Environment.php(420) : eval()'d code:69 8.6208 83943576 30. Twig\TemplateWrapper->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Extension/CoreExtension.php:1520 8.6208 83943576 31. Twig\Template->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/TemplateWrapper.php:51 8.6208 83960088 32. Twig\Template->display($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:373 8.6211 83962672 33. __TwigTemplate_d1e2a30df8ce518a111938bd4b87cb77->doDisplay($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = []) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:358 8.6211 83962672 34. Twig\Extension\CoreExtension::include($env = class Twig\Environment { private $charset = 'UTF-8'; private $loader = class Twig\Loader\ChainLoader { private $hasSourceCache = [...]; private Traversable|array $loaders = [...] }; private $debug = TRUE; private $autoReload = TRUE; private $cache = class Twig\Cache\NullCache { }; private $lexer = class Twig\Lexer { private $isInitialized = TRUE; private $tokens = [...]; private $code = '{% set tags = node.tags|filter((v,k) => k not in [\'var\', \'param\', \'property\', \'property-read\', \'property-write\', \'method\', \'return\', \'package\', \'api\']) %}\n\n{% if tags|length > 0 %}\n
\n Tags\n \n
\n
\n {% for name,seriesOfTag in tags %}\n {% for tag in seriesOfTag %}\n
'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $template = 'components/table-of-contents.html.twig', $variables = ???, $withContext = ???, $ignoreMissing = ???, $sandboxed = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Environment.php(420) : eval()'d code:55 8.6212 83962752 35. Twig\TemplateWrapper->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Extension/CoreExtension.php:1520 8.6212 83962752 36. Twig\Template->render($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL]) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/TemplateWrapper.php:51 8.6212 83979264 37. Twig\Template->display($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL], $blocks = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:373 8.6212 83995648 38. __TwigTemplate_aa03ca0048369d1b5741ed30220161a7->doDisplay($context = ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { private phpDocumentor\Descriptor\ProjectDescriptor\Settings $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; private phpDocumentor\Descriptor\Collection $partials = class phpDocumentor\Descriptor\Collection { ... }; private readonly phpDocumentor\Descriptor\Collection $versions = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = 'Jinya CMS'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { protected phpDocumentor\Configuration\Source $source = class phpDocumentor\Configuration\Source { ... }; protected string $outputLocation = '.'; private readonly phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}tocs = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}files = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\DocumentationSetDescriptor}indexes = class phpDocumentor\Descriptor\Collection { ... }; protected string $name = '5058f1af8388633f609cadb75a75dc9d'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; private readonly phpDocumentor\Configuration\ApiSpecification $apiSpecification = class phpDocumentor\Configuration\ApiSpecification { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... } }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => ['twig-debug' => class phpDocumentor\Transformer\Template\Parameter { ... }], 'env' => NULL, '_parent' => ['target_path' => 'files/src-authentication-authenticationchecker.html', 'project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'documentationSet' => class phpDocumentor\Descriptor\ApiSetDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\FileDescriptor { ... }, 'usesNamespaces' => TRUE, 'usesPackages' => TRUE, 'destinationPath' => '/files/src-authentication-authenticationchecker.html', 'parameter' => [...], 'env' => NULL], '_seq' => class phpDocumentor\Descriptor\Collection { protected array $items = [...] }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { ... }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { ... }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { ... } }, '_key' => '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'], $blocks = []) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Template.php:358 8.6213 83995648 39. phpDocumentor\Transformer\Writer\Twig\Extension->{closure:phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:378-381}($value = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'; private $name = 'AuthenticationChecker' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Authentication'; protected $namespace = '\\Jinya\\Cms'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { private $description = class phpDocumentor\Reflection\DocBlock\Description { ... }; private $inlineTags = [...] }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 18; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 88; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $presentation = 'class:short') phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/vendor/twig/twig/src/Environment.php(420) : eval()'d code:137 8.6213 83995808 40. phpDocumentor\Transformer\Writer\Twig\LinkRenderer->render($value = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'; private $name = 'AuthenticationChecker' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Authentication'; protected $namespace = '\\Jinya\\Cms'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { private $description = class phpDocumentor\Reflection\DocBlock\Description { ... }; private $inlineTags = [...] }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 18; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 88; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $presentation = 'class:short') phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig/Extension.php:381 8.6213 83995808 41. phpDocumentor\Transformer\Writer\Twig\LinkRenderer\LinkAdapter->render($value = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'; private $name = 'AuthenticationChecker' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Authentication'; protected $namespace = '\\Jinya\\Cms'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { private $description = class phpDocumentor\Reflection\DocBlock\Description { ... }; private $inlineTags = [...] }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 18; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 88; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $presentation = 'class:short') phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php:137 8.6213 83995920 42. phpDocumentor\Transformer\Writer\Twig\LinkRenderer\UrlGenerator->generate($target = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'; private $name = 'AuthenticationChecker' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Authentication'; protected $namespace = '\\Jinya\\Cms'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { private $description = class phpDocumentor\Reflection\DocBlock\Description { ... }; private $inlineTags = [...] }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 18; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 88; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }, $fallback = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker') phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/LinkAdapter.php:63 8.6213 83995920 43. phpDocumentor\Transformer\Router\Router->generate($node = class phpDocumentor\Descriptor\ClassDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { private $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker'; private $name = 'AuthenticationChecker' }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = []; protected string $name = 'AuthenticationChecker'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Authentication'; protected $namespace = '\\Jinya\\Cms'; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = class phpDocumentor\Reflection\Fqsen { ... }; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'Application'; protected $namespace = ''; protected $package = NULL; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected ?phpDocumentor\Descriptor\Interfaces\NamespaceInterface $parent = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected phpDocumentor\Descriptor\Collection $children = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection ${phpDocumentor\Descriptor\NamespaceDescriptor}enums = class phpDocumentor\Descriptor\Collection { ... } }; protected string $summary = 'Helper class to check whether users are allowed to execute the request'; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = class phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor { private $description = class phpDocumentor\Reflection\DocBlock\Description { ... }; private $inlineTags = [...] }; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { protected ?phpDocumentor\Reflection\Fqsen $fqsen = NULL; private array ${phpDocumentor\Descriptor\DescriptorAbstract}metadata = [...]; protected string $name = 'AuthenticationChecker.php'; protected $namespace = ''; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected string $summary = ''; protected ?phpDocumentor\Descriptor\DocBlock\DescriptionDescriptor $description = NULL; protected phpDocumentor\Descriptor\Collection $tags = class phpDocumentor\Descriptor\Collection { ... }; protected ?phpDocumentor\Descriptor\Interfaces\FileInterface $fileDescriptor = NULL; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = NULL; protected ?phpDocumentor\Reflection\Location $endLocation = NULL; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL; protected string $hash = '36bc588df5b863e2daf6e8fc3c30bc21'; protected string $path = 'src/Authentication/AuthenticationChecker.php'; protected ?string $source = NULL; protected phpDocumentor\Descriptor\Collection $namespaceAliases = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $includes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $functions = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $classes = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $traits = class phpDocumentor\Descriptor\Collection { ... }; protected phpDocumentor\Descriptor\Collection $markers = class phpDocumentor\Descriptor\Collection { ... }; private phpDocumentor\Descriptor\Collection $enums = class phpDocumentor\Descriptor\Collection { ... } }; protected int $line = 0; protected ?phpDocumentor\Reflection\Location $startLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 18; private $columnNumber = 0 }; protected ?phpDocumentor\Reflection\Location $endLocation = class phpDocumentor\Reflection\Location { private $lineNumber = 88; private $columnNumber = 0 }; protected phpDocumentor\Descriptor\Collection $errors = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $inheritedElement = NULL; protected bool $readOnly = FALSE; protected bool $final = FALSE; protected bool $abstract = FALSE; protected phpDocumentor\Descriptor\Collection $methods = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $properties = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $constants = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected $parent = NULL; protected phpDocumentor\Descriptor\Collection $implements = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $usedTraits = class phpDocumentor\Descriptor\Collection { protected array $items = [...] }; protected phpDocumentor\Descriptor\Collection $attributes = class phpDocumentor\Descriptor\Collection { protected array $items = [...] } }) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/UrlGenerator.php:67 8.6213 83995920 44. phpDocumentor\Transformer\Router\Router->generateUrlForDescriptor($type = 'class', $fqsen = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker', $fragment = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Router/Router.php:102 8.6213 83995920 45. phpDocumentor\Transformer\Router\Router->slugifyNameBasedOnType($type = 'class', $name = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker') phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Router/Router.php:175 8.6213 83995920 46. Symfony\Component\String\Slugger\AsciiSlugger->slug($string = '\\Jinya\\Cms\\Authentication\\AuthenticationChecker', $separator = ???, $locale = ???) phar:///builds/jinya-cms/jinya-cms/tools/phpdocumentor/src/phpDocumentor/Transformer/Router/Router.php:191 AuthenticationChecker
Helper class to check whether users are allowed to execute the request

Search results