Files
rspade_system/storage-broken/rsx-build/manifest_data.php
root 9ebcc359ae Fix code quality violations and enhance ROUTE-EXISTS-01 rule
Implement JQHTML function cache ID system and fix bundle compilation
Implement underscore prefix for system tables
Fix JS syntax linter to support decorators and grant exception to Task system
SPA: Update planning docs and wishlists with remaining features
SPA: Document Navigation API abandonment and future enhancements
Implement SPA browser integration with History API (Phase 1)
Convert contacts view page to SPA action
Convert clients pages to SPA actions and document conversion procedure
SPA: Merge GET parameters and update documentation
Implement SPA route URL generation in JavaScript and PHP
Implement SPA bootstrap controller architecture
Add SPA routing manual page (rsx:man spa)
Add SPA routing documentation to CLAUDE.md
Phase 4 Complete: Client-side SPA routing implementation
Update get_routes() consumers for unified route structure
Complete SPA Phase 3: PHP-side route type detection and is_spa flag
Restore unified routes structure and Manifest_Query class
Refactor route indexing and add SPA infrastructure
Phase 3 Complete: SPA route registration in manifest
Implement SPA Phase 2: Extract router code and test decorators
Rename Jqhtml_Component to Component and complete SPA foundation setup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 17:48:15 +00:00

89075 lines
2.5 MiB
Executable File

<?php
// Generated manifest cache - DO NOT EDIT
// Generated: 2025-11-12 19:28:48
// Files: 903
// Hash: 26a6854098a6c91e39515ccc9d49ea8f
return array (
'generated' => '2025-11-12 19:28:48',
'hash' => '26a6854098a6c91e39515ccc9d49ea8f',
'data' =>
array (
'files' =>
array (
'app/RSpade/Bundles/Bootstrap5_Bundle.php' =>
array (
'file' => 'app/RSpade/Bundles/Bootstrap5_Bundle.php',
'hash' => 'fa191b05c2cd70618ac0c49d208b72c962d566b4',
'mtime' => 1762148073,
'size' => 1199,
'extension' => 'php',
'class' => 'Bootstrap5_Bundle',
'namespace' => 'App\\RSpade\\Bundles',
'fqcn' => 'App\\RSpade\\Bundles\\Bootstrap5_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Bundles/Jquery_Bundle.php' =>
array (
'file' => 'app/RSpade/Bundles/Jquery_Bundle.php',
'hash' => 'fcbd9ce3dfeb3c9d75e04fe70c8890f4389fa416',
'mtime' => 1762148073,
'size' => 905,
'extension' => 'php',
'class' => 'Jquery_Bundle',
'namespace' => 'App\\RSpade\\Bundles',
'fqcn' => 'App\\RSpade\\Bundles\\Jquery_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Bundles/Lodash_Bundle.php' =>
array (
'file' => 'app/RSpade/Bundles/Lodash_Bundle.php',
'hash' => '9341fde73377eea5de3296cfef9af8eaa97f9b7a',
'mtime' => 1762148073,
'size' => 917,
'extension' => 'php',
'class' => 'Lodash_Bundle',
'namespace' => 'App\\RSpade\\Bundles',
'fqcn' => 'App\\RSpade\\Bundles\\Lodash_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Bundles/Tom_Select_Bundle.php' =>
array (
'file' => 'app/RSpade/Bundles/Tom_Select_Bundle.php',
'hash' => '618e79060d28c874117c6fd0c687689347053c24',
'mtime' => 1762148073,
'size' => 1292,
'extension' => 'php',
'class' => 'Tom_Select_Bundle',
'namespace' => 'App\\RSpade\\Bundles',
'fqcn' => 'App\\RSpade\\Bundles\\Tom_Select_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/CodeQualityChecker.php' =>
array (
'file' => 'app/RSpade/CodeQuality/CodeQualityChecker.php',
'hash' => 'c87ac2f1378a9079053eda7fdd49f493fa35d276',
'mtime' => 1762148073,
'size' => 19391,
'extension' => 'php',
'class' => 'CodeQualityChecker',
'namespace' => 'App\\RSpade\\CodeQuality',
'fqcn' => 'App\\RSpade\\CodeQuality\\CodeQualityChecker',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 18,
'parameters' =>
array (
0 =>
array (
'name' => 'config',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'_cleanup_old_npm_bundles' =>
array (
'name' => '_cleanup_old_npm_bundles',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'load_rules' =>
array (
'name' => 'load_rules',
'static' => true,
'visibility' => 'public',
'line' => 88,
),
'check_file' =>
array (
'name' => 'check_file',
'static' => true,
'visibility' => 'public',
'line' => 105,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'check_files' =>
array (
'name' => 'check_files',
'static' => true,
'visibility' => 'public',
'line' => 205,
'parameters' =>
array (
0 =>
array (
'name' => 'file_paths',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'check_directory' =>
array (
'name' => 'check_directory',
'static' => true,
'visibility' => 'public',
'line' => 244,
'parameters' =>
array (
0 =>
array (
'name' => 'directory',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'recursive',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => true,
),
),
),
'get_collector' =>
array (
'name' => 'get_collector',
'static' => true,
'visibility' => 'public',
'line' => 293,
),
'get_violations' =>
array (
'name' => 'get_violations',
'static' => true,
'visibility' => 'public',
'line' => 301,
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => true,
'visibility' => 'public',
'line' => 309,
),
'matches_pattern' =>
array (
'name' => 'matches_pattern',
'static' => true,
'visibility' => 'public',
'line' => 317,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'pattern',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'lint_php_file' =>
array (
'name' => 'lint_php_file',
'static' => true,
'visibility' => 'public',
'line' => 339,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'lint_javascript_file' =>
array (
'name' => 'lint_javascript_file',
'static' => true,
'visibility' => 'public',
'line' => 415,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'lint_json_file' =>
array (
'name' => 'lint_json_file',
'static' => true,
'visibility' => 'public',
'line' => 502,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'collector',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'cache_manager',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'rules',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => 'config',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/CodeQuality_Violation.php' =>
array (
'file' => 'app/RSpade/CodeQuality/CodeQuality_Violation.php',
'hash' => '7a72c8d3a8392131706b76ce852b86f24dad402e',
'mtime' => 1762148073,
'size' => 1156,
'extension' => 'php',
'class' => 'CodeQuality_Violation',
'namespace' => 'App\\RSpade\\CodeQuality',
'fqcn' => 'App\\RSpade\\CodeQuality\\CodeQuality_Violation',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 8,
'parameters' =>
array (
0 =>
array (
'name' => 'rule_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line_number',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
3 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'severity',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
5 =>
array (
'name' => 'code_snippet',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
6 =>
array (
'name' => 'suggestion',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'to_array' =>
array (
'name' => 'to_array',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
'get_severity_weight' =>
array (
'name' => 'get_severity_weight',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 8,
'parameters' =>
array (
0 =>
array (
'name' => 'rule_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line_number',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
3 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'severity',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
5 =>
array (
'name' => 'code_snippet',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
6 =>
array (
'name' => 'suggestion',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'to_array' =>
array (
'name' => 'to_array',
'static' => false,
'visibility' => 'public',
'line' => 18,
),
'get_severity_weight' =>
array (
'name' => 'get_severity_weight',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'rule_id',
'visibility' => 'public',
'static' => false,
),
1 =>
array (
'name' => 'file_path',
'visibility' => 'public',
'static' => false,
),
2 =>
array (
'name' => 'line_number',
'visibility' => 'public',
'static' => false,
),
3 =>
array (
'name' => 'message',
'visibility' => 'public',
'static' => false,
),
4 =>
array (
'name' => 'severity',
'visibility' => 'public',
'static' => false,
),
5 =>
array (
'name' => 'code_snippet',
'visibility' => 'public',
'static' => false,
),
6 =>
array (
'name' => 'suggestion',
'visibility' => 'public',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Parsers/ScssContextParser.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Parsers/ScssContextParser.php',
'hash' => '7df73b969ee20f00c923ef9815e4de3748257d7a',
'mtime' => 1762148073,
'size' => 9784,
'extension' => 'php',
'class' => 'ScssContextParser',
'namespace' => 'App\\RSpade\\CodeQuality\\Parsers',
'fqcn' => 'App\\RSpade\\CodeQuality\\Parsers\\ScssContextParser',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'parse_contexts' =>
array (
'name' => 'parse_contexts',
'static' => true,
'visibility' => 'public',
'line' => 43,
'parameters' =>
array (
0 =>
array (
'name' => 'scss',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'build_selector_path' =>
array (
'name' => 'build_selector_path',
'static' => true,
'visibility' => 'public',
'line' => 156,
'parameters' =>
array (
0 =>
array (
'name' => 'stack',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'current',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'is_in_hover_context' =>
array (
'name' => 'is_in_hover_context',
'static' => true,
'visibility' => 'public',
'line' => 185,
'parameters' =>
array (
0 =>
array (
'name' => 'selector',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_base_selector' =>
array (
'name' => 'get_base_selector',
'static' => true,
'visibility' => 'public',
'line' => 196,
'parameters' =>
array (
0 =>
array (
'name' => 'selector',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'compare_properties' =>
array (
'name' => 'compare_properties',
'static' => true,
'visibility' => 'public',
'line' => 205,
'parameters' =>
array (
0 =>
array (
'name' => 'base_props',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'state_props',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'is_position_property' =>
array (
'name' => 'is_position_property',
'static' => true,
'visibility' => 'public',
'line' => 240,
'parameters' =>
array (
0 =>
array (
'name' => 'property',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'is_visual_only_property' =>
array (
'name' => 'is_visual_only_property',
'static' => true,
'visibility' => 'public',
'line' => 257,
'parameters' =>
array (
0 =>
array (
'name' => 'property',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/Rules/Blade/BladeExtends_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/BladeExtends_CodeQualityRule.php',
'hash' => 'adf5b090e9019392bc22348dd0cd8a579fc9cdd9',
'mtime' => 1762148073,
'size' => 2512,
'extension' => 'php',
'class' => 'BladeExtends_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\BladeExtends_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Blade/BladeFqcnUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/BladeFqcnUsage_CodeQualityRule.php',
'hash' => 'c1ffab2e2d60418cf0ae30c28f5ed6bd8e8eb9e3',
'mtime' => 1762148073,
'size' => 4212,
'extension' => 'php',
'class' => 'BladeFqcnUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\BladeFqcnUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Blade/InlineEventHandler_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/InlineEventHandler_CodeQualityRule.php',
'hash' => '9bc6f46604eee83c8b281c53c907f02460d865be',
'mtime' => 1762384935,
'size' => 11534,
'extension' => 'php',
'class' => 'InlineEventHandler_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\InlineEventHandler_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
'BLADE-EVENT-01' =>
array (
'inline_event_violations' =>
array (
0 =>
array (
'event_attr' => 'onclick',
'line' => 126,
'code' => '// Pattern: onclick="..." or onclick=\'...\' (but not @onclick which is allowed in jqhtml)',
'is_jqhtml' => false,
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 57,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 62,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 67,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 74,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 79,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 102,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 110,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 152,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 57,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 62,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 67,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 74,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 79,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 102,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 110,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 152,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Blade/InlineScript_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/InlineScript_CodeQualityRule.php',
'hash' => 'aa934f5b576a01eebd2147f88f5dfe53ef4cf08e',
'mtime' => 1762148073,
'size' => 9275,
'extension' => 'php',
'class' => 'InlineScript_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\InlineScript_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 73,
'code' => '// Check for <script> tags',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 73,
'code' => '// Check for <script> tags',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 52,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 52,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php',
'hash' => '9d2676ff23b52e68e8ade129717be29fe5075523',
'mtime' => 1762148073,
'size' => 8790,
'extension' => 'php',
'class' => 'LayoutLocalAssets_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\LayoutLocalAssets_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 21,
'code' => 'return \'Enforces that local CSS and JavaScript files in layout files are included via bundle definitions, not hardcoded <link rel="stylesheet"> or <script src> tags\';',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 136,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 53,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 136,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Blade/UnbalancedTags_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Blade/UnbalancedTags_CodeQualityRule.php',
'hash' => '139722ec7512d468cf733297f6bd87cd5b654619',
'mtime' => 1762148073,
'size' => 9758,
'extension' => 'php',
'class' => 'UnbalancedTags_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Blade',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\UnbalancedTags_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/CodeQualityRule_Abstract.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/CodeQualityRule_Abstract.php',
'hash' => '23a92187d2f5a46b85b6fdcf0f2add6cc2163e32',
'mtime' => 1762148073,
'size' => 5977,
'extension' => 'php',
'class' => 'CodeQualityRule_Abstract',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 15,
'parameters' =>
array (
0 =>
array (
'name' => 'collector',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'nullable' => false,
),
1 =>
array (
'name' => 'config',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'supports_console_commands' =>
array (
'name' => 'supports_console_commands',
'static' => true,
'visibility' => 'public',
'line' => 61,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => true,
'visibility' => 'public',
'line' => 69,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 91,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 99,
),
'get_console_command_files' =>
array (
'name' => 'get_console_command_files',
'static' => true,
'visibility' => 'public',
'line' => 154,
),
'is_console_command' =>
array (
'name' => 'is_console_command',
'static' => true,
'visibility' => 'public',
'line' => 183,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 15,
'parameters' =>
array (
0 =>
array (
'name' => 'collector',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'nullable' => false,
),
1 =>
array (
'name' => 'config',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'supports_console_commands' =>
array (
'name' => 'supports_console_commands',
'static' => false,
'visibility' => 'public',
'line' => 61,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => false,
'visibility' => 'public',
'line' => 69,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 91,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 99,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'collector',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'config',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enabled',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/AbstractClassNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/AbstractClassNaming_CodeQualityRule.php',
'hash' => 'bcafc9a8a8051e169b862442355c98c8643d883f',
'mtime' => 1762148073,
'size' => 8557,
'extension' => 'php',
'class' => 'AbstractClassNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\AbstractClassNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/Assignment_Comparison_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/Assignment_Comparison_CodeQualityRule.php',
'hash' => 'dccae75eb7cd446838a29bc625c47e1a5f25b1f5',
'mtime' => 1762148073,
'size' => 8839,
'extension' => 'php',
'class' => 'Assignment_Comparison_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\Assignment_Comparison_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 68,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 68,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/CommandOrganization_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/CommandOrganization_CodeQualityRule.php',
'hash' => 'b0c3328d4e6b2cd6a5a8e178da6f58e132a8ad76',
'mtime' => 1762148073,
'size' => 4464,
'extension' => 'php',
'class' => 'CommandOrganization_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\CommandOrganization_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check_commands' =>
array (
'name' => 'check_commands',
'static' => true,
'visibility' => 'public',
'line' => 38,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 110,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check_commands' =>
array (
'name' => 'check_commands',
'static' => false,
'visibility' => 'public',
'line' => 38,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 110,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/DuplicateCaseFiles_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/DuplicateCaseFiles_CodeQualityRule.php',
'hash' => '488043855d57616107ea77eec16ae1cf06c73176',
'mtime' => 1762148073,
'size' => 4883,
'extension' => 'php',
'class' => 'DuplicateCaseFiles_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\DuplicateCaseFiles_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 12,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 12,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'checked',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/FilenameCase_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/FilenameCase_CodeQualityRule.php',
'hash' => '307720d89c7fe3f380709e978182ae855557dcfa',
'mtime' => 1762148073,
'size' => 2226,
'extension' => 'php',
'class' => 'FilenameCase_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameCase_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/FilenameEnhanced_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/FilenameEnhanced_CodeQualityRule.php',
'hash' => '0b599fbe6d8c0e08db1a6907a93725b7b8726d01',
'mtime' => 1762148073,
'size' => 5898,
'extension' => 'php',
'class' => 'FilenameEnhanced_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameEnhanced_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/FilenameSpaces_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/FilenameSpaces_CodeQualityRule.php',
'hash' => 'dec5f91a79929b54c225aea42ac9b655a725caeb',
'mtime' => 1762148073,
'size' => 6161,
'extension' => 'php',
'class' => 'FilenameSpaces_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameSpaces_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 111,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 111,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/HardcodedInternalUrl_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/HardcodedInternalUrl_CodeQualityRule.php',
'hash' => '3d13128c02198f3ddc088fcc7a962861a1c2f361',
'mtime' => 1762148073,
'size' => 12357,
'extension' => 'php',
'class' => 'HardcodedInternalUrl_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\HardcodedInternalUrl_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 41,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 61,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 71,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 84,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 41,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 61,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 71,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 84,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/ManifestModulePriority_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/ManifestModulePriority_CodeQualityRule.php',
'hash' => '51f0fb7058e284ed7b62ef8bb364613de838a559',
'mtime' => 1762148073,
'size' => 4825,
'extension' => 'php',
'class' => 'ManifestModulePriority_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\ManifestModulePriority_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/OldFiles_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/OldFiles_CodeQualityRule.php',
'hash' => '93a553386861ea88895ce8a88e4dfddd0be9ef48',
'mtime' => 1762148073,
'size' => 4299,
'extension' => 'php',
'class' => 'OldFiles_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\OldFiles_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'should_run' =>
array (
'name' => 'should_run',
'static' => true,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'should_run' =>
array (
'name' => 'should_run',
'static' => false,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/PackageJson_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/PackageJson_CodeQualityRule.php',
'hash' => '8bf091e50d8b9678abfe44d2296a2891c6be9c04',
'mtime' => 1762148073,
'size' => 2627,
'extension' => 'php',
'class' => 'PackageJson_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\PackageJson_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RedundantIndexAction_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RedundantIndexAction_CodeQualityRule.php',
'hash' => '2d365e80c6b6415143971a06d559705062a1489c',
'mtime' => 1762148073,
'size' => 5226,
'extension' => 'php',
'class' => 'RedundantIndexAction_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RedundantIndexAction_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 78,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 86,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 50,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 70,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 78,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 86,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/ResourceDirectory_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/ResourceDirectory_CodeQualityRule.php',
'hash' => '4cab720d64525db4f2a938c118de1fb8d381c3cc',
'mtime' => 1762148073,
'size' => 4631,
'extension' => 'php',
'static_properties' =>
array (
'checked_directories' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'ResourceDirectory_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\ResourceDirectory_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'checked_directories',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RootFiles_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RootFiles_CodeQualityRule.php',
'hash' => 'a39582ecce483e60d555089a7f73e39e1bd906ba',
'mtime' => 1762148073,
'size' => 2695,
'extension' => 'php',
'class' => 'RootFiles_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RootFiles_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_root' =>
array (
'name' => 'check_root',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_root' =>
array (
'name' => 'check_root',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RouteExists_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RouteExists_CodeQualityRule.php',
'hash' => 'bad3f8c2f699b64dc7bc2427a7627a7255500b5f',
'mtime' => 1762148073,
'size' => 10069,
'extension' => 'php',
'class' => 'RouteExists_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RouteExists_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 78,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 103,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 50,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 70,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 78,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 103,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RouteSyntax_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RouteSyntax_CodeQualityRule.php',
'hash' => 'cbf14e51e98fc8873c8a06b2e7354124cc4bf864',
'mtime' => 1762148073,
'size' => 4030,
'extension' => 'php',
'class' => 'RouteSyntax_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RouteSyntax_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RsxCommandsDeprecated_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RsxCommandsDeprecated_CodeQualityRule.php',
'hash' => '7987799a3c54a48fc56d2569da07496a7c72d0a4',
'mtime' => 1762148073,
'size' => 4634,
'extension' => 'php',
'class' => 'RsxCommandsDeprecated_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RsxCommandsDeprecated_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_rsx_commands' =>
array (
'name' => 'check_rsx_commands',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_rsx_commands' =>
array (
'name' => 'check_rsx_commands',
'static' => false,
'visibility' => 'public',
'line' => 49,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/RsxTestFiles_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/RsxTestFiles_CodeQualityRule.php',
'hash' => 'ceb0c04fed0fa6d5a6d97e99aefa2e3582ce8325',
'mtime' => 1762148073,
'size' => 4978,
'extension' => 'php',
'class' => 'RsxTestFiles_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RsxTestFiles_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_rsx' =>
array (
'name' => 'check_rsx',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check_rsx' =>
array (
'name' => 'check_rsx',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
),
),
'app/RSpade/CodeQuality/Rules/Common/SubclassNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/SubclassNaming_CodeQualityRule.php',
'hash' => '7c40c4fadf4d1bce62315374eb13d8495f985e70',
'mtime' => 1762148073,
'size' => 27782,
'extension' => 'php',
'class' => 'SubclassNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\SubclassNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Common/TempFiles_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Common/TempFiles_CodeQualityRule.php',
'hash' => '1a736ab22eae047cc99b78ea786682129fe7d6c0',
'mtime' => 1762148073,
'size' => 2047,
'extension' => 'php',
'class' => 'TempFiles_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Common',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Common\\TempFiles_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Convention/BundleIncludePath_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Convention/BundleIncludePath_CodeQualityRule.php',
'hash' => '35d6d76fc62724f9d63fbfafbde65c241209cea7',
'mtime' => 1762148073,
'size' => 3401,
'extension' => 'php',
'class' => 'BundleIncludePath_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Convention',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\BundleIncludePath_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Convention/BundleLocation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Convention/BundleLocation_CodeQualityRule.php',
'hash' => '51cbd2970c07b3c2666ccad4f63e9387e1718ddc',
'mtime' => 1762148073,
'size' => 2152,
'extension' => 'php',
'class' => 'BundleLocation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Convention',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\BundleLocation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Convention/FilenameRedundantPrefix_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Convention/FilenameRedundantPrefix_CodeQualityRule.php',
'hash' => '3ea1025ae8d17094746165d8996bc21f29bc755d',
'mtime' => 1762148073,
'size' => 9985,
'extension' => 'php',
'class' => 'FilenameRedundantPrefix_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Convention',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\FilenameRedundantPrefix_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Convention/LayoutLocation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Convention/LayoutLocation_CodeQualityRule.php',
'hash' => 'd67e2df23f449d49e4ce5882d25cb7253473afba',
'mtime' => 1762148073,
'size' => 2298,
'extension' => 'php',
'class' => 'LayoutLocation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Convention',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\LayoutLocation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Convention/OneBundlePerModule_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Convention/OneBundlePerModule_CodeQualityRule.php',
'hash' => 'dd715edd873db4fe1288bf1c283b1337dfd11e94',
'mtime' => 1762148073,
'size' => 4116,
'extension' => 'php',
'class' => 'OneBundlePerModule_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Convention',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\OneBundlePerModule_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 41,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 41,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/AjaxReturnValue_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/AjaxReturnValue_CodeQualityRule.php',
'hash' => 'e534a524f7f402cde992e90af18a0c6f31889933',
'mtime' => 1762148073,
'size' => 5004,
'extension' => 'php',
'class' => 'AjaxReturnValue_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\AjaxReturnValue_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/DecoratorUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/DecoratorUsage_CodeQualityRule.php',
'hash' => 'bcadda7e72704eabc5a24f75f4447d5c03b68bf2',
'mtime' => 1762148073,
'size' => 14037,
'extension' => 'php',
'class' => 'DecoratorUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'decorator_whitelist',
'visibility' => 'private',
'static' => false,
),
1 =>
array (
'name' => 'all_global_functions',
'visibility' => 'private',
'static' => false,
),
2 =>
array (
'name' => 'all_global_constants',
'visibility' => 'private',
'static' => false,
),
3 =>
array (
'name' => 'all_global_names',
'visibility' => 'private',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/DefensiveCoding_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/DefensiveCoding_CodeQualityRule.php',
'hash' => 'f99def7053a3770ecddcde3240c7b635e17bd612',
'mtime' => 1762933480,
'size' => 9363,
'extension' => 'php',
'class' => 'DefensiveCoding_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DefensiveCoding_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/DirectAjaxApi_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/DirectAjaxApi_CodeQualityRule.php',
'hash' => '86101b774f8c800bc49b43450693f788bd4c6ff3',
'mtime' => 1762148073,
'size' => 5029,
'extension' => 'php',
'class' => 'DirectAjaxApi_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DirectAjaxApi_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/DocumentReady_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/DocumentReady_CodeQualityRule.php',
'hash' => '6b271cb101546182326179a99771e47246bab275',
'mtime' => 1762148073,
'size' => 6916,
'extension' => 'php',
'class' => 'DocumentReady_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DocumentReady_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'jquery_ready',
'line' => 91,
'code' => '// Patterns: $().ready, $(document).ready, $("document").ready, $(\'document\').ready, $(function(), DOMContentLoaded',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/DomMethod_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/DomMethod_CodeQualityRule.php',
'hash' => 'aa7a754986267228094036d5209093dc64b7c968',
'mtime' => 1762148073,
'size' => 5992,
'extension' => 'php',
'class' => 'DomMethod_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DomMethod_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/FrameworkInitialization_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/FrameworkInitialization_CodeQualityRule.php',
'hash' => '8849a669b24197a5535f4e1c66d9e88640ae5e0a',
'mtime' => 1762148073,
'size' => 6108,
'extension' => 'php',
'class' => 'FrameworkInitialization_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\FrameworkInitialization_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/InitializationPattern_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/InitializationPattern_CodeQualityRule.php',
'hash' => '3b446eb17fbddd7640fb83c42a99318cdfec12cf',
'mtime' => 1762148073,
'size' => 4222,
'extension' => 'php',
'class' => 'InitializationPattern_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\InitializationPattern_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JQueryLengthCheck_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryLengthCheck_CodeQualityRule.php',
'hash' => '1108b244465ec517866cf1544206be64da033c80',
'mtime' => 1762148073,
'size' => 5053,
'extension' => 'php',
'class' => 'JQueryLengthCheck_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryLengthCheck_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JQuerySubmitUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQuerySubmitUsage_CodeQualityRule.php',
'hash' => '94b2909024404b36ae0e4c176991bb4d41a2327d',
'mtime' => 1762148073,
'size' => 2997,
'extension' => 'php',
'class' => 'JQuerySubmitUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQuerySubmitUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JQueryUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryUsage_CodeQualityRule.php',
'hash' => 'a1946da526cd21097969e62ab06f1e8d00a3dd47',
'mtime' => 1762148073,
'size' => 2227,
'extension' => 'php',
'class' => 'JQueryUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVariableNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVariableNaming_CodeQualityRule.php',
'hash' => 'eb3b745ee136a505a1427332e1c1ab725e73e101',
'mtime' => 1762148073,
'size' => 11130,
'extension' => 'php',
'class' => 'JQueryVariableNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVariableNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 73,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 73,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVisibilityCheck_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVisibilityCheck_CodeQualityRule.php',
'hash' => 'ee932c8d80e2c51041b04c9940af153453ee6bc5',
'mtime' => 1762148073,
'size' => 3705,
'extension' => 'php',
'class' => 'JQueryVisibilityCheck_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVisibilityCheck_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlComponentImplementation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlComponentImplementation_CodeQualityRule.php',
'hash' => '907d554a05e8da7517699d36fe121078e153b913',
'mtime' => 1762148073,
'size' => 7124,
'extension' => 'php',
'class' => 'JqhtmlComponentImplementation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlComponentImplementation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 38,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 43,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 38,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 43,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlDataInCreate_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlDataInCreate_CodeQualityRule.php',
'hash' => '26180b68d4eb9ebb9f0f7ee9ac2beb1a4e916762',
'mtime' => 1762148073,
'size' => 8138,
'extension' => 'php',
'class' => 'JqhtmlDataInCreate_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlDataInCreate_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadData_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadData_CodeQualityRule.php',
'hash' => '8ff3107c8c76eae95bb36f7038ff7763b4f23dfd',
'mtime' => 1762148073,
'size' => 7209,
'extension' => 'php',
'class' => 'JqhtmlOnLoadData_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadData_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadDom_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadDom_CodeQualityRule.php',
'hash' => '05e02baa818351d83825a500a0d67988319a656f',
'mtime' => 1762148073,
'size' => 9952,
'extension' => 'php',
'class' => 'JqhtmlOnLoadDom_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadDom_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlRenderOverride_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlRenderOverride_CodeQualityRule.php',
'hash' => 'a485b9241b045dc9d409292d771177f1bae3f198',
'mtime' => 1762148073,
'size' => 5678,
'extension' => 'php',
'class' => 'JqhtmlRenderOverride_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlRenderOverride_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JsFallbackLegacy_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsFallbackLegacy_CodeQualityRule.php',
'hash' => '008ba4a219123c98ee47cd910885bf30d5d0c0f9',
'mtime' => 1762148073,
'size' => 6409,
'extension' => 'php',
'class' => 'JsFallbackLegacy_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsFallbackLegacy_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JsLegacyFunction_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsLegacyFunction_CodeQualityRule.php',
'hash' => 'c764f4cdb7070241325a435ad66f6aef65989ac0',
'mtime' => 1762148073,
'size' => 6329,
'extension' => 'php',
'class' => 'JsLegacyFunction_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsLegacyFunction_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/JsRspadeInternalMethod_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsRspadeInternalMethod_CodeQualityRule.php',
'hash' => '9455fc0e6f501f609236915a13a7b85f32e64931',
'mtime' => 1762148073,
'size' => 5006,
'extension' => 'php',
'static_properties' =>
array (
'rspade_classes' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'JsRspadeInternalMethod_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsRspadeInternalMethod_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 33,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'rspade_classes',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/LifecycleMethodsStatic_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/LifecycleMethodsStatic_CodeQualityRule.php',
'hash' => '1f49c12a6203b6bbd0db07d887a80b185017d43e',
'mtime' => 1762148073,
'size' => 8290,
'extension' => 'php',
'class' => 'LifecycleMethodsStatic_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\LifecycleMethodsStatic_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 38,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 76,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 84,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 33,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 38,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 53,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 76,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 84,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/NativeFunction_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/NativeFunction_CodeQualityRule.php',
'hash' => '8e67032deaaafe1d5c899b399697d0cdde7e919b',
'mtime' => 1762148073,
'size' => 5673,
'extension' => 'php',
'class' => 'NativeFunction_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NativeFunction_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/NoControllerSuffix_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/NoControllerSuffix_CodeQualityRule.php',
'hash' => '5ae83805afe5e99399c29c3e6a533c20a70793a5',
'mtime' => 1762148073,
'size' => 4810,
'extension' => 'php',
'class' => 'NoControllerSuffix_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NoControllerSuffix_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/NoPageLoadAnimation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/NoPageLoadAnimation_CodeQualityRule.php',
'hash' => 'f8ff6bd0c5105195f375a80ce49d644e8bfcdf9d',
'mtime' => 1762148073,
'size' => 12391,
'extension' => 'php',
'class' => 'NoPageLoadAnimation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NoPageLoadAnimation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 93,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 101,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 109,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 117,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 125,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 133,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 93,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 101,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 109,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 117,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 125,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 133,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/ThisUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/ThisUsage_CodeQualityRule.php',
'hash' => '461ae10d06ddfa584dd60dffd707b2e2c7f03675',
'mtime' => 1762148073,
'size' => 5159,
'extension' => 'php',
'class' => 'ThisUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\ThisUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 41,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 41,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 46,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/TypeofCheck_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/TypeofCheck_CodeQualityRule.php',
'hash' => 'fa541bfa0d91c0026d7eb2f2232581ac1007a47c',
'mtime' => 1762148073,
'size' => 5508,
'extension' => 'php',
'class' => 'TypeofCheck_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\TypeofCheck_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/VarUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/VarUsage_CodeQualityRule.php',
'hash' => '3a6261499d331882702be824e636833f0acd614e',
'mtime' => 1762148073,
'size' => 2421,
'extension' => 'php',
'class' => 'VarUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\VarUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php',
'hash' => 'ca3a01b186b99157b6ace3e4323d9e3521e591c1',
'mtime' => 1762148073,
'size' => 3578,
'extension' => 'php',
'class' => 'WindowAssignment_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\WindowAssignment_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php',
'hash' => 'a6314a3b17b2d9c8eed70dded60951cbc7a0d876',
'mtime' => 1762148073,
'size' => 6203,
'extension' => 'php',
'class' => 'JqhtmlComponentNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlComponentNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 52,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 52,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php',
'hash' => '61d84d40f1185b4b486af8e38b221dd605931ac0',
'mtime' => 1762148073,
'size' => 6300,
'extension' => 'php',
'class' => 'JqhtmlEventPreventDefault_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlEventPreventDefault_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 44,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 39,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 44,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php',
'hash' => 'c657ea279f3fea75ec9c816c9d1999a4c53c88ea',
'mtime' => 1762148073,
'size' => 11510,
'extension' => 'php',
'class' => 'JqhtmlInlineScript_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlInlineScript_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 10,
'code' => '* This rule checks .jqhtml component template files for inline <script> or <style> tags',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 10,
'code' => '* This rule checks .jqhtml component template files for inline <script> or <style> tags',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 59,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 106,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 59,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 106,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php',
'hash' => 'f928bd4e0e839003ddc023a2abb42aa77cd03db1',
'mtime' => 1762936540,
'size' => 3897,
'extension' => 'php',
'class' => 'JqhtmlRedundantClass_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlRedundantClass_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php',
'hash' => '7c7952f83ce3d597e0035c78ff85ba47ffe88b23',
'mtime' => 1762148073,
'size' => 27059,
'extension' => 'php',
'class' => 'FilenameClassMatch_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\FilenameClassMatch_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php',
'hash' => '1568941fdc9a79c080b049c61cdc2e84db77aa22',
'mtime' => 1762148073,
'size' => 13140,
'extension' => 'php',
'class' => 'InstanceMethods_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\InstanceMethods_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 47,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 55,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 39,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 47,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 55,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php',
'hash' => 'cbf4dbac6c0d1ef107222bbba31b616bc7f494b4',
'mtime' => 1762148073,
'size' => 7869,
'extension' => 'php',
'class' => 'Monoprogenic_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\Monoprogenic_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 47,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 58,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 66,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 78,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 39,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 47,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 58,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 66,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 78,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php',
'hash' => 'b388d1a1358fcbb72d733106a129cb95e1ac979f',
'mtime' => 1762148073,
'size' => 3929,
'extension' => 'php',
'class' => 'RsxControllerInheritance_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\RsxControllerInheritance_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php',
'hash' => 'bf14cbe54b2cb6b997a131fd5328dda87b5c62ff',
'mtime' => 1762148073,
'size' => 5087,
'extension' => 'php',
'class' => 'Code_Quality_Meta_Inheritance_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Meta',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Meta\\Code_Quality_Meta_Inheritance_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 38,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 38,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php',
'hash' => '2b61d6538f1ee70eec873932d2a0502d7f17adc5',
'mtime' => 1762148073,
'size' => 3429,
'extension' => 'php',
'class' => 'ModelBannedRelations_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelBannedRelations_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'banned_relations',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php',
'hash' => '14999bbb871f880f994da8e28a523841d4053840',
'mtime' => 1762148073,
'size' => 4914,
'extension' => 'php',
'class' => 'ModelColumnMethodConflict_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelColumnMethodConflict_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php',
'hash' => '8a45caad0e63ddede55b9fdc4e9eabf213742517',
'mtime' => 1762148073,
'size' => 3599,
'extension' => 'php',
'class' => 'ModelEnumColumns_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnumColumns_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 33,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelEnums_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelEnums_CodeQualityRule.php',
'hash' => 'df6ff9c8239b7a23336537ca7eca6ab981c76bdf',
'mtime' => 1762148073,
'size' => 17650,
'extension' => 'php',
'class' => 'ModelEnums_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnums_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelExtends_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelExtends_CodeQualityRule.php',
'hash' => 'e9368c5fdcc0306b3fe301452131a591f01d8a67',
'mtime' => 1762148073,
'size' => 3420,
'extension' => 'php',
'class' => 'ModelExtends_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelExtends_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 41,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 41,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelFetchMethod_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelFetchMethod_CodeQualityRule.php',
'hash' => 'd877d41b0f61a4cd4ac11b58f87a6314205fd868',
'mtime' => 1762148073,
'size' => 8321,
'extension' => 'php',
'class' => 'ModelFetchMethod_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchMethod_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 53,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelRelations_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelRelations_CodeQualityRule.php',
'hash' => '70bfa0e017a247b4462c834c7916d8b07cd94f67',
'mtime' => 1762148073,
'size' => 9392,
'extension' => 'php',
'class' => 'ModelRelations_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelRelations_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 55,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 50,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 55,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'approved_relations',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Rules/Models/ModelTable_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/ModelTable_CodeQualityRule.php',
'hash' => 'ee113b69a220cfd4f44fe21e4e570ad5816c9913',
'mtime' => 1762148073,
'size' => 3695,
'extension' => 'php',
'class' => 'ModelTable_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelTable_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/Models/NoLaravelEnums_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Models/NoLaravelEnums_CodeQualityRule.php',
'hash' => 'c04c5f4c2758620abb3a2fa8a8221f8412ef209b',
'mtime' => 1762148073,
'size' => 7848,
'extension' => 'php',
'class' => 'NoLaravelEnums_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Models',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Models\\NoLaravelEnums_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ClassExists_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ClassExists_CodeQualityRule.php',
'hash' => 'c03cdfb1bf85bd10e9e0aa33eeb6b6e4625a603a',
'mtime' => 1762148073,
'size' => 7814,
'extension' => 'php',
'class' => 'ClassExists_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ClassExists_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ControllerRouteStatic_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ControllerRouteStatic_CodeQualityRule.php',
'hash' => 'a023d798a37d53e19044233ad2dc5aa64339ff90',
'mtime' => 1762148073,
'size' => 7790,
'extension' => 'php',
'class' => 'ControllerRouteStatic_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ControllerRouteStatic_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 39,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php',
'hash' => 'c4964c42528eddd258c645c4ffab5d23a5e03c21',
'mtime' => 1762148073,
'size' => 6834,
'extension' => 'php',
'class' => 'DbTableUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\DbTableUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 40,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 40,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php',
'hash' => '94ad512e4562e18fa2eee35bc5e3d26f8c3f24c3',
'mtime' => 1762148073,
'size' => 4827,
'extension' => 'php',
'class' => 'ExecUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ExecUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 48,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 48,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php',
'hash' => '11861c1d1b9cea0fe9365cc4379a751df8ffa946',
'mtime' => 1762148073,
'size' => 3040,
'extension' => 'php',
'class' => 'FunctionExists_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\FunctionExists_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php',
'hash' => 'b3ff963e0ceba8dd5f2e83b8b656c6d7d3d756c0',
'mtime' => 1762148073,
'size' => 10623,
'extension' => 'php',
'class' => 'GenericSuffix_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\GenericSuffix_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/HardcodedUrlInRedirect_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/HardcodedUrlInRedirect_CodeQualityRule.php',
'hash' => '0e96bf9e01f71527a2679b3cdb2e040ec21e7960',
'mtime' => 1762932953,
'size' => 11758,
'extension' => 'php',
'class' => 'HardcodedUrlInRedirect_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\HardcodedUrlInRedirect_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 60,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 83,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 50,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 60,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 70,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 83,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/LaravelDateCalculation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/LaravelDateCalculation_CodeQualityRule.php',
'hash' => '610305151d56a218913e7172563c74b20febff2d',
'mtime' => 1762148073,
'size' => 6670,
'extension' => 'php',
'class' => 'LaravelDateCalculation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelDateCalculation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'supports_console_commands' =>
array (
'name' => 'supports_console_commands',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'supports_console_commands' =>
array (
'name' => 'supports_console_commands',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php',
'hash' => '42a35e7f0ec259f1c5d4124c764fb22c9058c4cd',
'mtime' => 1762148073,
'size' => 5397,
'extension' => 'php',
'class' => 'LaravelSession_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelSession_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php',
'hash' => '0094714109aa1f9e62ebf15830b3ceff81341275',
'mtime' => 1762148073,
'size' => 7310,
'extension' => 'php',
'class' => 'MassAssignment_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\MassAssignment_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 44,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 135,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 13,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 18,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 28,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 33,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 44,
),
'on_manifest_file_update' =>
array (
'name' => 'on_manifest_file_update',
'static' => false,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 135,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php',
'hash' => '34823a72871075835794ebd2228f9edbe223ff69',
'mtime' => 1762148073,
'size' => 12817,
'extension' => 'php',
'static_properties' =>
array (
'parser' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'NamingConvention_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\NamingConvention_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'parser',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php',
'hash' => 'e375c26f7edaa880ee22c918bba9a30311564c0a',
'mtime' => 1762148073,
'size' => 10482,
'extension' => 'php',
'class' => 'NoImplements_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\NoImplements_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 11,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 21,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 26,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php',
'hash' => '8fb0198b6b6272ed82cdf9d9b5323491cd3044f7',
'mtime' => 1762148073,
'size' => 7375,
'extension' => 'php',
'class' => 'PhpFallbackLegacy_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFallbackLegacy_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/PhpFileStructure_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/PhpFileStructure_CodeQualityRule.php',
'hash' => '2b725340eddc1ffa6f16f0b1a09a98390fa50438',
'mtime' => 1762148073,
'size' => 6699,
'extension' => 'php',
'class' => 'PhpFileStructure_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFileStructure_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'all_global_functions',
'visibility' => 'private',
'static' => false,
),
1 =>
array (
'name' => 'all_global_constants',
'visibility' => 'private',
'static' => false,
),
2 =>
array (
'name' => 'all_global_names',
'visibility' => 'private',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/PhpLegacyFunction_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/PhpLegacyFunction_CodeQualityRule.php',
'hash' => '94d888ce58785752221bb31af9a24bdaea44d32b',
'mtime' => 1762148073,
'size' => 5644,
'extension' => 'php',
'class' => 'PhpLegacyFunction_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpLegacyFunction_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ProcOpenStreamTruncation_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ProcOpenStreamTruncation_CodeQualityRule.php',
'hash' => '8ca1cfc1d1cd3eed99406544ceb96ce7e1036cf9',
'mtime' => 1762148073,
'size' => 5848,
'extension' => 'php',
'class' => 'ProcOpenStreamTruncation_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ProcOpenStreamTruncation_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RealpathUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RealpathUsage_CodeQualityRule.php',
'hash' => 'e5645884d1c37fe0eb0866451502c7909d377140',
'mtime' => 1762148073,
'size' => 3467,
'extension' => 'php',
'class' => 'RealpathUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RealpathUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ReflectionAttributes_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionAttributes_CodeQualityRule.php',
'hash' => '43aebb61339574bd6bfb74029d651d51922949bb',
'mtime' => 1762148073,
'size' => 5723,
'extension' => 'php',
'class' => 'ReflectionAttributes_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionAttributes_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ReflectionGetParent_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionGetParent_CodeQualityRule.php',
'hash' => '2a1bf6f5fc35852b4ac9eff6aebf74a77565689e',
'mtime' => 1762148073,
'size' => 6654,
'extension' => 'php',
'class' => 'ReflectionGetParent_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionGetParent_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 56,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 56,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/ReflectionIsAbstract_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionIsAbstract_CodeQualityRule.php',
'hash' => '888d135525c1c8bb5e6f7165860f46b72bf4f855',
'mtime' => 1762148073,
'size' => 6106,
'extension' => 'php',
'class' => 'ReflectionIsAbstract_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionIsAbstract_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 56,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 48,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 56,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RequireParentCall_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RequireParentCall_CodeQualityRule.php',
'hash' => '3d9d212e2f04777f0a902cc9f558d8c81a8c3186',
'mtime' => 1762148073,
'size' => 6807,
'extension' => 'php',
'class' => 'RequireParentCall_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireParentCall_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RequireStaticProperty_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RequireStaticProperty_CodeQualityRule.php',
'hash' => 'f5af62cb39cd57123dfaeaddd516725732d2a1d9',
'mtime' => 1762148073,
'size' => 7797,
'extension' => 'php',
'class' => 'RequireStaticProperty_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireStaticProperty_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 17,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 22,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 27,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 32,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RspadeInternalMethod_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RspadeInternalMethod_CodeQualityRule.php',
'hash' => '0d0f64569c8dbbd1b9c60f0c1f9f255ecb5e1621',
'mtime' => 1762148073,
'size' => 5728,
'extension' => 'php',
'static_properties' =>
array (
'parser' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'RspadeInternalMethod_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadeInternalMethod_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'parser',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RspadePrivateNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RspadePrivateNaming_CodeQualityRule.php',
'hash' => 'd34042ec1bd9d31f25d88bff69e41766f7f27860',
'mtime' => 1762148073,
'size' => 7521,
'extension' => 'php',
'class' => 'RspadePrivateNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePrivateNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RspadePublicNaming_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RspadePublicNaming_CodeQualityRule.php',
'hash' => '73e6b65bb27c015fd518923a517707576a63e27c',
'mtime' => 1762148073,
'size' => 3955,
'extension' => 'php',
'class' => 'RspadePublicNaming_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePublicNaming_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/RsxFqcnUsage_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/RsxFqcnUsage_CodeQualityRule.php',
'hash' => 'd099586aecb56ec7c4fc799083a0b19131f16840',
'mtime' => 1762148073,
'size' => 3934,
'extension' => 'php',
'class' => 'RsxFqcnUsage_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RsxFqcnUsage_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 57,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 40,
),
'is_called_during_manifest_scan' =>
array (
'name' => 'is_called_during_manifest_scan',
'static' => false,
'visibility' => 'public',
'line' => 49,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 57,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/StreamBlockingMode_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/StreamBlockingMode_CodeQualityRule.php',
'hash' => '3b1f0ebb30c284d91e57990e4e2f40861e956409',
'mtime' => 1762148073,
'size' => 9141,
'extension' => 'php',
'class' => 'StreamBlockingMode_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\StreamBlockingMode_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/SubclassCheck_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/SubclassCheck_CodeQualityRule.php',
'hash' => 'c73fac782687c55bb97edff9d2ded40b07d3e0bd',
'mtime' => 1762148073,
'size' => 4814,
'extension' => 'php',
'class' => 'SubclassCheck_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\SubclassCheck_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 10,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/PHP/UnusedRsxUseStatement_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/PHP/UnusedRsxUseStatement_CodeQualityRule.php',
'hash' => 'bf6279a43f1a014cb56188f133e6e2ed59eb77f3',
'mtime' => 1762148073,
'size' => 3287,
'extension' => 'php',
'class' => 'UnusedRsxUseStatement_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\PHP',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\UnusedRsxUseStatement_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 9,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 14,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 34,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/Rules/SanityChecks/PhpSanityCheck_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/SanityChecks/PhpSanityCheck_CodeQualityRule.php',
'hash' => 'e5ae2f3a2df28fc913f25be488cd876b3d6a96a6',
'mtime' => 1762148073,
'size' => 14808,
'extension' => 'php',
'static_properties' =>
array (
'parser' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'PhpSanityCheck_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\SanityChecks',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\SanityChecks\\PhpSanityCheck_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => true,
'visibility' => 'public',
'line' => 40,
'__calls_parent' => true,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 30,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 35,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => false,
'visibility' => 'public',
'line' => 40,
'__calls_parent' => true,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'parser',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/CodeQuality/Rules/Scss/NoAnimations_CodeQualityRule.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Rules/Scss/NoAnimations_CodeQualityRule.php',
'hash' => 'd82f79c0c2b66e9ef44224f4caf49de0bdd65728',
'mtime' => 1762148073,
'size' => 12674,
'extension' => 'php',
'class' => 'NoAnimations_CodeQualityRule',
'namespace' => 'App\\RSpade\\CodeQuality\\Rules\\Scss',
'fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\Scss\\NoAnimations_CodeQualityRule',
'extends' => 'CodeQualityRule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
'public_static_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => true,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'check' =>
array (
'name' => 'check',
'static' => true,
'visibility' => 'public',
'line' => 48,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'get_id' =>
array (
'name' => 'get_id',
'static' => false,
'visibility' => 'public',
'line' => 19,
),
'get_name' =>
array (
'name' => 'get_name',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'get_description' =>
array (
'name' => 'get_description',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
'get_file_patterns' =>
array (
'name' => 'get_file_patterns',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'get_default_severity' =>
array (
'name' => 'get_default_severity',
'static' => false,
'visibility' => 'public',
'line' => 39,
),
'check' =>
array (
'name' => 'check',
'static' => false,
'visibility' => 'public',
'line' => 48,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'contents',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
),
'app/RSpade/CodeQuality/RuntimeChecks/BundleErrors.php' =>
array (
'file' => 'app/RSpade/CodeQuality/RuntimeChecks/BundleErrors.php',
'hash' => 'ba678b7faad9df75c42a2535f8c82b36372908eb',
'mtime' => 1762148073,
'size' => 4012,
'extension' => 'php',
'class' => 'BundleErrors',
'namespace' => 'App\\RSpade\\CodeQuality\\RuntimeChecks',
'fqcn' => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\BundleErrors',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'view_not_covered' =>
array (
'name' => 'view_not_covered',
'static' => true,
'visibility' => 'public',
'line' => 20,
'parameters' =>
array (
0 =>
array (
'name' => 'view_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'view_dir',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'include_paths',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'controller_not_covered' =>
array (
'name' => 'controller_not_covered',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'current_controller',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'current_action',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'controller_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'controller_dir',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
5 =>
array (
'name' => 'include_paths',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'cannot_determine_view_path' =>
array (
'name' => 'cannot_determine_view_path',
'static' => true,
'visibility' => 'public',
'line' => 83,
),
'abstract_called_directly' =>
array (
'name' => 'abstract_called_directly',
'static' => true,
'visibility' => 'public',
'line' => 91,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/RuntimeChecks/ManifestErrors.php' =>
array (
'file' => 'app/RSpade/CodeQuality/RuntimeChecks/ManifestErrors.php',
'hash' => '9b2a8444d2f5f48ce6a7cf9a90c32d51bbf3563a',
'mtime' => 1762148073,
'size' => 9198,
'extension' => 'php',
'class' => 'ManifestErrors',
'namespace' => 'App\\RSpade\\CodeQuality\\RuntimeChecks',
'fqcn' => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\ManifestErrors',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'old_file_pattern' =>
array (
'name' => 'old_file_pattern',
'static' => true,
'visibility' => 'public',
'line' => 18,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'js_extends_with_period' =>
array (
'name' => 'js_extends_with_period',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'extends',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'invalid_route_syntax' =>
array (
'name' => 'invalid_route_syntax',
'static' => true,
'visibility' => 'public',
'line' => 86,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'pattern',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'jqhtml_render_method' =>
array (
'name' => 'jqhtml_render_method',
'static' => true,
'visibility' => 'public',
'line' => 104,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'line_num',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
2 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'jqhtml_lifecycle_method' =>
array (
'name' => 'jqhtml_lifecycle_method',
'static' => true,
'visibility' => 'public',
'line' => 135,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'line_num',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
2 =>
array (
'name' => 'method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'multiple_classes_in_file' =>
array (
'name' => 'multiple_classes_in_file',
'static' => true,
'visibility' => 'public',
'line' => 172,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'class_names',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/RuntimeChecks/ViewErrors.php' =>
array (
'file' => 'app/RSpade/CodeQuality/RuntimeChecks/ViewErrors.php',
'hash' => 'a5b5f664f826181e9084b66122fe90e49ba8baaa',
'mtime' => 1762148073,
'size' => 11969,
'extension' => 'php',
'class' => 'ViewErrors',
'namespace' => 'App\\RSpade\\CodeQuality\\RuntimeChecks',
'fqcn' => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\ViewErrors',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 30,
'code' => '$error_message .= "Inline <style> and <script> tags must be moved to separate files:\\n\\n";',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 30,
'code' => '$error_message .= "Inline <style> and <script> tags must be moved to separate files:\\n\\n";',
),
),
),
),
'abstract' => false,
'public_static_methods' =>
array (
'inline_assets_not_allowed' =>
array (
'name' => 'inline_assets_not_allowed',
'static' => true,
'visibility' => 'public',
'line' => 18,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'has_style',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
3 =>
array (
'name' => 'has_script',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'layout_missing_body_class' =>
array (
'name' => 'layout_missing_body_class',
'static' => true,
'visibility' => 'public',
'line' => 65,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'layout_missing_bundle' =>
array (
'name' => 'layout_missing_bundle',
'static' => true,
'visibility' => 'public',
'line' => 79,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'module_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'topmost_layout_missing_bundle' =>
array (
'name' => 'topmost_layout_missing_bundle',
'static' => true,
'visibility' => 'public',
'line' => 114,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'layout_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'intermediate_layout_has_bundle' =>
array (
'name' => 'intermediate_layout_has_bundle',
'static' => true,
'visibility' => 'public',
'line' => 148,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'layout_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'layout_incomplete' =>
array (
'name' => 'layout_incomplete',
'static' => true,
'visibility' => 'public',
'line' => 170,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'embedded_layout_has_bundle' =>
array (
'name' => 'embedded_layout_has_bundle',
'static' => true,
'visibility' => 'public',
'line' => 199,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'topmost_layout_has_extends' =>
array (
'name' => 'topmost_layout_has_extends',
'static' => true,
'visibility' => 'public',
'line' => 220,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/RuntimeChecks/YoureDoingItWrongException.php' =>
array (
'file' => 'app/RSpade/CodeQuality/RuntimeChecks/YoureDoingItWrongException.php',
'hash' => '395f97347e96e9def73a9b363a88d7a0d7f63b23',
'mtime' => 1762148073,
'size' => 1466,
'extension' => 'php',
'class' => 'YoureDoingItWrongException',
'namespace' => 'App\\RSpade\\CodeQuality\\RuntimeChecks',
'fqcn' => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\YoureDoingItWrongException',
'extends' => 'RuntimeException',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'RuntimeException',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 26,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
3 =>
array (
'name' => 'file',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
4 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 26,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
3 =>
array (
'name' => 'file',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
4 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Throwable',
),
),
'app/RSpade/CodeQuality/Support/CacheManager.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Support/CacheManager.php',
'hash' => '0d895986424601f861af9aa4b7c0b07308d3cbdf',
'mtime' => 1762148073,
'size' => 2865,
'extension' => 'php',
'class' => 'CacheManager',
'namespace' => 'App\\RSpade\\CodeQuality\\Support',
'fqcn' => 'App\\RSpade\\CodeQuality\\Support\\CacheManager',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 11,
'parameters' =>
array (
0 =>
array (
'name' => 'cache_dir',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'get_sanitized_file' =>
array (
'name' => 'get_sanitized_file',
'static' => true,
'visibility' => 'public',
'line' => 30,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'set_sanitized_file' =>
array (
'name' => 'set_sanitized_file',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 69,
),
'clear_file' =>
array (
'name' => 'clear_file',
'static' => true,
'visibility' => 'public',
'line' => 79,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 11,
'parameters' =>
array (
0 =>
array (
'name' => 'cache_dir',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'get_sanitized_file' =>
array (
'name' => 'get_sanitized_file',
'static' => false,
'visibility' => 'public',
'line' => 30,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'set_sanitized_file' =>
array (
'name' => 'set_sanitized_file',
'static' => false,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => false,
'visibility' => 'public',
'line' => 69,
),
'clear_file' =>
array (
'name' => 'clear_file',
'static' => false,
'visibility' => 'public',
'line' => 79,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'cache_dir',
'visibility' => 'private',
'static' => false,
),
1 =>
array (
'name' => 'memory_cache',
'visibility' => 'private',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/Support/FileSanitizer.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Support/FileSanitizer.php',
'hash' => '866a2924ac57bafa1fc72a85e107f9dec6272dbc',
'mtime' => 1762148073,
'size' => 5963,
'extension' => 'php',
'class' => 'FileSanitizer',
'namespace' => 'App\\RSpade\\CodeQuality\\Support',
'fqcn' => 'App\\RSpade\\CodeQuality\\Support\\FileSanitizer',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'sanitize_php' =>
array (
'name' => 'sanitize_php',
'static' => true,
'visibility' => 'public',
'line' => 12,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'sanitize_javascript' =>
array (
'name' => 'sanitize_javascript',
'static' => true,
'visibility' => 'public',
'line' => 75,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'sanitize' =>
array (
'name' => 'sanitize',
'static' => true,
'visibility' => 'public',
'line' => 136,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/Support/InitializationSuggestions.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Support/InitializationSuggestions.php',
'hash' => 'f69099b096e02dcb1d297061f71f90b22503e277',
'mtime' => 1762148073,
'size' => 3129,
'extension' => 'php',
'class' => 'InitializationSuggestions',
'namespace' => 'App\\RSpade\\CodeQuality\\Support',
'fqcn' => 'App\\RSpade\\CodeQuality\\Support\\InitializationSuggestions',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_suggestion' =>
array (
'name' => 'get_suggestion',
'static' => true,
'visibility' => 'public',
'line' => 16,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_framework_suggestion' =>
array (
'name' => 'get_framework_suggestion',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
'get_user_suggestion' =>
array (
'name' => 'get_user_suggestion',
'static' => true,
'visibility' => 'public',
'line' => 60,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/Support/RuleDiscovery.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Support/RuleDiscovery.php',
'hash' => 'ba296aa9da511e0b53106ddeef4dc11ee2c37140',
'mtime' => 1762148073,
'size' => 6461,
'extension' => 'php',
'class' => 'RuleDiscovery',
'namespace' => 'App\\RSpade\\CodeQuality\\Support',
'fqcn' => 'App\\RSpade\\CodeQuality\\Support\\RuleDiscovery',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'discover_rules' =>
array (
'name' => 'discover_rules',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'collector',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'nullable' => false,
),
1 =>
array (
'name' => 'config',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'only_manifest_scan',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
3 =>
array (
'name' => 'exclude_manifest_scan',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
),
),
'extract_class_metadata' =>
array (
'name' => 'extract_class_metadata',
'static' => true,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/CodeQuality/Support/ViolationCollector.php' =>
array (
'file' => 'app/RSpade/CodeQuality/Support/ViolationCollector.php',
'hash' => 'aabce180ffafe8798b31baa57f7a3c5c7c0c0f4d',
'mtime' => 1762148073,
'size' => 3921,
'extension' => 'php',
'class' => 'ViolationCollector',
'namespace' => 'App\\RSpade\\CodeQuality\\Support',
'fqcn' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'add' =>
array (
'name' => 'add',
'static' => true,
'visibility' => 'public',
'line' => 22,
'parameters' =>
array (
0 =>
array (
'name' => 'violation',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\CodeQuality_Violation',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'get_all' =>
array (
'name' => 'get_all',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
'get_by_file' =>
array (
'name' => 'get_by_file',
'static' => true,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_by_rule' =>
array (
'name' => 'get_by_rule',
'static' => true,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'rule_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_by_severity' =>
array (
'name' => 'get_by_severity',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'severity',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_convention_count' =>
array (
'name' => 'get_convention_count',
'static' => true,
'visibility' => 'public',
'line' => 69,
),
'get_convention_violations' =>
array (
'name' => 'get_convention_violations',
'static' => true,
'visibility' => 'public',
'line' => 77,
),
'get_convention_violations_as_arrays' =>
array (
'name' => 'get_convention_violations_as_arrays',
'static' => true,
'visibility' => 'public',
'line' => 85,
),
'get_stats' =>
array (
'name' => 'get_stats',
'static' => true,
'visibility' => 'public',
'line' => 95,
),
'get_total_count' =>
array (
'name' => 'get_total_count',
'static' => true,
'visibility' => 'public',
'line' => 100,
),
'get_violations_as_arrays' =>
array (
'name' => 'get_violations_as_arrays',
'static' => true,
'visibility' => 'public',
'line' => 108,
),
'has_convention_violations' =>
array (
'name' => 'has_convention_violations',
'static' => true,
'visibility' => 'public',
'line' => 121,
),
'has_critical_violations' =>
array (
'name' => 'has_critical_violations',
'static' => true,
'visibility' => 'public',
'line' => 126,
),
'has_violations' =>
array (
'name' => 'has_violations',
'static' => true,
'visibility' => 'public',
'line' => 131,
),
'merge' =>
array (
'name' => 'merge',
'static' => true,
'visibility' => 'public',
'line' => 136,
'parameters' =>
array (
0 =>
array (
'name' => 'other',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'nullable' => false,
),
),
),
'sort_by_severity' =>
array (
'name' => 'sort_by_severity',
'static' => true,
'visibility' => 'public',
'line' => 146,
),
),
'public_instance_methods' =>
array (
'add' =>
array (
'name' => 'add',
'static' => false,
'visibility' => 'public',
'line' => 22,
'parameters' =>
array (
0 =>
array (
'name' => 'violation',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\CodeQuality_Violation',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => false,
'visibility' => 'public',
'line' => 33,
),
'get_all' =>
array (
'name' => 'get_all',
'static' => false,
'visibility' => 'public',
'line' => 46,
),
'get_by_file' =>
array (
'name' => 'get_by_file',
'static' => false,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_by_rule' =>
array (
'name' => 'get_by_rule',
'static' => false,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'rule_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_by_severity' =>
array (
'name' => 'get_by_severity',
'static' => false,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'severity',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_convention_count' =>
array (
'name' => 'get_convention_count',
'static' => false,
'visibility' => 'public',
'line' => 69,
),
'get_convention_violations' =>
array (
'name' => 'get_convention_violations',
'static' => false,
'visibility' => 'public',
'line' => 77,
),
'get_convention_violations_as_arrays' =>
array (
'name' => 'get_convention_violations_as_arrays',
'static' => false,
'visibility' => 'public',
'line' => 85,
),
'get_stats' =>
array (
'name' => 'get_stats',
'static' => false,
'visibility' => 'public',
'line' => 95,
),
'get_total_count' =>
array (
'name' => 'get_total_count',
'static' => false,
'visibility' => 'public',
'line' => 100,
),
'get_violations_as_arrays' =>
array (
'name' => 'get_violations_as_arrays',
'static' => false,
'visibility' => 'public',
'line' => 108,
),
'has_convention_violations' =>
array (
'name' => 'has_convention_violations',
'static' => false,
'visibility' => 'public',
'line' => 121,
),
'has_critical_violations' =>
array (
'name' => 'has_critical_violations',
'static' => false,
'visibility' => 'public',
'line' => 126,
),
'has_violations' =>
array (
'name' => 'has_violations',
'static' => false,
'visibility' => 'public',
'line' => 131,
),
'merge' =>
array (
'name' => 'merge',
'static' => false,
'visibility' => 'public',
'line' => 136,
'parameters' =>
array (
0 =>
array (
'name' => 'other',
'optional' => false,
'type' => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
'nullable' => false,
),
),
),
'sort_by_severity' =>
array (
'name' => 'sort_by_severity',
'static' => false,
'visibility' => 'public',
'line' => 146,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'violations',
'visibility' => 'private',
'static' => false,
),
1 =>
array (
'name' => 'convention_violations',
'visibility' => 'private',
'static' => false,
),
2 =>
array (
'name' => 'stats',
'visibility' => 'private',
'static' => false,
),
),
),
'app/RSpade/CodeQuality/archived/InstanceMethodsRule.php.old' =>
array (
'file' => 'app/RSpade/CodeQuality/archived/InstanceMethodsRule.php.old',
'hash' => '85d67b9fd681db4d01a74312e63cd00175009e01',
'mtime' => 1760218656,
'size' => 7889,
'extension' => 'old',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/CodeQuality/archived/ThisUsageRule.php.old' =>
array (
'file' => 'app/RSpade/CodeQuality/archived/ThisUsageRule.php.old',
'hash' => '887a0a5df6208b049d6cc1de5286737bfc604062',
'mtime' => 1760218656,
'size' => 11216,
'extension' => 'old',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/API.php' =>
array (
'file' => 'app/RSpade/Core/API.php',
'hash' => '8326e4fe2626a83c6bd362081981f9aa79b0fea0',
'mtime' => 1762148073,
'size' => 5530,
'extension' => 'php',
'class' => 'API',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\API',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'execute' =>
array (
'name' => 'execute',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'endpoint',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'execute_batch' =>
array (
'name' => 'execute_batch',
'static' => true,
'visibility' => 'public',
'line' => 58,
'parameters' =>
array (
0 =>
array (
'name' => 'requests',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'exists' =>
array (
'name' => 'exists',
'static' => true,
'visibility' => 'public',
'line' => 87,
'parameters' =>
array (
0 =>
array (
'name' => 'endpoint',
'optional' => false,
),
),
),
'get_endpoints' =>
array (
'name' => 'get_endpoints',
'static' => true,
'visibility' => 'public',
'line' => 146,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Ajax/Ajax.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Ajax.php',
'hash' => 'cee3845fffdd17e30c7ca9e407b3f3a201129690',
'mtime' => 1762931789,
'size' => 17233,
'extension' => 'php',
'class' => 'Ajax',
'namespace' => 'App\\RSpade\\Core\\Ajax',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Ajax',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'internal' =>
array (
'name' => 'internal',
'static' => true,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'rsx_controller',
'optional' => false,
),
1 =>
array (
'name' => 'rsx_action',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'default' =>
array (
),
),
3 =>
array (
'name' => 'auth',
'optional' => true,
'default' =>
array (
),
),
),
),
'_handle_special_response' =>
array (
'name' => '_handle_special_response',
'static' => true,
'visibility' => 'public',
'line' => 153,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
'type' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'nullable' => false,
),
),
),
'handle_browser_request' =>
array (
'name' => 'handle_browser_request',
'static' => true,
'visibility' => 'public',
'line' => 189,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'_handle_browser_special_response' =>
array (
'name' => '_handle_browser_special_response',
'static' => true,
'visibility' => 'public',
'line' => 312,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
'type' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'nullable' => false,
),
),
),
'set_ajax_response_mode' =>
array (
'name' => 'set_ajax_response_mode',
'static' => true,
'visibility' => 'public',
'line' => 357,
'parameters' =>
array (
0 =>
array (
'name' => 'enabled',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'is_ajax_response_mode' =>
array (
'name' => 'is_ajax_response_mode',
'static' => true,
'visibility' => 'public',
'line' => 367,
),
'_validate_ajax_response' =>
array (
'name' => '_validate_ajax_response',
'static' => true,
'visibility' => 'public',
'line' => 381,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
),
),
'format_ajax_response' =>
array (
'name' => 'format_ajax_response',
'static' => true,
'visibility' => 'public',
'line' => 422,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
),
),
'call' =>
array (
'name' => 'call',
'static' => true,
'visibility' => 'public',
'line' => 446,
'parameters' =>
array (
0 =>
array (
'name' => 'rsx_controller',
'optional' => false,
),
1 =>
array (
'name' => 'rsx_action',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'default' =>
array (
),
),
3 =>
array (
'name' => 'auth',
'optional' => true,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'ajax_response_mode',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Ajax/Ajax_Batch_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Ajax_Batch_Controller.php',
'hash' => '8fb931db898155452d00d5cde0f3c1950a0a5210',
'mtime' => 1762931751,
'size' => 4694,
'extension' => 'php',
'class' => 'Ajax_Batch_Controller',
'namespace' => 'App\\RSpade\\Core\\Ajax',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Ajax_Batch_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'batch' =>
array (
'name' => 'batch',
'static' => true,
'visibility' => 'public',
'line' => 39,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/_ajax/_batch',
'methods' =>
array (
0 => 'POST',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Ajax/Exceptions/AjaxAuthRequiredException.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Exceptions/AjaxAuthRequiredException.php',
'hash' => '2cc9aedcc7a1c294d049cf38c204930ec3200f1f',
'mtime' => 1762148073,
'size' => 407,
'extension' => 'php',
'class' => 'AjaxAuthRequiredException',
'namespace' => 'App\\RSpade\\Core\\Ajax\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxAuthRequiredException',
'extends' => 'Exception',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Exception',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Authentication Required',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 401,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Authentication Required',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 401,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Throwable',
1 => 'Stringable',
),
),
'app/RSpade/Core/Ajax/Exceptions/AjaxFatalErrorException.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Exceptions/AjaxFatalErrorException.php',
'hash' => 'bb55e4070c59cc207ab728da7b42e193c1e90495',
'mtime' => 1762148073,
'size' => 403,
'extension' => 'php',
'class' => 'AjaxFatalErrorException',
'namespace' => 'App\\RSpade\\Core\\Ajax\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFatalErrorException',
'extends' => 'Exception',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Exception',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Fatal error occurred',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 500,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Fatal error occurred',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 500,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Throwable',
1 => 'Stringable',
),
),
'app/RSpade/Core/Ajax/Exceptions/AjaxFormErrorException.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Exceptions/AjaxFormErrorException.php',
'hash' => '37f4728a3c11dc34ae232daecb0b2886a69fea22',
'mtime' => 1762148073,
'size' => 787,
'extension' => 'php',
'class' => 'AjaxFormErrorException',
'namespace' => 'App\\RSpade\\Core\\Ajax\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFormErrorException',
'extends' => 'Exception',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Exception',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 18,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Form validation error',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'code',
'optional' => true,
'default' => 422,
),
3 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'get_details' =>
array (
'name' => 'get_details',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 18,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Form validation error',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'code',
'optional' => true,
'default' => 422,
),
3 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'get_details' =>
array (
'name' => 'get_details',
'static' => false,
'visibility' => 'public',
'line' => 29,
),
),
'implements' =>
array (
0 => 'Throwable',
1 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'details',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Ajax/Exceptions/AjaxUnauthorizedException.php' =>
array (
'file' => 'app/RSpade/Core/Ajax/Exceptions/AjaxUnauthorizedException.php',
'hash' => 'c48174308e012ac828c36ca6eb9bba2f5222ebf2',
'mtime' => 1762148073,
'size' => 407,
'extension' => 'php',
'class' => 'AjaxUnauthorizedException',
'namespace' => 'App\\RSpade\\Core\\Ajax\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxUnauthorizedException',
'extends' => 'Exception',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Exception',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Unauthorized',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 403,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 13,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Unauthorized',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'default' => 403,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Throwable',
1 => 'Stringable',
),
),
'app/RSpade/Core/Auth/RsxAuth.php' =>
array (
'file' => 'app/RSpade/Core/Auth/RsxAuth.php',
'hash' => '7dbc41a6f38bf2585136483d4140190a67ea3ae8',
'mtime' => 1762932498,
'size' => 1760,
'extension' => 'php',
'class' => 'RsxAuth',
'namespace' => 'App\\RSpade\\Core\\Auth',
'fqcn' => 'App\\RSpade\\Core\\Auth\\RsxAuth',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'attempt' =>
array (
'name' => 'attempt',
'static' => true,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'credentials',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'login' =>
array (
'name' => 'login',
'static' => true,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'login_user',
'optional' => false,
'type' => 'App\\RSpade\\Core\\Models\\Login_User_Model',
'nullable' => false,
),
),
),
'logout' =>
array (
'name' => 'logout',
'static' => true,
'visibility' => 'public',
'line' => 67,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Autoloader.php' =>
array (
'file' => 'app/RSpade/Core/Autoloader.php',
'hash' => '33aec06c718a185b2db2e8b4c5b9140af39a97a1',
'mtime' => 1762148073,
'size' => 7737,
'extension' => 'php',
'static_properties' =>
array (
'aliases' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'registered' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'aliases_loaded' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Autoloader',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\Autoloader',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'load' =>
array (
'name' => 'load',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
'__load_rsx_namespaced_class' =>
array (
'name' => '__load_rsx_namespaced_class',
'static' => true,
'visibility' => 'public',
'line' => 122,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
'__load_rsx_base_class' =>
array (
'name' => '__load_rsx_base_class',
'static' => true,
'visibility' => 'public',
'line' => 155,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
'__load_aliased_class' =>
array (
'name' => '__load_aliased_class',
'static' => true,
'visibility' => 'public',
'line' => 177,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
'__load_from_class_map' =>
array (
'name' => '__load_from_class_map',
'static' => true,
'visibility' => 'public',
'line' => 195,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
'__load_aliases' =>
array (
'name' => '__load_aliases',
'static' => true,
'visibility' => 'public',
'line' => 237,
),
'refresh_and_retry' =>
array (
'name' => 'refresh_and_retry',
'static' => true,
'visibility' => 'public',
'line' => 254,
'parameters' =>
array (
0 =>
array (
'name' => 'class',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'aliases',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'registered',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'aliases_loaded',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => 'class_map',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Base/Main_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Base/Main_Abstract.php',
'hash' => 'c8406002fa088a03807f53a098b0670e78a9e95c',
'mtime' => 1762148073,
'size' => 1542,
'extension' => 'php',
'class' => 'Main_Abstract',
'namespace' => 'App\\RSpade\\Core\\Base',
'fqcn' => 'App\\RSpade\\Core\\Base\\Main_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'unhandled_route' =>
array (
'name' => 'unhandled_route',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Bootstrap/RsxBootstrap.php' =>
array (
'file' => 'app/RSpade/Core/Bootstrap/RsxBootstrap.php',
'hash' => '5bbcc9d38fb4225c87ed835de4f7664ae28e0c01',
'mtime' => 1762148073,
'size' => 8290,
'extension' => 'php',
'class' => 'RsxBootstrap',
'namespace' => 'App\\RSpade\\Core\\Bootstrap',
'fqcn' => 'App\\RSpade\\Core\\Bootstrap\\RsxBootstrap',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'initialize' =>
array (
'name' => 'initialize',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'__acquire_application_lock' =>
array (
'name' => '__acquire_application_lock',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'upgrade_to_write_lock' =>
array (
'name' => 'upgrade_to_write_lock',
'static' => true,
'visibility' => 'public',
'line' => 161,
),
'get_application_lock_token' =>
array (
'name' => 'get_application_lock_token',
'static' => true,
'visibility' => 'public',
'line' => 188,
),
'has_application_lock' =>
array (
'name' => 'has_application_lock',
'static' => true,
'visibility' => 'public',
'line' => 198,
),
'shutdown' =>
array (
'name' => 'shutdown',
'static' => true,
'visibility' => 'public',
'line' => 208,
),
'force_release' =>
array (
'name' => 'force_release',
'static' => true,
'visibility' => 'public',
'line' => 226,
),
'temporarily_release_lock' =>
array (
'name' => 'temporarily_release_lock',
'static' => true,
'visibility' => 'public',
'line' => 240,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'application_lock_token',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => 'initialized',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Build_Manager.php' =>
array (
'file' => 'app/RSpade/Core/Build_Manager.php',
'hash' => '4e18725a0de120b1dfdae165de19a7e555924632',
'mtime' => 1762148073,
'size' => 6133,
'extension' => 'php',
'class' => 'Build_Manager',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\Build_Manager',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'path' =>
array (
'name' => 'path',
'static' => true,
'visibility' => 'public',
'line' => 30,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => true,
'default' => '',
),
1 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'build',
),
),
),
'build' =>
array (
'name' => 'build',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => true,
'default' => '',
),
),
),
'cache' =>
array (
'name' => 'cache',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => true,
'default' => '',
),
),
),
'temp' =>
array (
'name' => 'temp',
'static' => true,
'visibility' => 'public',
'line' => 60,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => true,
'default' => '',
),
),
),
'ensure_directory' =>
array (
'name' => 'ensure_directory',
'static' => true,
'visibility' => 'public',
'line' => 68,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'put' =>
array (
'name' => 'put',
'static' => true,
'visibility' => 'public',
'line' => 82,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
),
2 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'build',
),
),
),
'get' =>
array (
'name' => 'get',
'static' => true,
'visibility' => 'public',
'line' => 93,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'build',
),
),
),
'exists' =>
array (
'name' => 'exists',
'static' => true,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'build',
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 115,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'cache',
),
1 =>
array (
'name' => 'older_than_hours',
'optional' => true,
'default' => NULL,
),
),
),
'clear_build' =>
array (
'name' => 'clear_build',
'static' => true,
'visibility' => 'public',
'line' => 149,
'parameters' =>
array (
0 =>
array (
'name' => 'subdirectory',
'optional' => true,
'default' => NULL,
),
),
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => true,
'visibility' => 'public',
'line' => 166,
),
'clear_temp' =>
array (
'name' => 'clear_temp',
'static' => true,
'visibility' => 'public',
'line' => 174,
'parameters' =>
array (
0 =>
array (
'name' => 'older_than_hours',
'optional' => true,
'default' => NULL,
),
),
),
'__clean_empty_directories' =>
array (
'name' => '__clean_empty_directories',
'static' => true,
'visibility' => 'public',
'line' => 182,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'stats' =>
array (
'name' => 'stats',
'static' => true,
'visibility' => 'public',
'line' => 212,
),
'format_bytes' =>
array (
'name' => 'format_bytes',
'static' => true,
'visibility' => 'public',
'line' => 247,
'parameters' =>
array (
0 =>
array (
'name' => 'bytes',
'optional' => false,
),
1 =>
array (
'name' => 'precision',
'optional' => true,
'default' => 2,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Bundle/BundleCompiler.php' =>
array (
'file' => 'app/RSpade/Core/Bundle/BundleCompiler.php',
'hash' => '86170ee9eaa017eb134094beb27a2dd0057582ca',
'mtime' => 1762926597,
'size' => 85178,
'extension' => 'php',
'class' => 'BundleCompiler',
'namespace' => 'App\\RSpade\\Core\\Bundle',
'fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleCompiler',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'jquery_ready',
'line' => 2110,
'code' => '$(document).ready(async function() {',
),
),
),
'JS-READY-01' =>
array (
'document_ready_violations' =>
array (
0 =>
array (
'type' => 'jquery_ready',
'line' => 2110,
'code' => '$(document).ready(async function() {',
),
),
),
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'compile' =>
array (
'name' => 'compile',
'static' => true,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'compile' =>
array (
'name' => 'compile',
'static' => false,
'visibility' => 'public',
'line' => 107,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'properties' =>
array (
0 =>
array (
'name' => 'bundle_files',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'watch_files',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'cdn_assets',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'public_assets',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'cache_keys',
'visibility' => 'protected',
'static' => false,
),
5 =>
array (
'name' => 'npm_includes',
'visibility' => 'protected',
'static' => false,
),
6 =>
array (
'name' => 'config',
'visibility' => 'protected',
'static' => false,
),
7 =>
array (
'name' => 'included_files',
'visibility' => 'protected',
'static' => false,
),
8 =>
array (
'name' => 'include_routes',
'visibility' => 'protected',
'static' => false,
),
9 =>
array (
'name' => 'bundle_name',
'visibility' => 'protected',
'static' => false,
),
10 =>
array (
'name' => 'is_production',
'visibility' => 'protected',
'static' => false,
),
11 =>
array (
'name' => 'resolved_includes',
'visibility' => 'protected',
'static' => false,
),
12 =>
array (
'name' => 'jqhtml_compiled_files',
'visibility' => 'protected',
'static' => false,
),
13 =>
array (
'name' => 'babel_file_mapping',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Bundle/BundleIntegration_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Bundle/BundleIntegration_Abstract.php',
'hash' => 'fc90dbeacee111883a2da8b0569866356bca8b17',
'mtime' => 1762148073,
'size' => 5597,
'extension' => 'php',
'class' => 'BundleIntegration_Abstract',
'namespace' => 'App\\RSpade\\Core\\Bundle',
'fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'get_file_extensions' =>
array (
'name' => 'get_file_extensions',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'get_manifest_module' =>
array (
'name' => 'get_manifest_module',
'static' => true,
'visibility' => 'public',
'line' => 56,
),
'get_bundle_module' =>
array (
'name' => 'get_bundle_module',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'get_processor' =>
array (
'name' => 'get_processor',
'static' => true,
'visibility' => 'public',
'line' => 84,
),
'get_config' =>
array (
'name' => 'get_config',
'static' => true,
'visibility' => 'public',
'line' => 98,
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 111,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => true,
'visibility' => 'public',
'line' => 124,
),
'bootstrap' =>
array (
'name' => 'bootstrap',
'static' => true,
'visibility' => 'public',
'line' => 136,
),
'get_dependencies' =>
array (
'name' => 'get_dependencies',
'static' => true,
'visibility' => 'public',
'line' => 149,
),
'generate_manifest_stubs' =>
array (
'name' => 'generate_manifest_stubs',
'static' => true,
'visibility' => 'public',
'line' => 165,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Bundle/BundleProcessor_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Bundle/BundleProcessor_Abstract.php',
'hash' => 'f219249a837071f4b4822649f90e140c421505c3',
'mtime' => 1762148073,
'size' => 5944,
'extension' => 'php',
'class' => 'BundleProcessor_Abstract',
'namespace' => 'App\\RSpade\\Core\\Bundle',
'fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleProcessor_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 47,
),
'get_extensions' =>
array (
'name' => 'get_extensions',
'static' => true,
'visibility' => 'public',
'line' => 54,
),
'process_batch' =>
array (
'name' => 'process_batch',
'static' => true,
'visibility' => 'public',
'line' => 66,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'before_processing' =>
array (
'name' => 'before_processing',
'static' => true,
'visibility' => 'public',
'line' => 77,
'parameters' =>
array (
0 =>
array (
'name' => 'all_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'after_processing' =>
array (
'name' => 'after_processing',
'static' => true,
'visibility' => 'public',
'line' => 92,
'parameters' =>
array (
0 =>
array (
'name' => 'processed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_config' =>
array (
'name' => 'get_config',
'static' => true,
'visibility' => 'public',
'line' => 102,
),
'validate' =>
array (
'name' => 'validate',
'static' => true,
'visibility' => 'public',
'line' => 113,
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 126,
),
'get_manifest_metadata' =>
array (
'name' => 'get_manifest_metadata',
'static' => true,
'visibility' => 'public',
'line' => 142,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'result',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_read_file' =>
array (
'name' => '_read_file',
'static' => true,
'visibility' => 'public',
'line' => 154,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_write_temp_file' =>
array (
'name' => '_write_temp_file',
'static' => true,
'visibility' => 'public',
'line' => 165,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'extension',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'tmp',
),
),
),
'_get_cache_key' =>
array (
'name' => '_get_cache_key',
'static' => true,
'visibility' => 'public',
'line' => 180,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Bundle/Core_Bundle.php' =>
array (
'file' => 'app/RSpade/Core/Bundle/Core_Bundle.php',
'hash' => 'dee8ef55a691574adc2536a3b427c67463d16df9',
'mtime' => 1762148073,
'size' => 655,
'extension' => 'php',
'class' => 'Core_Bundle',
'namespace' => 'App\\RSpade\\Core\\Bundle',
'fqcn' => 'App\\RSpade\\Core\\Bundle\\Core_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Bundle/Rsx_Bundle_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Bundle/Rsx_Bundle_Abstract.php',
'hash' => 'f539ee925db6aec7ec5baa415db59ae1259c9f55',
'mtime' => 1762931182,
'size' => 31747,
'extension' => 'php',
'class' => 'Rsx_Bundle_Abstract',
'namespace' => 'App\\RSpade\\Core\\Bundle',
'fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 360,
'code' => '$html[] = \'<script>window.rsxapp = \' . $rsxapp_json . \';</script>\';',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 360,
'code' => '$html[] = \'<script>window.rsxapp = \' . $rsxapp_json . \';</script>\';',
),
),
),
),
'abstract' => true,
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 66,
),
'render' =>
array (
'name' => 'render',
'static' => true,
'visibility' => 'public',
'line' => 80,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_resolved_definition' =>
array (
'name' => 'get_resolved_definition',
'static' => true,
'visibility' => 'public',
'line' => 148,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__generate_html' =>
array (
'name' => '__generate_html',
'static' => true,
'visibility' => 'public',
'line' => 223,
'parameters' =>
array (
0 =>
array (
'name' => 'compiled',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__get_bundle_url' =>
array (
'name' => '__get_bundle_url',
'static' => true,
'visibility' => 'public',
'line' => 478,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__resolve_bundle_class' =>
array (
'name' => '__resolve_bundle_class',
'static' => true,
'visibility' => 'public',
'line' => 508,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__validate_path_coverage' =>
array (
'name' => '__validate_path_coverage',
'static' => true,
'visibility' => 'public',
'line' => 558,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_metadata' =>
array (
'name' => 'get_metadata',
'static' => true,
'visibility' => 'public',
'line' => 719,
),
'__filter_underscore_keys' =>
array (
'name' => '__filter_underscore_keys',
'static' => true,
'visibility' => 'public',
'line' => 735,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => '_has_rendered',
'visibility' => 'public',
'static' => true,
),
),
),
'app/RSpade/Core/Cache/RsxCache.php' =>
array (
'file' => 'app/RSpade/Core/Cache/RsxCache.php',
'hash' => 'f1d713b7d03935b4d8b42fe6cef19b11513f98fc',
'mtime' => 1762148073,
'size' => 11742,
'extension' => 'php',
'class' => 'RsxCache',
'namespace' => 'App\\RSpade\\Core\\Cache',
'fqcn' => 'App\\RSpade\\Core\\Cache\\RsxCache',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'_init' =>
array (
'name' => '_init',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'_redis_bypass' =>
array (
'name' => '_redis_bypass',
'static' => true,
'visibility' => 'public',
'line' => 82,
),
'get' =>
array (
'name' => 'get',
'static' => true,
'visibility' => 'public',
'line' => 98,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'default',
'optional' => true,
'default' => NULL,
),
),
),
'get_persistent' =>
array (
'name' => 'get_persistent',
'static' => true,
'visibility' => 'public',
'line' => 115,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'default',
'optional' => true,
'default' => NULL,
),
),
),
'set' =>
array (
'name' => 'set',
'static' => true,
'visibility' => 'public',
'line' => 147,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'value',
'optional' => false,
),
2 =>
array (
'name' => 'expiration',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
),
),
'set_persistent' =>
array (
'name' => 'set_persistent',
'static' => true,
'visibility' => 'public',
'line' => 161,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'value',
'optional' => false,
),
2 =>
array (
'name' => 'expiration',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => true,
'visibility' => 'public',
'line' => 186,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'exists' =>
array (
'name' => 'exists',
'static' => true,
'visibility' => 'public',
'line' => 205,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 222,
),
'increment' =>
array (
'name' => 'increment',
'static' => true,
'visibility' => 'public',
'line' => 240,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'amount',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 1,
),
),
),
'decrement' =>
array (
'name' => 'decrement',
'static' => true,
'visibility' => 'public',
'line' => 264,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'amount',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 1,
),
),
),
'stats' =>
array (
'name' => 'stats',
'static' => true,
'visibility' => 'public',
'line' => 286,
),
'_transform_key_build' =>
array (
'name' => '_transform_key_build',
'static' => true,
'visibility' => 'public',
'line' => 334,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_make_key_persistent' =>
array (
'name' => '_make_key_persistent',
'static' => true,
'visibility' => 'public',
'line' => 345,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'once' =>
array (
'name' => 'once',
'static' => true,
'visibility' => 'public',
'line' => 360,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'callback',
'optional' => false,
'type' => 'callable',
'nullable' => false,
),
),
),
'remember' =>
array (
'name' => 'remember',
'static' => true,
'visibility' => 'public',
'line' => 384,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'callback',
'optional' => false,
'type' => 'callable',
'nullable' => false,
),
2 =>
array (
'name' => 'seconds',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => '_redis',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => 'cache_db',
'visibility' => 'private',
'static' => true,
),
2 =>
array (
'name' => 'initialized',
'visibility' => 'private',
'static' => true,
),
3 =>
array (
'name' => '_once_cache',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/CodeTemplates/StubProcessor.php' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/StubProcessor.php',
'hash' => '68dd65b49cf4d36e464ddbbea06c8ab8c352af47',
'mtime' => 1762148073,
'size' => 14046,
'extension' => 'php',
'class' => 'StubProcessor',
'namespace' => 'App\\RSpade\\Core\\CodeTemplates',
'fqcn' => 'App\\RSpade\\Core\\CodeTemplates\\StubProcessor',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 26,
'parameters' =>
array (
0 =>
array (
'name' => 'stub_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'replacements',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'to_class_name' =>
array (
'name' => 'to_class_name',
'static' => true,
'visibility' => 'public',
'line' => 57,
'parameters' =>
array (
0 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'to_title' =>
array (
'name' => 'to_title',
'static' => true,
'visibility' => 'public',
'line' => 70,
'parameters' =>
array (
0 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'is_submodule' =>
array (
'name' => 'is_submodule',
'static' => true,
'visibility' => 'public',
'line' => 83,
'parameters' =>
array (
0 =>
array (
'name' => 'dir_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_parent_layout' =>
array (
'name' => 'get_parent_layout',
'static' => true,
'visibility' => 'public',
'line' => 113,
'parameters' =>
array (
0 =>
array (
'name' => 'module_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__resolve_parent_route_url' =>
array (
'name' => '__resolve_parent_route_url',
'static' => true,
'visibility' => 'public',
'line' => 140,
'parameters' =>
array (
0 =>
array (
'name' => 'module_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'submodule_name',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
2 =>
array (
'name' => 'feature_name',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'generate_replacements' =>
array (
'name' => 'generate_replacements',
'static' => true,
'visibility' => 'public',
'line' => 202,
'parameters' =>
array (
0 =>
array (
'name' => 'module_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'submodule_name',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
2 =>
array (
'name' => 'feature_name',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'index',
),
3 =>
array (
'name' => 'subfeature_name',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/bundle.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/bundle.stub',
'hash' => 'f9d89033842e12317bd6db9d5901966453dbd7e9',
'mtime' => 1760218656,
'size' => 950,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/controller.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/controller.stub',
'hash' => '261e2c8211fcbcd3671d2f9932381907c957b0fb',
'mtime' => 1760218656,
'size' => 840,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/javascript.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/javascript.stub',
'hash' => '3f2ef48bf85c32b7ae07d9c56c30b714ff7ee331',
'mtime' => 1760218656,
'size' => 745,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/module_layout.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/module_layout.stub',
'hash' => '85021400d8ed8f2e5bda62fbc388a550ea165ff8',
'mtime' => 1761712952,
'size' => 4656,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/scss.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/scss.stub',
'hash' => '94828f0e446a8e891585ac5a86cf83e8a18172e0',
'mtime' => 1760218656,
'size' => 240,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/submodule_layout.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/submodule_layout.stub',
'hash' => '863d8fbcdb161415e6dcb66b0336a1b9d059b21b',
'mtime' => 1761712971,
'size' => 3191,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/submodule_scss.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/submodule_scss.stub',
'hash' => '0a4ee38d50ffc6439c4375ba3f999b08fc618c1c',
'mtime' => 1760218656,
'size' => 1119,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/CodeTemplates/stubs/view.stub' =>
array (
'file' => 'app/RSpade/Core/CodeTemplates/stubs/view.stub',
'hash' => '28fd2290d94a31f36164bcf46972ebd74f0fff91',
'mtime' => 1760218656,
'size' => 618,
'extension' => 'stub',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Controller/Controller_BundleIntegration.php' =>
array (
'file' => 'app/RSpade/Core/Controller/Controller_BundleIntegration.php',
'hash' => '056f081c2c1f8a0c6bdab17152485aa12de5164e',
'mtime' => 1762925778,
'size' => 8899,
'extension' => 'php',
'class' => 'Controller_BundleIntegration',
'namespace' => 'App\\RSpade\\Core\\Controller',
'fqcn' => 'App\\RSpade\\Core\\Controller\\Controller_BundleIntegration',
'extends' => 'BundleIntegration_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract',
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_extensions' =>
array (
'name' => 'get_file_extensions',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'generate_manifest_stubs' =>
array (
'name' => 'generate_manifest_stubs',
'static' => true,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_sanitize_stub_filename' =>
array (
'name' => '_sanitize_stub_filename',
'static' => true,
'visibility' => 'public',
'line' => 191,
'parameters' =>
array (
0 =>
array (
'name' => 'controller_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_generate_stub_content' =>
array (
'name' => '_generate_stub_content',
'static' => true,
'visibility' => 'public',
'line' => 200,
'parameters' =>
array (
0 =>
array (
'name' => 'controller_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'api_methods',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Controller/Controller_Service_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Controller/Controller_Service_Provider.php',
'hash' => 'e0f269402d0bc6c0f8cd15cdae074bfaf4f0dfc9',
'mtime' => 1762148073,
'size' => 728,
'extension' => 'php',
'class' => 'Controller_Service_Provider',
'namespace' => 'App\\RSpade\\Core\\Controller',
'fqcn' => 'App\\RSpade\\Core\\Controller\\Controller_Service_Provider',
'extends' => 'Integration_Service_Provider_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Integration_Service_Provider_Abstract',
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Controller/Rsx_Controller_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Controller/Rsx_Controller_Abstract.php',
'hash' => '6212327e2af72c063fa867894f4666de188f7b6a',
'mtime' => 1762207213,
'size' => 2102,
'extension' => 'php',
'class' => 'Rsx_Controller_Abstract',
'namespace' => 'App\\RSpade\\Core\\Controller',
'fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'extends' => 'BaseController',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'extends_fqcn' => 'Illuminate\\Routing\\Controller',
'attributes' =>
array (
'Monoprogenic' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 38,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__param' =>
array (
'name' => '__param',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
),
1 =>
array (
'name' => 'key',
'optional' => false,
),
2 =>
array (
'name' => 'default',
'optional' => true,
'default' => NULL,
),
),
),
'__has_param' =>
array (
'name' => '__has_param',
'static' => true,
'visibility' => 'public',
'line' => 65,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
),
1 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'authorize' =>
array (
'name' => 'authorize',
'static' => true,
'visibility' => 'public',
'line' => 19,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'ability',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'authorizeForUser' =>
array (
'name' => 'authorizeForUser',
'static' => true,
'visibility' => 'public',
'line' => 36,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'user',
'optional' => false,
),
1 =>
array (
'name' => 'ability',
'optional' => false,
),
2 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'authorizeResource' =>
array (
'name' => 'authorizeResource',
'static' => true,
'visibility' => 'public',
'line' => 83,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'parameter',
'optional' => true,
'default' => NULL,
),
2 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
3 =>
array (
'name' => 'request',
'optional' => true,
'default' => NULL,
),
),
),
'validateWith' =>
array (
'name' => 'validateWith',
'static' => true,
'visibility' => 'public',
'line' => 21,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'validator',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => true,
'type' => 'Illuminate\\Http\\Request',
'nullable' => true,
'default' => NULL,
),
),
),
'validate' =>
array (
'name' => 'validate',
'static' => true,
'visibility' => 'public',
'line' => 50,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'rules',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'messages',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
3 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'validateWithBag' =>
array (
'name' => 'validateWithBag',
'static' => true,
'visibility' => 'public',
'line' => 79,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Validation/ValidatesRequests.php',
'parameters' =>
array (
0 =>
array (
'name' => 'errorBag',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
2 =>
array (
'name' => 'rules',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'messages',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
4 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'traits' =>
array (
0 => 'Illuminate\\Foundation\\Auth\\Access\\AuthorizesRequests',
1 => 'Illuminate\\Foundation\\Validation\\ValidatesRequests',
),
),
'app/RSpade/Core/Data/Rsx_Reference_Data_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Data/Rsx_Reference_Data_Controller.php',
'hash' => 'b701727af77a7570ed03b25a69554c16bf692642',
'mtime' => 1762148073,
'size' => 1934,
'extension' => 'php',
'class' => 'Rsx_Reference_Data_Controller',
'namespace' => 'App\\RSpade\\Core\\Data',
'fqcn' => 'App\\RSpade\\Core\\Data\\Rsx_Reference_Data_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'countries' =>
array (
'name' => 'countries',
'static' => true,
'visibility' => 'public',
'line' => 29,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'states' =>
array (
'name' => 'states',
'static' => true,
'visibility' => 'public',
'line' => 47,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'f8c5ccdd5f6ce2362e3c0972bf936a5b',
'js_stub' => 'storage/rsx-build/js-stubs/Rsx_Reference_Data_Controller.js',
),
'app/RSpade/Core/Data/refactor.list' =>
array (
'file' => 'app/RSpade/Core/Data/refactor.list',
'hash' => '99eec283b313bac5896d5347f62d3495709a73ed',
'mtime' => 1761802664,
'size' => 101,
'extension' => 'list',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Database/Database_BundleIntegration.php' =>
array (
'file' => 'app/RSpade/Core/Database/Database_BundleIntegration.php',
'hash' => '3d83e47a42b9e615def8ba52a78e40ebd54aa7fd',
'mtime' => 1762925778,
'size' => 20446,
'extension' => 'php',
'class' => 'Database_BundleIntegration',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\Database_BundleIntegration',
'extends' => 'BundleIntegration_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract',
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'get_file_extensions' =>
array (
'name' => 'get_file_extensions',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'generate_manifest_stubs' =>
array (
'name' => 'generate_manifest_stubs',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_php_is_subclass_of' =>
array (
'name' => '_php_is_subclass_of',
'static' => true,
'visibility' => 'public',
'line' => 252,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'parent_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_check_user_model_class_exists' =>
array (
'name' => '_check_user_model_class_exists',
'static' => true,
'visibility' => 'public',
'line' => 273,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_sanitize_model_stub_filename' =>
array (
'name' => '_sanitize_model_stub_filename',
'static' => true,
'visibility' => 'public',
'line' => 293,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_generate_model_stub_content' =>
array (
'name' => '_generate_model_stub_content',
'static' => true,
'visibility' => 'public',
'line' => 303,
'parameters' =>
array (
0 =>
array (
'name' => 'fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'stub_class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/Database_Service_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Database/Database_Service_Provider.php',
'hash' => 'b9c5c1e1c4439ab8d752feef21d574952aa1d10c',
'mtime' => 1762148073,
'size' => 681,
'extension' => 'php',
'class' => 'Database_Service_Provider',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\Database_Service_Provider',
'extends' => 'Integration_Service_Provider_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Integration_Service_Provider_Abstract',
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/MigrationPaths.php' =>
array (
'file' => 'app/RSpade/Core/Database/MigrationPaths.php',
'hash' => '3a3d633a13e363b56c416a00fff6553f32de130d',
'mtime' => 1762148073,
'size' => 2207,
'extension' => 'php',
'class' => 'MigrationPaths',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\MigrationPaths',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_all_paths' =>
array (
'name' => 'get_all_paths',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_default_path' =>
array (
'name' => 'get_default_path',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'ensure_directories_exist' =>
array (
'name' => 'ensure_directories_exist',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'get_all_migration_files' =>
array (
'name' => 'get_all_migration_files',
'static' => true,
'visibility' => 'public',
'line' => 64,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/MigrationValidator.php' =>
array (
'file' => 'app/RSpade/Core/Database/MigrationValidator.php',
'hash' => '88f38d41b4a58a73b6b296e9c9f093e6b9c48f06',
'mtime' => 1762148073,
'size' => 14431,
'extension' => 'php',
'class' => 'MigrationValidator',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\MigrationValidator',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'validate_migration_file' =>
array (
'name' => 'validate_migration_file',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'filepath',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__check_for_schema_builder' =>
array (
'name' => '__check_for_schema_builder',
'static' => true,
'visibility' => 'public',
'line' => 40,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'filepath',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__report_schema_violation' =>
array (
'name' => '__report_schema_violation',
'static' => true,
'visibility' => 'public',
'line' => 129,
'parameters' =>
array (
0 =>
array (
'name' => 'filepath',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'line_number',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
2 =>
array (
'name' => 'lines',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'pattern',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'forbidden_patterns',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__extract_statement' =>
array (
'name' => '__extract_statement',
'static' => true,
'visibility' => 'public',
'line' => 190,
'parameters' =>
array (
0 =>
array (
'name' => 'lines',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'start_line',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'remove_down_method' =>
array (
'name' => 'remove_down_method',
'static' => true,
'visibility' => 'public',
'line' => 227,
'parameters' =>
array (
0 =>
array (
'name' => 'filepath',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_pending_migrations' =>
array (
'name' => 'get_pending_migrations',
'static' => true,
'visibility' => 'public',
'line' => 359,
'parameters' =>
array (
0 =>
array (
'name' => 'repository',
'optional' => false,
'type' => 'Illuminate\\Database\\Migrations\\MigrationRepositoryInterface',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/ModelHelper.php' =>
array (
'file' => 'app/RSpade/Core/Database/ModelHelper.php',
'hash' => '71c2db8eeb22be09e26be4eb6d0b060a4d18c189',
'mtime' => 1762148073,
'size' => 7188,
'extension' => 'php',
'class' => 'ModelHelper',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\ModelHelper',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_all_model_names' =>
array (
'name' => 'get_all_model_names',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
'get_all_table_names' =>
array (
'name' => 'get_all_table_names',
'static' => true,
'visibility' => 'public',
'line' => 33,
),
'get_columns_by_model' =>
array (
'name' => 'get_columns_by_model',
'static' => true,
'visibility' => 'public',
'line' => 58,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_columns_by_table' =>
array (
'name' => 'get_columns_by_table',
'static' => true,
'visibility' => 'public',
'line' => 76,
'parameters' =>
array (
0 =>
array (
'name' => 'table_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_model_metadata' =>
array (
'name' => 'get_model_metadata',
'static' => true,
'visibility' => 'public',
'line' => 100,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_model_by_table' =>
array (
'name' => 'get_model_by_table',
'static' => true,
'visibility' => 'public',
'line' => 118,
'parameters' =>
array (
0 =>
array (
'name' => 'table_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_table_by_model' =>
array (
'name' => 'get_table_by_model',
'static' => true,
'visibility' => 'public',
'line' => 142,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'model_exists' =>
array (
'name' => 'model_exists',
'static' => true,
'visibility' => 'public',
'line' => 163,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'table_exists' =>
array (
'name' => 'table_exists',
'static' => true,
'visibility' => 'public',
'line' => 175,
'parameters' =>
array (
0 =>
array (
'name' => 'table_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_column_type' =>
array (
'name' => 'get_column_type',
'static' => true,
'visibility' => 'public',
'line' => 200,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'column_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'is_column_nullable' =>
array (
'name' => 'is_column_nullable',
'static' => true,
'visibility' => 'public',
'line' => 219,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'column_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/Models/Rsx_Model_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Database/Models/Rsx_Model_Abstract.php',
'hash' => '6f37e2e6edeb48847d19517e3cd33bcff1d89f16',
'mtime' => 1762241882,
'size' => 35611,
'extension' => 'php',
'static_properties' =>
array (
'query_cache' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'table_modifications' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'enums' =>
array (
'has_value' => false,
'comment' => 'Enumeration definitions for fields ending in _id Define this array with enum values for lookup fields in the format: \'field_id\' => [ 1 => [\'constant\' => \'STATUS_ACTIVE\', \'label\' => \'Active\'], 2 => [\'constant\' => \'STATUS_INACTIVE\', \'label\' => \'Inactive\'], ] This enables automatic constant generation and JavaScript exports @var array',
'visibility' => 'public',
),
),
'class' => 'Rsx_Model_Abstract',
'namespace' => 'App\\RSpade\\Core\\Database\\Models',
'fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'extends' => 'Model',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'extends_fqcn' => 'Illuminate\\Database\\Eloquent\\Model',
'attributes' =>
array (
'Monoprogenic' =>
array (
0 =>
array (
),
),
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'_get_static_magic' =>
array (
'name' => '_get_static_magic',
'static' => true,
'visibility' => 'public',
'line' => 94,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
1 =>
array (
'name' => 'value',
'optional' => true,
'default' => NULL,
),
),
),
'__get' =>
array (
'name' => '__get',
'static' => true,
'visibility' => 'public',
'line' => 157,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'__callStatic' =>
array (
'name' => '__callStatic',
'static' => true,
'visibility' => 'public',
'line' => 203,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
1 =>
array (
'name' => 'args',
'optional' => false,
),
),
),
'toArray' =>
array (
'name' => 'toArray',
'static' => true,
'visibility' => 'public',
'line' => 225,
'__calls_parent' => true,
'attributes' =>
array (
'AuthParentCall' =>
array (
0 =>
array (
),
),
),
),
'isRelation' =>
array (
'name' => 'isRelation',
'static' => true,
'visibility' => 'public',
'line' => 295,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'getCasts' =>
array (
'name' => 'getCasts',
'static' => true,
'visibility' => 'public',
'line' => 384,
'__calls_parent' => true,
),
'fill' =>
array (
'name' => 'fill',
'static' => true,
'visibility' => 'public',
'line' => 436,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'forceFill' =>
array (
'name' => 'forceFill',
'static' => true,
'visibility' => 'public',
'line' => 471,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'create' =>
array (
'name' => 'create',
'static' => true,
'visibility' => 'public',
'line' => 505,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'firstOrCreate' =>
array (
'name' => 'firstOrCreate',
'static' => true,
'visibility' => 'public',
'line' => 527,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'values',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'firstOrNew' =>
array (
'name' => 'firstOrNew',
'static' => true,
'visibility' => 'public',
'line' => 550,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'values',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'updateOrCreate' =>
array (
'name' => 'updateOrCreate',
'static' => true,
'visibility' => 'public',
'line' => 573,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'values',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'update' =>
array (
'name' => 'update',
'static' => true,
'visibility' => 'public',
'line' => 596,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 617,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'make_new' =>
array (
'name' => 'make_new',
'static' => true,
'visibility' => 'public',
'line' => 637,
),
'get_mass_assignment_example' =>
array (
'name' => 'get_mass_assignment_example',
'static' => true,
'visibility' => 'public',
'line' => 647,
),
'with' =>
array (
'name' => 'with',
'static' => true,
'visibility' => 'public',
'line' => 683,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'load' =>
array (
'name' => 'load',
'static' => true,
'visibility' => 'public',
'line' => 699,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadMissing' =>
array (
'name' => 'loadMissing',
'static' => true,
'visibility' => 'public',
'line' => 715,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadCount' =>
array (
'name' => 'loadCount',
'static' => true,
'visibility' => 'public',
'line' => 731,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadMorph' =>
array (
'name' => 'loadMorph',
'static' => true,
'visibility' => 'public',
'line' => 748,
'parameters' =>
array (
0 =>
array (
'name' => 'relation',
'optional' => false,
),
1 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadAggregate' =>
array (
'name' => 'loadAggregate',
'static' => true,
'visibility' => 'public',
'line' => 766,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
2 =>
array (
'name' => 'function',
'optional' => true,
'default' => NULL,
),
),
),
'loadMax' =>
array (
'name' => 'loadMax',
'static' => true,
'visibility' => 'public',
'line' => 783,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadMin' =>
array (
'name' => 'loadMin',
'static' => true,
'visibility' => 'public',
'line' => 799,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadSum' =>
array (
'name' => 'loadSum',
'static' => true,
'visibility' => 'public',
'line' => 815,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadAvg' =>
array (
'name' => 'loadAvg',
'static' => true,
'visibility' => 'public',
'line' => 831,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadExists' =>
array (
'name' => 'loadExists',
'static' => true,
'visibility' => 'public',
'line' => 846,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'newEloquentBuilder' =>
array (
'name' => 'newEloquentBuilder',
'static' => true,
'visibility' => 'public',
'line' => 866,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'newCollection' =>
array (
'name' => 'newCollection',
'static' => true,
'visibility' => 'public',
'line' => 878,
'parameters' =>
array (
0 =>
array (
'name' => 'models',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 901,
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'get_table_static' =>
array (
'name' => 'get_table_static',
'static' => true,
'visibility' => 'public',
'line' => 931,
),
'getColumns' =>
array (
'name' => 'getColumns',
'static' => true,
'visibility' => 'public',
'line' => 950,
),
'hasColumn' =>
array (
'name' => 'hasColumn',
'static' => true,
'visibility' => 'public',
'line' => 963,
'parameters' =>
array (
0 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'_mark_table_modified' =>
array (
'name' => '_mark_table_modified',
'static' => true,
'visibility' => 'public',
'line' => 975,
'parameters' =>
array (
0 =>
array (
'name' => 'table',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'clear_all_caches' =>
array (
'name' => 'clear_all_caches',
'static' => true,
'visibility' => 'public',
'line' => 987,
),
'clear_table_cache' =>
array (
'name' => 'clear_table_cache',
'static' => true,
'visibility' => 'public',
'line' => 998,
'parameters' =>
array (
0 =>
array (
'name' => 'table',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 1019,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => true,
'visibility' => 'public',
'line' => 1033,
'__calls_parent' => true,
),
'get_relationships' =>
array (
'name' => 'get_relationships',
'static' => true,
'visibility' => 'public',
'line' => 1051,
),
'get_attachment' =>
array (
'name' => 'get_attachment',
'static' => true,
'visibility' => 'public',
'line' => 1082,
'parameters' =>
array (
0 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_attachments' =>
array (
'name' => 'get_attachments',
'static' => true,
'visibility' => 'public',
'line' => 1099,
'parameters' =>
array (
0 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'__get' =>
array (
'name' => '__get',
'static' => false,
'visibility' => 'public',
'line' => 157,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'toArray' =>
array (
'name' => 'toArray',
'static' => false,
'visibility' => 'public',
'line' => 225,
'__calls_parent' => true,
'attributes' =>
array (
'AuthParentCall' =>
array (
0 =>
array (
),
),
),
),
'isRelation' =>
array (
'name' => 'isRelation',
'static' => false,
'visibility' => 'public',
'line' => 295,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'getCasts' =>
array (
'name' => 'getCasts',
'static' => false,
'visibility' => 'public',
'line' => 384,
'__calls_parent' => true,
),
'fill' =>
array (
'name' => 'fill',
'static' => false,
'visibility' => 'public',
'line' => 436,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'forceFill' =>
array (
'name' => 'forceFill',
'static' => false,
'visibility' => 'public',
'line' => 471,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'update' =>
array (
'name' => 'update',
'static' => false,
'visibility' => 'public',
'line' => 596,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 617,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_mass_assignment_example' =>
array (
'name' => 'get_mass_assignment_example',
'static' => false,
'visibility' => 'public',
'line' => 647,
),
'load' =>
array (
'name' => 'load',
'static' => false,
'visibility' => 'public',
'line' => 699,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadMissing' =>
array (
'name' => 'loadMissing',
'static' => false,
'visibility' => 'public',
'line' => 715,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadCount' =>
array (
'name' => 'loadCount',
'static' => false,
'visibility' => 'public',
'line' => 731,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadMorph' =>
array (
'name' => 'loadMorph',
'static' => false,
'visibility' => 'public',
'line' => 748,
'parameters' =>
array (
0 =>
array (
'name' => 'relation',
'optional' => false,
),
1 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'loadAggregate' =>
array (
'name' => 'loadAggregate',
'static' => false,
'visibility' => 'public',
'line' => 766,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
2 =>
array (
'name' => 'function',
'optional' => true,
'default' => NULL,
),
),
),
'loadMax' =>
array (
'name' => 'loadMax',
'static' => false,
'visibility' => 'public',
'line' => 783,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadMin' =>
array (
'name' => 'loadMin',
'static' => false,
'visibility' => 'public',
'line' => 799,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadSum' =>
array (
'name' => 'loadSum',
'static' => false,
'visibility' => 'public',
'line' => 815,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadAvg' =>
array (
'name' => 'loadAvg',
'static' => false,
'visibility' => 'public',
'line' => 831,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
1 =>
array (
'name' => 'column',
'optional' => false,
),
),
),
'loadExists' =>
array (
'name' => 'loadExists',
'static' => false,
'visibility' => 'public',
'line' => 846,
'parameters' =>
array (
0 =>
array (
'name' => 'relations',
'optional' => false,
),
),
),
'newEloquentBuilder' =>
array (
'name' => 'newEloquentBuilder',
'static' => false,
'visibility' => 'public',
'line' => 866,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'newCollection' =>
array (
'name' => 'newCollection',
'static' => false,
'visibility' => 'public',
'line' => 878,
'parameters' =>
array (
0 =>
array (
'name' => 'models',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save' =>
array (
'name' => 'save',
'static' => false,
'visibility' => 'public',
'line' => 1019,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => false,
'visibility' => 'public',
'line' => 1033,
'__calls_parent' => true,
),
'get_attachment' =>
array (
'name' => 'get_attachment',
'static' => false,
'visibility' => 'public',
'line' => 1082,
'parameters' =>
array (
0 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_attachments' =>
array (
'name' => 'get_attachments',
'static' => false,
'visibility' => 'public',
'line' => 1099,
'parameters' =>
array (
0 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'query_cache',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'table_modifications',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'guarded',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'neverExport',
'visibility' => 'protected',
'static' => false,
),
5 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
),
),
'app/RSpade/Core/Database/Models/Rsx_Site_Model_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Database/Models/Rsx_Site_Model_Abstract.php',
'hash' => 'cd1f512d01ee443e50a9003d072886bef5e642a8',
'mtime' => 1762148073,
'size' => 15418,
'extension' => 'php',
'static_properties' =>
array (
'apply_site_scope' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'site_lock_tokens' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'site_lock_is_write' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Rsx_Site_Model_Abstract',
'namespace' => 'App\\RSpade\\Core\\Database\\Models',
'fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'get_current_site_id' =>
array (
'name' => 'get_current_site_id',
'static' => true,
'visibility' => 'public',
'line' => 75,
),
'acquire_site_lock_for_id' =>
array (
'name' => 'acquire_site_lock_for_id',
'static' => true,
'visibility' => 'public',
'line' => 94,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__upgrade_to_write_lock' =>
array (
'name' => '__upgrade_to_write_lock',
'static' => true,
'visibility' => 'public',
'line' => 138,
),
'release_site_lock' =>
array (
'name' => 'release_site_lock',
'static' => true,
'visibility' => 'public',
'line' => 180,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'release_all_site_locks' =>
array (
'name' => 'release_all_site_locks',
'static' => true,
'visibility' => 'public',
'line' => 199,
),
'without_site_scope' =>
array (
'name' => 'without_site_scope',
'static' => true,
'visibility' => 'public',
'line' => 218,
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
'type' => 'callable',
'nullable' => false,
),
),
),
'booted' =>
array (
'name' => 'booted',
'static' => true,
'visibility' => 'public',
'line' => 234,
'__calls_parent' => true,
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 316,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'update' =>
array (
'name' => 'update',
'static' => true,
'visibility' => 'public',
'line' => 350,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => true,
'visibility' => 'public',
'line' => 377,
'__calls_parent' => true,
),
'scopeForSite' =>
array (
'name' => 'scopeForSite',
'static' => true,
'visibility' => 'public',
'line' => 405,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'site_id',
'optional' => false,
),
),
),
'for_all_sites' =>
array (
'name' => 'for_all_sites',
'static' => true,
'visibility' => 'public',
'line' => 415,
),
'create_for_site' =>
array (
'name' => 'create_for_site',
'static' => true,
'visibility' => 'public',
'line' => 429,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'site_id',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
'first_or_create_for_site' =>
array (
'name' => 'first_or_create_for_site',
'static' => true,
'visibility' => 'public',
'line' => 449,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'values',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'save' =>
array (
'name' => 'save',
'static' => false,
'visibility' => 'public',
'line' => 316,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'update' =>
array (
'name' => 'update',
'static' => false,
'visibility' => 'public',
'line' => 350,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => false,
'visibility' => 'public',
'line' => 377,
'__calls_parent' => true,
),
'scopeForSite' =>
array (
'name' => 'scopeForSite',
'static' => false,
'visibility' => 'public',
'line' => 405,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'site_id',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'apply_site_scope',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'site_lock_tokens',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'site_lock_is_write',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Database/Models/Rsx_System_Model_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Database/Models/Rsx_System_Model_Abstract.php',
'hash' => '6dd4a6c897b5086ac91a04a258df092a4f73984b',
'mtime' => 1762148073,
'size' => 1519,
'extension' => 'php',
'class' => 'Rsx_System_Model_Abstract',
'namespace' => 'App\\RSpade\\Core\\Database\\Models',
'fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_System_Model_Abstract',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'is_exportable_to_javascript' =>
array (
'name' => 'is_exportable_to_javascript',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_system_metadata' =>
array (
'name' => 'get_system_metadata',
'static' => true,
'visibility' => 'public',
'line' => 41,
),
'get_never_exported_columns' =>
array (
'name' => 'get_never_exported_columns',
'static' => true,
'visibility' => 'public',
'line' => 56,
),
),
'public_instance_methods' =>
array (
'is_exportable_to_javascript' =>
array (
'name' => 'is_exportable_to_javascript',
'static' => false,
'visibility' => 'public',
'line' => 31,
),
'get_system_metadata' =>
array (
'name' => 'get_system_metadata',
'static' => false,
'visibility' => 'public',
'line' => 41,
),
'get_never_exported_columns' =>
array (
'name' => 'get_never_exported_columns',
'static' => false,
'visibility' => 'public',
'line' => 56,
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'is_system_model',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Database/Query/Grammars/Query_MySqlGrammar.php' =>
array (
'file' => 'app/RSpade/Core/Database/Query/Grammars/Query_MySqlGrammar.php',
'hash' => 'd15dd082e87582b1ed858b7311b6cf44727197d8',
'mtime' => 1762148073,
'size' => 613,
'extension' => 'php',
'class' => 'Query_MySqlGrammar',
'namespace' => 'App\\RSpade\\Core\\Database\\Query\\Grammars',
'fqcn' => 'App\\RSpade\\Core\\Database\\Query\\Grammars\\Query_MySqlGrammar',
'extends' => 'MySqlGrammar',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Database\\Query\\Grammars\\MySqlGrammar',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'getDateFormat' =>
array (
'name' => 'getDateFormat',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
'getDateFormat' =>
array (
'name' => 'getDateFormat',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
),
),
'app/RSpade/Core/Database/Schema/Grammars/Schema_MySqlGrammar.php' =>
array (
'file' => 'app/RSpade/Core/Database/Schema/Grammars/Schema_MySqlGrammar.php',
'hash' => 'b13e3c3c28e83cbcd38d9739a8ed60907b908f8b',
'mtime' => 1762148073,
'size' => 611,
'extension' => 'php',
'class' => 'Schema_MySqlGrammar',
'namespace' => 'App\\RSpade\\Core\\Database\\Schema\\Grammars',
'fqcn' => 'App\\RSpade\\Core\\Database\\Schema\\Grammars\\Schema_MySqlGrammar',
'extends' => 'MySqlGrammar',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Database\\Schema\\Grammars\\MySqlGrammar',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'getDateFormat' =>
array (
'name' => 'getDateFormat',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
'getDateFormat' =>
array (
'name' => 'getDateFormat',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
),
),
'app/RSpade/Core/Database/SeederPaths.php' =>
array (
'file' => 'app/RSpade/Core/Database/SeederPaths.php',
'hash' => 'e6b7bde33fad7992ce4694adab49b34fabe4daa9',
'mtime' => 1762148073,
'size' => 1380,
'extension' => 'php',
'class' => 'SeederPaths',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\SeederPaths',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_default_path' =>
array (
'name' => 'get_default_path',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'get_all_paths' =>
array (
'name' => 'get_all_paths',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'ensure_directories_exist' =>
array (
'name' => 'ensure_directories_exist',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Database/SqlQueryTransformer.php' =>
array (
'file' => 'app/RSpade/Core/Database/SqlQueryTransformer.php',
'hash' => '914759e99c4aa468e8dc019e865ff3c0440301b7',
'mtime' => 1762148073,
'size' => 15813,
'extension' => 'php',
'class' => 'SqlQueryTransformer',
'namespace' => 'App\\RSpade\\Core\\Database',
'fqcn' => 'App\\RSpade\\Core\\Database\\SqlQueryTransformer',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'enable' =>
array (
'name' => 'enable',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'disable' =>
array (
'name' => 'disable',
'static' => true,
'visibility' => 'public',
'line' => 52,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => true,
'visibility' => 'public',
'line' => 60,
),
'transform' =>
array (
'name' => 'transform',
'static' => true,
'visibility' => 'public',
'line' => 72,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__normalize_whitespace' =>
array (
'name' => '__normalize_whitespace',
'static' => true,
'visibility' => 'public',
'line' => 119,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__is_ddl_statement' =>
array (
'name' => '__is_ddl_statement',
'static' => true,
'visibility' => 'public',
'line' => 187,
'parameters' =>
array (
0 =>
array (
'name' => 'normalized_query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__validate_forbidden_types' =>
array (
'name' => '__validate_forbidden_types',
'static' => true,
'visibility' => 'public',
'line' => 201,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__validate_syntax_issues' =>
array (
'name' => '__validate_syntax_issues',
'static' => true,
'visibility' => 'public',
'line' => 246,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__transform_integer_types' =>
array (
'name' => '__transform_integer_types',
'static' => true,
'visibility' => 'public',
'line' => 300,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__transform_float_types' =>
array (
'name' => '__transform_float_types',
'static' => true,
'visibility' => 'public',
'line' => 341,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__transform_text_types' =>
array (
'name' => '__transform_text_types',
'static' => true,
'visibility' => 'public',
'line' => 362,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__transform_datetime_types' =>
array (
'name' => '__transform_datetime_types',
'static' => true,
'visibility' => 'public',
'line' => 393,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__enforce_utf8mb4' =>
array (
'name' => '__enforce_utf8mb4',
'static' => true,
'visibility' => 'public',
'line' => 424,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'enabled',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Debug/Debugger.php' =>
array (
'file' => 'app/RSpade/Core/Debug/Debugger.php',
'hash' => 'b1588eb5d3a67b57b3c9d6bf17380cde347b079c',
'mtime' => 1762148073,
'size' => 47119,
'extension' => 'php',
'class' => 'Debugger',
'namespace' => 'App\\RSpade\\Core\\Debug',
'fqcn' => 'App\\RSpade\\Core\\Debug\\Debugger',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 1058,
'code' => 'echo \'<script>\' . "\\n";',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 1058,
'code' => 'echo \'<script>\' . "\\n";',
),
),
),
),
'abstract' => false,
'public_static_methods' =>
array (
'logrotate' =>
array (
'name' => 'logrotate',
'static' => true,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'keep_versions',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 5,
),
),
),
'__rotate_file' =>
array (
'name' => '__rotate_file',
'static' => true,
'visibility' => 'public',
'line' => 96,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'keep_versions',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__signal_nginx_reopen_logs' =>
array (
'name' => '__signal_nginx_reopen_logs',
'static' => true,
'visibility' => 'public',
'line' => 135,
),
'rsx_dump_die' =>
array (
'name' => 'rsx_dump_die',
'static' => true,
'visibility' => 'public',
'line' => 172,
'parameters' =>
array (
0 =>
array (
'name' => 'values',
'optional' => true,
),
),
),
'__format_value_concise' =>
array (
'name' => '__format_value_concise',
'static' => true,
'visibility' => 'public',
'line' => 239,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
1 =>
array (
'name' => 'depth',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
),
),
'__prepare_value_for_display' =>
array (
'name' => '__prepare_value_for_display',
'static' => true,
'visibility' => 'public',
'line' => 342,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'__prepare_array_for_display' =>
array (
'name' => '__prepare_array_for_display',
'static' => true,
'visibility' => 'public',
'line' => 414,
'parameters' =>
array (
0 =>
array (
'name' => 'array',
'optional' => false,
),
1 =>
array (
'name' => 'depth',
'optional' => true,
'default' => 0,
),
2 =>
array (
'name' => 'max_depth',
'optional' => true,
'default' => 10,
),
),
),
'__normalize_channel' =>
array (
'name' => '__normalize_channel',
'static' => true,
'visibility' => 'public',
'line' => 445,
'parameters' =>
array (
0 =>
array (
'name' => 'channel',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__get_console_config' =>
array (
'name' => '__get_console_config',
'static' => true,
'visibility' => 'public',
'line' => 470,
),
'reset_console_config' =>
array (
'name' => 'reset_console_config',
'static' => true,
'visibility' => 'public',
'line' => 530,
),
'configure_from_headers' =>
array (
'name' => 'configure_from_headers',
'static' => true,
'visibility' => 'public',
'line' => 544,
),
'set_request_start_time' =>
array (
'name' => 'set_request_start_time',
'static' => true,
'visibility' => 'public',
'line' => 598,
'parameters' =>
array (
0 =>
array (
'name' => 'time',
'optional' => true,
'type' => 'float',
'nullable' => true,
'default' => NULL,
),
),
),
'is_console_debug_enabled' =>
array (
'name' => 'is_console_debug_enabled',
'static' => true,
'visibility' => 'public',
'line' => 608,
),
'_try_enable_trace_mode' =>
array (
'name' => '_try_enable_trace_mode',
'static' => true,
'visibility' => 'public',
'line' => 631,
),
'__get_benchmark_prefix' =>
array (
'name' => '__get_benchmark_prefix',
'static' => true,
'visibility' => 'public',
'line' => 674,
),
'__should_output_channel' =>
array (
'name' => '__should_output_channel',
'static' => true,
'visibility' => 'public',
'line' => 696,
'parameters' =>
array (
0 =>
array (
'name' => 'channel',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'config',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'console_debug' =>
array (
'name' => 'console_debug',
'static' => true,
'visibility' => 'public',
'line' => 750,
'parameters' =>
array (
0 =>
array (
'name' => 'channel',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'values',
'optional' => true,
),
),
),
'console_debug_force' =>
array (
'name' => 'console_debug_force',
'static' => true,
'visibility' => 'public',
'line' => 906,
'parameters' =>
array (
0 =>
array (
'name' => 'channel',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'values',
'optional' => true,
),
),
),
'_prepare_value_for_json' =>
array (
'name' => '_prepare_value_for_json',
'static' => true,
'visibility' => 'public',
'line' => 985,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'dump_console_debug_messages_to_html' =>
array (
'name' => 'dump_console_debug_messages_to_html',
'static' => true,
'visibility' => 'public',
'line' => 1034,
),
'_get_console_messages' =>
array (
'name' => '_get_console_messages',
'static' => true,
'visibility' => 'public',
'line' => 1088,
),
'register_console_dump_shutdown' =>
array (
'name' => 'register_console_dump_shutdown',
'static' => true,
'visibility' => 'public',
'line' => 1102,
),
'disable_console_html_output' =>
array (
'name' => 'disable_console_html_output',
'static' => true,
'visibility' => 'public',
'line' => 1118,
),
'enable_console_html_output' =>
array (
'name' => 'enable_console_html_output',
'static' => true,
'visibility' => 'public',
'line' => 1130,
),
'is_console_html_disabled' =>
array (
'name' => 'is_console_html_disabled',
'static' => true,
'visibility' => 'public',
'line' => 1140,
),
'log_console_messages' =>
array (
'name' => 'log_console_messages',
'static' => true,
'visibility' => 'public',
'line' => 1152,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'log_browser_errors' =>
array (
'name' => 'log_browser_errors',
'static' => true,
'visibility' => 'public',
'line' => 1211,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'is_trace_output_request' =>
array (
'name' => 'is_trace_output_request',
'static' => true,
'visibility' => 'public',
'line' => 1271,
),
'dump_trace_output' =>
array (
'name' => 'dump_trace_output',
'static' => true,
'visibility' => 'public',
'line' => 1284,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'console_messages',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'shutdown_registered',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'console_html_disabled',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => 'request_start_time',
'visibility' => 'protected',
'static' => true,
),
4 =>
array (
'name' => 'console_config',
'visibility' => 'protected',
'static' => true,
),
5 =>
array (
'name' => 'trace_mode',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Debug/Debugger_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Debug/Debugger_Controller.php',
'hash' => 'd69426d2d7b888a6c62e68864b70cec46f02f823',
'mtime' => 1762148073,
'size' => 1192,
'extension' => 'php',
'class' => 'Debugger_Controller',
'namespace' => 'App\\RSpade\\Core\\Debug',
'fqcn' => 'App\\RSpade\\Core\\Debug\\Debugger_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'log_console_messages' =>
array (
'name' => 'log_console_messages',
'static' => true,
'visibility' => 'public',
'line' => 25,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'log_browser_errors' =>
array (
'name' => 'log_browser_errors',
'static' => true,
'visibility' => 'public',
'line' => 38,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => '77d35123cefdb9fb517fe4937e24fa2e',
'js_stub' => 'storage/rsx-build/js-stubs/Debugger_Controller.js',
),
'app/RSpade/Core/Debug/Playwright_Exception_Handler.php' =>
array (
'file' => 'app/RSpade/Core/Debug/Playwright_Exception_Handler.php',
'hash' => '3f0a94993a46aa445b430ec24c5a7591f24e77bc',
'mtime' => 1762148073,
'size' => 5051,
'extension' => 'php',
'class' => 'Playwright_Exception_Handler',
'namespace' => 'App\\RSpade\\Core\\Debug',
'fqcn' => 'App\\RSpade\\Core\\Debug\\Playwright_Exception_Handler',
'extends' => 'Rsx_Exception_Handler_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
'public_static_methods' =>
array (
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => false,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Debug/Rsx_Caller_Exception.php' =>
array (
'file' => 'app/RSpade/Core/Debug/Rsx_Caller_Exception.php',
'hash' => '29936a9065f1dc846312a27baa6bdc1c249dba03',
'mtime' => 1762148073,
'size' => 2389,
'extension' => 'php',
'class' => 'Rsx_Caller_Exception',
'namespace' => 'App\\RSpade\\Core\\Debug',
'fqcn' => 'App\\RSpade\\Core\\Debug\\Rsx_Caller_Exception',
'extends' => 'RuntimeException',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'RuntimeException',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 41,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'frames_back',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 1,
),
2 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 41,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'frames_back',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 1,
),
2 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Throwable',
),
),
'app/RSpade/Core/Debug/Rsx_File_Exception.php' =>
array (
'file' => 'app/RSpade/Core/Debug/Rsx_File_Exception.php',
'hash' => 'c4913b7d597ec9e3c6e5beb9b81dcc5e403a6852',
'mtime' => 1762148073,
'size' => 1579,
'extension' => 'php',
'class' => 'Rsx_File_Exception',
'namespace' => 'App\\RSpade\\Core\\Debug',
'fqcn' => 'App\\RSpade\\Core\\Debug\\Rsx_File_Exception',
'extends' => 'RuntimeException',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'RuntimeException',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 33,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
3 =>
array (
'name' => 'file',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
4 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 33,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
1 =>
array (
'name' => 'code',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
2 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
3 =>
array (
'name' => 'file',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
4 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Throwable',
),
),
'app/RSpade/Core/Dispatch/Ajax_Endpoint_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/Ajax_Endpoint_Controller.php',
'hash' => 'c9eee1206f6160df895e916c40fb0c3f23479f55',
'mtime' => 1762148073,
'size' => 10489,
'extension' => 'php',
'class' => 'Ajax_Endpoint_Controller',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\Ajax_Endpoint_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'dispatch' =>
array (
'name' => 'dispatch',
'static' => true,
'visibility' => 'public',
'line' => 30,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/_ajax/:controller/:action',
'methods' =>
array (
0 => 'POST',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'set_ajax_response_mode' =>
array (
'name' => 'set_ajax_response_mode',
'static' => true,
'visibility' => 'public',
'line' => 40,
'parameters' =>
array (
0 =>
array (
'name' => 'enabled',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'is_ajax_response_mode' =>
array (
'name' => 'is_ajax_response_mode',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
'fetch_model' =>
array (
'name' => 'fetch_model',
'static' => true,
'visibility' => 'public',
'line' => 62,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/_fetch/:model',
'methods' =>
array (
0 => 'POST',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'fetch_relationship' =>
array (
'name' => 'fetch_relationship',
'static' => true,
'visibility' => 'public',
'line' => 190,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/_fetch_rel/:model/:id/:relationship',
'methods' =>
array (
0 => 'POST',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Dispatch/ApiHandler.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/ApiHandler.php',
'hash' => '4377cad6fc9da030e00bdb89457e57c12b30f8b7',
'mtime' => 1762148073,
'size' => 11433,
'extension' => 'php',
'static_properties' =>
array (
'version_header' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'ApiHandler',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\ApiHandler',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 105,
'parameters' =>
array (
0 =>
array (
'name' => 'handler',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
3 =>
array (
'name' => 'attributes',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'execute_internal' =>
array (
'name' => 'execute_internal',
'static' => true,
'visibility' => 'public',
'line' => 131,
'parameters' =>
array (
0 =>
array (
'name' => 'endpoint',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__parse_endpoint' =>
array (
'name' => '__parse_endpoint',
'static' => true,
'visibility' => 'public',
'line' => 177,
'parameters' =>
array (
0 =>
array (
'name' => 'endpoint',
'optional' => false,
),
),
),
'__execute_handler' =>
array (
'name' => '__execute_handler',
'static' => true,
'visibility' => 'public',
'line' => 232,
'parameters' =>
array (
0 =>
array (
'name' => 'handler',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__create_json_response' =>
array (
'name' => '__create_json_response',
'static' => true,
'visibility' => 'public',
'line' => 263,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
'__prepare_api_params' =>
array (
'name' => '__prepare_api_params',
'static' => true,
'visibility' => 'public',
'line' => 286,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
'__get_api_version' =>
array (
'name' => '__get_api_version',
'static' => true,
'visibility' => 'public',
'line' => 327,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'version_header',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Dispatch/AssetHandler.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/AssetHandler.php',
'hash' => 'afb4857fb01222ab9af4981df085bceb1373e9fd',
'mtime' => 1762148073,
'size' => 26160,
'extension' => 'php',
'static_properties' =>
array (
'public_directories' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'allowed_extensions' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'mime_types' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'directories_discovered' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'AssetHandler',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\AssetHandler',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'is_asset_request' =>
array (
'name' => 'is_asset_request',
'static' => true,
'visibility' => 'public',
'line' => 138,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'serve' =>
array (
'name' => 'serve',
'static' => true,
'visibility' => 'public',
'line' => 167,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
'find_public_asset' =>
array (
'name' => 'find_public_asset',
'static' => true,
'visibility' => 'public',
'line' => 235,
'parameters' =>
array (
0 =>
array (
'name' => 'relative_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__ensure_directories_discovered' =>
array (
'name' => '__ensure_directories_discovered',
'static' => true,
'visibility' => 'public',
'line' => 304,
),
'__discover_public_directories' =>
array (
'name' => '__discover_public_directories',
'static' => true,
'visibility' => 'public',
'line' => 317,
),
'__sanitize_path' =>
array (
'name' => '__sanitize_path',
'static' => true,
'visibility' => 'public',
'line' => 355,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'__find_asset_file' =>
array (
'name' => '__find_asset_file',
'static' => true,
'visibility' => 'public',
'line' => 379,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'__is_file_excluded' =>
array (
'name' => '__is_file_excluded',
'static' => true,
'visibility' => 'public',
'line' => 397,
'parameters' =>
array (
0 =>
array (
'name' => 'full_path',
'optional' => false,
),
1 =>
array (
'name' => 'relative_path',
'optional' => false,
),
),
),
'__find_public_directory' =>
array (
'name' => '__find_public_directory',
'static' => true,
'visibility' => 'public',
'line' => 437,
'parameters' =>
array (
0 =>
array (
'name' => 'full_path',
'optional' => false,
),
),
),
'__matches_gitignore_pattern' =>
array (
'name' => '__matches_gitignore_pattern',
'static' => true,
'visibility' => 'public',
'line' => 464,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'__gitignore_to_regex' =>
array (
'name' => '__gitignore_to_regex',
'static' => true,
'visibility' => 'public',
'line' => 487,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'__is_safe_path' =>
array (
'name' => '__is_safe_path',
'static' => true,
'visibility' => 'public',
'line' => 525,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'__get_mime_type' =>
array (
'name' => '__get_mime_type',
'static' => true,
'visibility' => 'public',
'line' => 553,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
),
),
),
'__set_cache_headers' =>
array (
'name' => '__set_cache_headers',
'static' => true,
'visibility' => 'public',
'line' => 575,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
'type' => 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
),
2 =>
array (
'name' => 'has_cache_buster',
'optional' => false,
),
),
),
'__set_security_headers' =>
array (
'name' => '__set_security_headers',
'static' => true,
'visibility' => 'public',
'line' => 609,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
'type' => 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse',
'nullable' => false,
),
1 =>
array (
'name' => 'mime_type',
'optional' => false,
),
),
),
'__serve_compiled_bundle' =>
array (
'name' => '__serve_compiled_bundle',
'static' => true,
'visibility' => 'public',
'line' => 633,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
'__compile_bundle_on_demand' =>
array (
'name' => '__compile_bundle_on_demand',
'static' => true,
'visibility' => 'public',
'line' => 693,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_name',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'hash',
'optional' => false,
),
3 =>
array (
'name' => 'extension',
'optional' => false,
),
),
),
'get_public_directories' =>
array (
'name' => 'get_public_directories',
'static' => true,
'visibility' => 'public',
'line' => 727,
),
'refresh_directories' =>
array (
'name' => 'refresh_directories',
'static' => true,
'visibility' => 'public',
'line' => 738,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'public_directories',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'allowed_extensions',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'mime_types',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => 'directories_discovered',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Dispatch/Dispatcher.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/Dispatcher.php',
'hash' => 'd56543cb43acb998255ca9e2e2f15b37bc38560b',
'mtime' => 1762931803,
'size' => 54161,
'extension' => 'php',
'static_properties' =>
array (
'handler_priorities' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Dispatcher',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\Dispatcher',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'dispatch' =>
array (
'name' => 'dispatch',
'static' => true,
'visibility' => 'public',
'line' => 69,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => true,
'default' => 'GET',
),
2 =>
array (
'name' => 'extra_params',
'optional' => true,
'default' =>
array (
),
),
3 =>
array (
'name' => 'request',
'optional' => true,
'type' => 'Illuminate\\Http\\Request',
'nullable' => true,
'default' => NULL,
),
),
),
'resolve_url_to_route' =>
array (
'name' => 'resolve_url_to_route',
'static' => true,
'visibility' => 'public',
'line' => 318,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => true,
'default' => 'GET',
),
),
),
'__find_route' =>
array (
'name' => '__find_route',
'static' => true,
'visibility' => 'public',
'line' => 334,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => false,
),
),
),
'__load_handler_class' =>
array (
'name' => '__load_handler_class',
'static' => true,
'visibility' => 'public',
'line' => 437,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
),
),
'__process_cache' =>
array (
'name' => '__process_cache',
'static' => true,
'visibility' => 'public',
'line' => 475,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
),
2 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__call_pre_dispatch' =>
array (
'name' => '__call_pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 502,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
),
3 =>
array (
'name' => 'request',
'optional' => true,
'type' => 'Illuminate\\Http\\Request',
'nullable' => true,
'default' => NULL,
),
),
),
'__call_action' =>
array (
'name' => '__call_action',
'static' => true,
'visibility' => 'public',
'line' => 560,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
),
3 =>
array (
'name' => 'request',
'optional' => true,
'type' => 'Illuminate\\Http\\Request',
'nullable' => true,
'default' => NULL,
),
),
),
'__is_controller' =>
array (
'name' => '__is_controller',
'static' => true,
'visibility' => 'public',
'line' => 620,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
),
),
'__build_response' =>
array (
'name' => '__build_response',
'static' => true,
'visibility' => 'public',
'line' => 640,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_typed_response' =>
array (
'name' => '__build_typed_response',
'static' => true,
'visibility' => 'public',
'line' => 679,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__handle_special_response' =>
array (
'name' => '__handle_special_response',
'static' => true,
'visibility' => 'public',
'line' => 731,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
'type' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'nullable' => false,
),
),
),
'__build_attribute_response' =>
array (
'name' => '__build_attribute_response',
'static' => true,
'visibility' => 'public',
'line' => 795,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
1 =>
array (
'name' => 'response_type',
'optional' => false,
),
),
),
'__array_to_xml' =>
array (
'name' => '__array_to_xml',
'static' => true,
'visibility' => 'public',
'line' => 832,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
1 =>
array (
'name' => 'root_element',
'optional' => true,
'default' => 'response',
),
),
),
'__array_to_xml_recursive' =>
array (
'name' => '__array_to_xml_recursive',
'static' => true,
'visibility' => 'public',
'line' => 847,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
1 =>
array (
'name' => 'xml',
'optional' => false,
),
),
),
'__handle_not_found' =>
array (
'name' => '__handle_not_found',
'static' => true,
'visibility' => 'public',
'line' => 870,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => false,
),
),
),
'__transform_response' =>
array (
'name' => '__transform_response',
'static' => true,
'visibility' => 'public',
'line' => 901,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
1 =>
array (
'name' => 'original_method',
'optional' => false,
),
),
),
'set_handler_priorities' =>
array (
'name' => 'set_handler_priorities',
'static' => true,
'visibility' => 'public',
'line' => 920,
'parameters' =>
array (
0 =>
array (
'name' => 'priorities',
'optional' => false,
),
),
),
'get_handler_priorities' =>
array (
'name' => 'get_handler_priorities',
'static' => true,
'visibility' => 'public',
'line' => 930,
),
'__validate_route_attributes' =>
array (
'name' => '__validate_route_attributes',
'static' => true,
'visibility' => 'public',
'line' => 941,
),
'__check_require' =>
array (
'name' => '__check_require',
'static' => true,
'visibility' => 'public',
'line' => 1013,
'parameters' =>
array (
0 =>
array (
'name' => 'require_attr',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'handler_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'handler_method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__parse_require_callable' =>
array (
'name' => '__parse_require_callable',
'static' => true,
'visibility' => 'public',
'line' => 1134,
'parameters' =>
array (
0 =>
array (
'name' => 'str',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'handler_method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__parse_args' =>
array (
'name' => '__parse_args',
'static' => true,
'visibility' => 'public',
'line' => 1188,
'parameters' =>
array (
0 =>
array (
'name' => 'args_str',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'handler_method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'full_callable',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__convert_arg_value' =>
array (
'name' => '__convert_arg_value',
'static' => true,
'visibility' => 'public',
'line' => 1255,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'handler_method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'full_callable',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__check_ssr_fpc' =>
array (
'name' => '__check_ssr_fpc',
'static' => true,
'visibility' => 'public',
'line' => 1300,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'handler_method',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'handler_priorities',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Dispatch/HandlerFactory.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/HandlerFactory.php',
'hash' => '98a5e5d5f236acb9183f175cddb0ebc03714d32d',
'mtime' => 1762148073,
'size' => 10531,
'extension' => 'php',
'static_properties' =>
array (
'custom_handlers' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'response_builders' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'HandlerFactory',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\HandlerFactory',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'detect_handler_type' =>
array (
'name' => 'detect_handler_type',
'static' => true,
'visibility' => 'public',
'line' => 58,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
),
),
'__extends_class' =>
array (
'name' => '__extends_class',
'static' => true,
'visibility' => 'public',
'line' => 111,
'parameters' =>
array (
0 =>
array (
'name' => 'reflection',
'optional' => false,
'type' => 'ReflectionClass',
'nullable' => false,
),
1 =>
array (
'name' => 'base_class',
'optional' => false,
),
),
),
'get_response_builder' =>
array (
'name' => 'get_response_builder',
'static' => true,
'visibility' => 'public',
'line' => 129,
'parameters' =>
array (
0 =>
array (
'name' => 'handler_type',
'optional' => false,
),
),
),
'__create_response_builder' =>
array (
'name' => '__create_response_builder',
'static' => true,
'visibility' => 'public',
'line' => 145,
'parameters' =>
array (
0 =>
array (
'name' => 'handler_type',
'optional' => false,
),
),
),
'register_custom_handler' =>
array (
'name' => 'register_custom_handler',
'static' => true,
'visibility' => 'public',
'line' => 159,
'parameters' =>
array (
0 =>
array (
'name' => 'class_or_interface',
'optional' => false,
),
1 =>
array (
'name' => 'handler_type',
'optional' => false,
),
2 =>
array (
'name' => 'response_builder',
'optional' => true,
'default' => NULL,
),
),
),
'unregister_custom_handler' =>
array (
'name' => 'unregister_custom_handler',
'static' => true,
'visibility' => 'public',
'line' => 173,
'parameters' =>
array (
0 =>
array (
'name' => 'class_or_interface',
'optional' => false,
),
),
),
'get_custom_handlers' =>
array (
'name' => 'get_custom_handlers',
'static' => true,
'visibility' => 'public',
'line' => 183,
),
'clear_custom_handlers' =>
array (
'name' => 'clear_custom_handlers',
'static' => true,
'visibility' => 'public',
'line' => 191,
),
'is_asset_request' =>
array (
'name' => 'is_asset_request',
'static' => true,
'visibility' => 'public',
'line' => 203,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
),
),
'get_handler_metadata' =>
array (
'name' => 'get_handler_metadata',
'static' => true,
'visibility' => 'public',
'line' => 231,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
),
),
'validate_handler' =>
array (
'name' => 'validate_handler',
'static' => true,
'visibility' => 'public',
'line' => 275,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
),
),
),
'get_handler_priority' =>
array (
'name' => 'get_handler_priority',
'static' => true,
'visibility' => 'public',
'line' => 336,
'parameters' =>
array (
0 =>
array (
'name' => 'handler_type',
'optional' => false,
),
),
),
'sort_handlers_by_priority' =>
array (
'name' => 'sort_handlers_by_priority',
'static' => true,
'visibility' => 'public',
'line' => 355,
'parameters' =>
array (
0 =>
array (
'name' => 'handlers',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'custom_handlers',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'response_builders',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Dispatch/ResponseBuilder.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/ResponseBuilder.php',
'hash' => '58cfd3c825af7361cda7aacb5f5bfee839aac5c3',
'mtime' => 1762293979,
'size' => 14382,
'extension' => 'php',
'static_properties' =>
array (
'default_headers' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'ResponseBuilder',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\ResponseBuilder',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'build' =>
array (
'name' => 'build',
'static' => true,
'visibility' => 'public',
'line' => 62,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
1 =>
array (
'name' => 'handler_type',
'optional' => true,
'default' => NULL,
),
2 =>
array (
'name' => 'attributes',
'optional' => true,
'default' =>
array (
),
),
),
),
'__build_typed_response' =>
array (
'name' => '__build_typed_response',
'static' => true,
'visibility' => 'public',
'line' => 91,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_by_handler_type' =>
array (
'name' => '__build_by_handler_type',
'static' => true,
'visibility' => 'public',
'line' => 141,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
1 =>
array (
'name' => 'handler_type',
'optional' => false,
),
2 =>
array (
'name' => 'attributes',
'optional' => false,
),
),
),
'__build_view_response' =>
array (
'name' => '__build_view_response',
'static' => true,
'visibility' => 'public',
'line' => 183,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_json_response' =>
array (
'name' => '__build_json_response',
'static' => true,
'visibility' => 'public',
'line' => 210,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
1 =>
array (
'name' => 'status',
'optional' => true,
'default' => 200,
),
2 =>
array (
'name' => 'headers',
'optional' => true,
'default' =>
array (
),
),
),
),
'__build_redirect_response' =>
array (
'name' => '__build_redirect_response',
'static' => true,
'visibility' => 'public',
'line' => 224,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_file_response' =>
array (
'name' => '__build_file_response',
'static' => true,
'visibility' => 'public',
'line' => 243,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_stream_response' =>
array (
'name' => '__build_stream_response',
'static' => true,
'visibility' => 'public',
'line' => 282,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_error_response' =>
array (
'name' => '__build_error_response',
'static' => true,
'visibility' => 'public',
'line' => 297,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__build_empty_response' =>
array (
'name' => '__build_empty_response',
'static' => true,
'visibility' => 'public',
'line' => 314,
'parameters' =>
array (
0 =>
array (
'name' => 'status',
'optional' => true,
'default' => 204,
),
1 =>
array (
'name' => 'headers',
'optional' => true,
'default' =>
array (
),
),
),
),
'__build_raw_response' =>
array (
'name' => '__build_raw_response',
'static' => true,
'visibility' => 'public',
'line' => 325,
'parameters' =>
array (
0 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'set_cors_headers' =>
array (
'name' => 'set_cors_headers',
'static' => true,
'visibility' => 'public',
'line' => 344,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
1 =>
array (
'name' => 'cors_config',
'optional' => true,
'default' =>
array (
),
),
),
),
'set_cache_headers' =>
array (
'name' => 'set_cache_headers',
'static' => true,
'visibility' => 'public',
'line' => 370,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
1 =>
array (
'name' => 'ttl',
'optional' => true,
'default' => 3600,
),
2 =>
array (
'name' => 'options',
'optional' => true,
'default' =>
array (
),
),
),
),
'apply_attributes' =>
array (
'name' => 'apply_attributes',
'static' => true,
'visibility' => 'public',
'line' => 405,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
1 =>
array (
'name' => 'attributes',
'optional' => false,
),
),
),
'build_asset_response' =>
array (
'name' => 'build_asset_response',
'static' => true,
'visibility' => 'public',
'line' => 436,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'base_path',
'optional' => true,
'default' => NULL,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'default_headers',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Dispatch/RouteResolver.php' =>
array (
'file' => 'app/RSpade/Core/Dispatch/RouteResolver.php',
'hash' => '12f079382734f3945f9196a9763484fb0200f46c',
'mtime' => 1762148073,
'size' => 12796,
'extension' => 'php',
'static_properties' =>
array (
'pattern_cache' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'RouteResolver',
'namespace' => 'App\\RSpade\\Core\\Dispatch',
'fqcn' => 'App\\RSpade\\Core\\Dispatch\\RouteResolver',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'match' =>
array (
'name' => 'match',
'static' => true,
'visibility' => 'public',
'line' => 43,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'match_with_query' =>
array (
'name' => 'match_with_query',
'static' => true,
'visibility' => 'public',
'line' => 73,
'parameters' =>
array (
0 =>
array (
'name' => 'full_url',
'optional' => false,
),
1 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'compile_pattern' =>
array (
'name' => 'compile_pattern',
'static' => true,
'visibility' => 'public',
'line' => 102,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'__extract_params' =>
array (
'name' => '__extract_params',
'static' => true,
'visibility' => 'public',
'line' => 207,
'parameters' =>
array (
0 =>
array (
'name' => 'matches',
'optional' => false,
),
1 =>
array (
'name' => 'param_names',
'optional' => false,
),
),
),
'__normalize_url' =>
array (
'name' => '__normalize_url',
'static' => true,
'visibility' => 'public',
'line' => 238,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
),
),
'__normalize_pattern' =>
array (
'name' => '__normalize_pattern',
'static' => true,
'visibility' => 'public',
'line' => 262,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'match_any' =>
array (
'name' => 'match_any',
'static' => true,
'visibility' => 'public',
'line' => 284,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'patterns',
'optional' => false,
),
),
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => true,
'visibility' => 'public',
'line' => 301,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => true,
'default' => NULL,
),
),
),
'generate' =>
array (
'name' => 'generate',
'static' => true,
'visibility' => 'public',
'line' => 322,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'default' =>
array (
),
),
),
),
'get_pattern_priority' =>
array (
'name' => 'get_pattern_priority',
'static' => true,
'visibility' => 'public',
'line' => 380,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
),
),
'sort_by_priority' =>
array (
'name' => 'sort_by_priority',
'static' => true,
'visibility' => 'public',
'line' => 411,
'parameters' =>
array (
0 =>
array (
'name' => 'patterns',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'pattern_cache',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Events/Event_Registry.php' =>
array (
'file' => 'app/RSpade/Core/Events/Event_Registry.php',
'hash' => 'd81ae2593b0e83f7fd04a3f5af0d783c9751e563',
'mtime' => 1762931505,
'size' => 1602,
'extension' => 'php',
'static_properties' =>
array (
'handlers' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'loaded' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
),
'class' => 'Event_Registry',
'namespace' => 'App\\RSpade\\Core\\Events',
'fqcn' => 'App\\RSpade\\Core\\Events\\Event_Registry',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_handlers' =>
array (
'name' => 'get_handlers',
'static' => true,
'visibility' => 'public',
'line' => 22,
'parameters' =>
array (
0 =>
array (
'name' => 'event',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__load_from_manifest' =>
array (
'name' => '__load_from_manifest',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'reset' =>
array (
'name' => 'reset',
'static' => true,
'visibility' => 'public',
'line' => 59,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'handlers',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => 'loaded',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Exceptions/Ajax_Exception_Handler.php' =>
array (
'file' => 'app/RSpade/Core/Exceptions/Ajax_Exception_Handler.php',
'hash' => '31861c05f4f889b110326bc630f6b8d30801c423',
'mtime' => 1762300182,
'size' => 2902,
'extension' => 'php',
'class' => 'Ajax_Exception_Handler',
'namespace' => 'App\\RSpade\\Core\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Exceptions\\Ajax_Exception_Handler',
'extends' => 'Rsx_Exception_Handler_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
'public_static_methods' =>
array (
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => false,
'visibility' => 'public',
'line' => 49,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Exceptions/Cli_Exception_Handler.php' =>
array (
'file' => 'app/RSpade/Core/Exceptions/Cli_Exception_Handler.php',
'hash' => '8ff3f1463b5593bfcd6bbb8cfa6123939a6b7912',
'mtime' => 1762148073,
'size' => 6092,
'extension' => 'php',
'class' => 'Cli_Exception_Handler',
'namespace' => 'App\\RSpade\\Core\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Exceptions\\Cli_Exception_Handler',
'extends' => 'Rsx_Exception_Handler_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
'public_static_methods' =>
array (
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 47,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => false,
'visibility' => 'public',
'line' => 47,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Exceptions/Rsx_Exception_Handler.php' =>
array (
'file' => 'app/RSpade/Core/Exceptions/Rsx_Exception_Handler.php',
'hash' => 'f385187aff60755255721ae0d5deb79c1e908b1c',
'mtime' => 1762148073,
'size' => 5041,
'extension' => 'php',
'class' => 'Rsx_Exception_Handler',
'namespace' => 'App\\RSpade\\Core\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler',
'extends' => 'Handler',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Foundation\\Exceptions\\Handler',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 83,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 83,
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Debug\\ExceptionHandler',
),
'properties' =>
array (
0 =>
array (
'name' => 'levels',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'dontReport',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'dontFlash',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Exceptions/Rsx_Exception_Handler_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Exceptions/Rsx_Exception_Handler_Abstract.php',
'hash' => '4301b8a92243e4a2bfd29adb8e5462c4fb09d131',
'mtime' => 1762148073,
'size' => 2492,
'extension' => 'php',
'class' => 'Rsx_Exception_Handler_Abstract',
'namespace' => 'App\\RSpade\\Core\\Exceptions',
'fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 75,
),
),
'public_instance_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => false,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/ExtensionRegistry.php' =>
array (
'file' => 'app/RSpade/Core/ExtensionRegistry.php',
'hash' => '4eddc6855d7b4b45d094ee6b3da23e2645dcc604',
'mtime' => 1762148073,
'size' => 6304,
'extension' => 'php',
'class' => 'ExtensionRegistry',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\ExtensionRegistry',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'register_extension' =>
array (
'name' => 'register_extension',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler_class',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
2 =>
array (
'name' => 'priority',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 1000,
),
),
),
'register_handler' =>
array (
'name' => 'register_handler',
'static' => true,
'visibility' => 'public',
'line' => 81,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'handler',
'optional' => false,
'type' => 'callable',
'nullable' => false,
),
),
),
'get_all_extensions' =>
array (
'name' => 'get_all_extensions',
'static' => true,
'visibility' => 'public',
'line' => 91,
),
'is_registered' =>
array (
'name' => 'is_registered',
'static' => true,
'visibility' => 'public',
'line' => 105,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_handler' =>
array (
'name' => 'get_handler',
'static' => true,
'visibility' => 'public',
'line' => 117,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'process_file' =>
array (
'name' => 'process_file',
'static' => true,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get_sorted_extensions' =>
array (
'name' => 'get_sorted_extensions',
'static' => true,
'visibility' => 'public',
'line' => 147,
),
'clear_custom' =>
array (
'name' => 'clear_custom',
'static' => true,
'visibility' => 'public',
'line' => 164,
),
'unregister' =>
array (
'name' => 'unregister',
'static' => true,
'visibility' => 'public',
'line' => 176,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_extension_metadata' =>
array (
'name' => 'get_extension_metadata',
'static' => true,
'visibility' => 'public',
'line' => 197,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'extensions',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'handlers',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Files/File_Attachment_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Files/File_Attachment_Controller.php',
'hash' => 'b1354dd0176f9c1481f41065e528a2eb1d4a9540',
'mtime' => 1762931551,
'size' => 25005,
'extension' => 'php',
'class' => 'File_Attachment_Controller',
'namespace' => 'App\\RSpade\\Core\\Files',
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Attachment_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'upload' =>
array (
'name' => 'upload',
'static' => true,
'visibility' => 'public',
'line' => 183,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/_upload',
'methods' =>
array (
0 => 'POST',
),
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'download_file' =>
array (
'name' => 'download_file',
'static' => true,
'visibility' => 'public',
'line' => 305,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/_download/:key',
'methods' =>
array (
0 => 'GET',
),
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'inline' =>
array (
'name' => 'inline',
'static' => true,
'visibility' => 'public',
'line' => 365,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/_inline/:key',
'methods' =>
array (
0 => 'GET',
),
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'thumbnail' =>
array (
'name' => 'thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 434,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/_thumbnail/:key/:type/:width/:height?',
'methods' =>
array (
0 => 'GET',
),
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__generate_thumbnail' =>
array (
'name' => '__generate_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 522,
'parameters' =>
array (
0 =>
array (
'name' => 'source_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'width',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
3 =>
array (
'name' => 'height',
'optional' => true,
'type' => 'int',
'nullable' => true,
'default' => NULL,
),
),
),
'icon_by_extension' =>
array (
'name' => 'icon_by_extension',
'static' => true,
'visibility' => 'public',
'line' => 631,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/_icon_by_extension/:extension',
'methods' =>
array (
0 => 'GET',
),
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Files/File_Attachment_Icons.php' =>
array (
'file' => 'app/RSpade/Core/Files/File_Attachment_Icons.php',
'hash' => '677911815a23015f19801e560e18b94baeaf186e',
'mtime' => 1762931820,
'size' => 12439,
'extension' => 'php',
'class' => 'File_Attachment_Icons',
'namespace' => 'App\\RSpade\\Core\\Files',
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Attachment_Icons',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_icon_resource_by_file_extension' =>
array (
'name' => 'get_icon_resource_by_file_extension',
'static' => true,
'visibility' => 'public',
'line' => 19,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
),
),
),
'get_icon_as_png' =>
array (
'name' => 'get_icon_as_png',
'static' => true,
'visibility' => 'public',
'line' => 165,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
),
1 =>
array (
'name' => 'width',
'optional' => false,
),
2 =>
array (
'name' => 'height',
'optional' => false,
),
),
),
'render_icon_as_thumbnail' =>
array (
'name' => 'render_icon_as_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 268,
'parameters' =>
array (
0 =>
array (
'name' => 'extension',
'optional' => false,
),
1 =>
array (
'name' => 'width',
'optional' => false,
),
2 =>
array (
'name' => 'height',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Files/File_Attachment_Model.php' =>
array (
'file' => 'app/RSpade/Core/Files/File_Attachment_Model.php',
'hash' => '33fa9247c4c02faa533b0709fe93fbf07b3608f6',
'mtime' => 1762280668,
'size' => 30839,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'File_Attachment_Model',
'namespace' => 'App\\RSpade\\Core\\Files',
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Attachment_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 81,
'__calls_parent' => true,
),
'file_storage' =>
array (
'name' => 'file_storage',
'static' => true,
'visibility' => 'public',
'line' => 160,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 171,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'fileable' =>
array (
'name' => 'fileable',
'static' => true,
'visibility' => 'public',
'line' => 182,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'search_indexes' =>
array (
'name' => 'search_indexes',
'static' => true,
'visibility' => 'public',
'line' => 193,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_image' =>
array (
'name' => 'is_image',
'static' => true,
'visibility' => 'public',
'line' => 203,
),
'is_video' =>
array (
'name' => 'is_video',
'static' => true,
'visibility' => 'public',
'line' => 213,
),
'is_document' =>
array (
'name' => 'is_document',
'static' => true,
'visibility' => 'public',
'line' => 223,
),
'get_url' =>
array (
'name' => 'get_url',
'static' => true,
'visibility' => 'public',
'line' => 233,
),
'get_download_url' =>
array (
'name' => 'get_download_url',
'static' => true,
'visibility' => 'public',
'line' => 243,
),
'get_thumbnail_url' =>
array (
'name' => 'get_thumbnail_url',
'static' => true,
'visibility' => 'public',
'line' => 256,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'fit',
),
1 =>
array (
'name' => 'width',
'optional' => true,
'default' => 400,
),
2 =>
array (
'name' => 'height',
'optional' => true,
'default' => NULL,
),
),
),
'get_icon_resource' =>
array (
'name' => 'get_icon_resource',
'static' => true,
'visibility' => 'public',
'line' => 275,
),
'get_size' =>
array (
'name' => 'get_size',
'static' => true,
'visibility' => 'public',
'line' => 285,
),
'generate_thumbnail_hash' =>
array (
'name' => 'generate_thumbnail_hash',
'static' => true,
'visibility' => 'public',
'line' => 309,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'generate_key' =>
array (
'name' => 'generate_key',
'static' => true,
'visibility' => 'public',
'line' => 334,
),
'find_by_key' =>
array (
'name' => 'find_by_key',
'static' => true,
'visibility' => 'public',
'line' => 349,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'create_from_upload' =>
array (
'name' => 'create_from_upload',
'static' => true,
'visibility' => 'public',
'line' => 373,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_disk' =>
array (
'name' => 'create_from_disk',
'static' => true,
'visibility' => 'public',
'line' => 446,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_string' =>
array (
'name' => 'create_from_string',
'static' => true,
'visibility' => 'public',
'line' => 503,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
),
1 =>
array (
'name' => 'filename',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_url' =>
array (
'name' => 'create_from_url',
'static' => true,
'visibility' => 'public',
'line' => 545,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'determine_file_type' =>
array (
'name' => 'determine_file_type',
'static' => true,
'visibility' => 'public',
'line' => 585,
'parameters' =>
array (
0 =>
array (
'name' => 'mime_type',
'optional' => false,
),
),
),
'process_file' =>
array (
'name' => 'process_file',
'static' => true,
'visibility' => 'public',
'line' => 657,
),
'scopeInCategory' =>
array (
'name' => 'scopeInCategory',
'static' => true,
'visibility' => 'public',
'line' => 769,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
),
),
),
'scopeByTypeMeta' =>
array (
'name' => 'scopeByTypeMeta',
'static' => true,
'visibility' => 'public',
'line' => 781,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type_meta',
'optional' => false,
),
),
),
'get_meta' =>
array (
'name' => 'get_meta',
'static' => true,
'visibility' => 'public',
'line' => 791,
),
'set_meta' =>
array (
'name' => 'set_meta',
'static' => true,
'visibility' => 'public',
'line' => 806,
'parameters' =>
array (
0 =>
array (
'name' => 'meta',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => true,
'visibility' => 'public',
'line' => 819,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'can_user_assign_this_file' =>
array (
'name' => 'can_user_assign_this_file',
'static' => true,
'visibility' => 'public',
'line' => 839,
),
'attach_to' =>
array (
'name' => 'attach_to',
'static' => true,
'visibility' => 'public',
'line' => 875,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'add_to' =>
array (
'name' => 'add_to',
'static' => true,
'visibility' => 'public',
'line' => 910,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'detach' =>
array (
'name' => 'detach',
'static' => true,
'visibility' => 'public',
'line' => 932,
),
),
'public_instance_methods' =>
array (
'file_storage' =>
array (
'name' => 'file_storage',
'static' => false,
'visibility' => 'public',
'line' => 160,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => false,
'visibility' => 'public',
'line' => 171,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'fileable' =>
array (
'name' => 'fileable',
'static' => false,
'visibility' => 'public',
'line' => 182,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'search_indexes' =>
array (
'name' => 'search_indexes',
'static' => false,
'visibility' => 'public',
'line' => 193,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_image' =>
array (
'name' => 'is_image',
'static' => false,
'visibility' => 'public',
'line' => 203,
),
'is_video' =>
array (
'name' => 'is_video',
'static' => false,
'visibility' => 'public',
'line' => 213,
),
'is_document' =>
array (
'name' => 'is_document',
'static' => false,
'visibility' => 'public',
'line' => 223,
),
'get_url' =>
array (
'name' => 'get_url',
'static' => false,
'visibility' => 'public',
'line' => 233,
),
'get_download_url' =>
array (
'name' => 'get_download_url',
'static' => false,
'visibility' => 'public',
'line' => 243,
),
'get_thumbnail_url' =>
array (
'name' => 'get_thumbnail_url',
'static' => false,
'visibility' => 'public',
'line' => 256,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'fit',
),
1 =>
array (
'name' => 'width',
'optional' => true,
'default' => 400,
),
2 =>
array (
'name' => 'height',
'optional' => true,
'default' => NULL,
),
),
),
'get_icon_resource' =>
array (
'name' => 'get_icon_resource',
'static' => false,
'visibility' => 'public',
'line' => 275,
),
'get_size' =>
array (
'name' => 'get_size',
'static' => false,
'visibility' => 'public',
'line' => 285,
),
'generate_thumbnail_hash' =>
array (
'name' => 'generate_thumbnail_hash',
'static' => false,
'visibility' => 'public',
'line' => 309,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'process_file' =>
array (
'name' => 'process_file',
'static' => false,
'visibility' => 'public',
'line' => 657,
),
'scopeInCategory' =>
array (
'name' => 'scopeInCategory',
'static' => false,
'visibility' => 'public',
'line' => 769,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
),
),
),
'scopeByTypeMeta' =>
array (
'name' => 'scopeByTypeMeta',
'static' => false,
'visibility' => 'public',
'line' => 781,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type_meta',
'optional' => false,
),
),
),
'get_meta' =>
array (
'name' => 'get_meta',
'static' => false,
'visibility' => 'public',
'line' => 791,
),
'set_meta' =>
array (
'name' => 'set_meta',
'static' => false,
'visibility' => 'public',
'line' => 806,
'parameters' =>
array (
0 =>
array (
'name' => 'meta',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => false,
'visibility' => 'public',
'line' => 819,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'can_user_assign_this_file' =>
array (
'name' => 'can_user_assign_this_file',
'static' => false,
'visibility' => 'public',
'line' => 839,
),
'attach_to' =>
array (
'name' => 'attach_to',
'static' => false,
'visibility' => 'public',
'line' => 875,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'add_to' =>
array (
'name' => 'add_to',
'static' => false,
'visibility' => 'public',
'line' => 910,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'detach' =>
array (
'name' => 'detach',
'static' => false,
'visibility' => 'public',
'line' => 932,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'ca4f89da08d101641b1313727599eb84',
'js_stub' => 'storage/rsx-build/js-model-stubs/file-attachment-model.js',
),
'app/RSpade/Core/Files/File_Storage_Model.php' =>
array (
'file' => 'app/RSpade/Core/Files/File_Storage_Model.php',
'hash' => '2ab0f3418a899c1d93c1bfaa43b4c60ebf18120b',
'mtime' => 1762931585,
'size' => 8470,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
'rel' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'File_Storage_Model',
'namespace' => 'App\\RSpade\\Core\\Files',
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Storage_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'file_attachments' =>
array (
'name' => 'file_attachments',
'static' => true,
'visibility' => 'public',
'line' => 67,
),
'thumbnails_as_source' =>
array (
'name' => 'thumbnails_as_source',
'static' => true,
'visibility' => 'public',
'line' => 77,
),
'thumbnails_as_storage' =>
array (
'name' => 'thumbnails_as_storage',
'static' => true,
'visibility' => 'public',
'line' => 87,
),
'get_storage_path' =>
array (
'name' => 'get_storage_path',
'static' => true,
'visibility' => 'public',
'line' => 98,
),
'get_full_path' =>
array (
'name' => 'get_full_path',
'static' => true,
'visibility' => 'public',
'line' => 114,
),
'file_exists' =>
array (
'name' => 'file_exists',
'static' => true,
'visibility' => 'public',
'line' => 124,
),
'increment_base16_value' =>
array (
'name' => 'increment_base16_value',
'static' => true,
'visibility' => 'public',
'line' => 138,
'parameters' =>
array (
0 =>
array (
'name' => 'hash',
'optional' => false,
),
),
),
'find_or_create' =>
array (
'name' => 'find_or_create',
'static' => true,
'visibility' => 'public',
'line' => 166,
'parameters' =>
array (
0 =>
array (
'name' => 'temp_file_path',
'optional' => false,
),
),
),
'__files_match' =>
array (
'name' => '__files_match',
'static' => true,
'visibility' => 'public',
'line' => 235,
'parameters' =>
array (
0 =>
array (
'name' => 'file1_path',
'optional' => false,
),
1 =>
array (
'name' => 'file2_path',
'optional' => false,
),
),
),
'__get_storage_path_for_hash' =>
array (
'name' => '__get_storage_path_for_hash',
'static' => true,
'visibility' => 'public',
'line' => 266,
'parameters' =>
array (
0 =>
array (
'name' => 'hash',
'optional' => false,
),
),
),
'calculate_hash' =>
array (
'name' => 'calculate_hash',
'static' => true,
'visibility' => 'public',
'line' => 280,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
),
),
),
'calculate_file_hash' =>
array (
'name' => 'calculate_file_hash',
'static' => true,
'visibility' => 'public',
'line' => 291,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'file_attachments' =>
array (
'name' => 'file_attachments',
'static' => false,
'visibility' => 'public',
'line' => 67,
),
'thumbnails_as_source' =>
array (
'name' => 'thumbnails_as_source',
'static' => false,
'visibility' => 'public',
'line' => 77,
),
'thumbnails_as_storage' =>
array (
'name' => 'thumbnails_as_storage',
'static' => false,
'visibility' => 'public',
'line' => 87,
),
'get_storage_path' =>
array (
'name' => 'get_storage_path',
'static' => false,
'visibility' => 'public',
'line' => 98,
),
'get_full_path' =>
array (
'name' => 'get_full_path',
'static' => false,
'visibility' => 'public',
'line' => 114,
),
'file_exists' =>
array (
'name' => 'file_exists',
'static' => false,
'visibility' => 'public',
'line' => 124,
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'rel',
'visibility' => 'public',
'static' => true,
),
2 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'df8c2f1cefc1ea08b682da6ca7b07a84',
'js_stub' => 'storage/rsx-build/js-model-stubs/file-storage-model.js',
),
'app/RSpade/Core/Files/File_Thumbnail_Model.php' =>
array (
'file' => 'app/RSpade/Core/Files/File_Thumbnail_Model.php',
'hash' => 'bb1a932465185866cae388cede5dcc20d33e3a31',
'mtime' => 1762240691,
'size' => 4647,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
'rel' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'File_Thumbnail_Model',
'namespace' => 'App\\RSpade\\Core\\Files',
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Thumbnail_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'source_storage' =>
array (
'name' => 'source_storage',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'thumbnail_storage' =>
array (
'name' => 'thumbnail_storage',
'static' => true,
'visibility' => 'public',
'line' => 80,
),
'get_params' =>
array (
'name' => 'get_params',
'static' => true,
'visibility' => 'public',
'line' => 90,
),
'calculate_thumbnail_key' =>
array (
'name' => 'calculate_thumbnail_key',
'static' => true,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'source_hash',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
'find_thumbnail' =>
array (
'name' => 'find_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 129,
'parameters' =>
array (
0 =>
array (
'name' => 'source_storage_id',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
'create_thumbnail' =>
array (
'name' => 'create_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 148,
'parameters' =>
array (
0 =>
array (
'name' => 'source_storage',
'optional' => false,
),
1 =>
array (
'name' => 'thumbnail_storage',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'source_storage' =>
array (
'name' => 'source_storage',
'static' => false,
'visibility' => 'public',
'line' => 70,
),
'thumbnail_storage' =>
array (
'name' => 'thumbnail_storage',
'static' => false,
'visibility' => 'public',
'line' => 80,
),
'get_params' =>
array (
'name' => 'get_params',
'static' => false,
'visibility' => 'public',
'line' => 90,
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'rel',
'visibility' => 'public',
'static' => true,
),
2 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '9be1edc926ae2cc2b61b74b257ebb963',
'js_stub' => 'storage/rsx-build/js-model-stubs/file-thumbnail-model.js',
),
'app/RSpade/Core/Helpers/redirect.php' =>
array (
'file' => 'app/RSpade/Core/Helpers/redirect.php',
'hash' => '2596c3ee45c13b976e36294a10708187e72b9b18',
'mtime' => 1762148073,
'size' => 943,
'extension' => 'php',
'global_functions' =>
array (
0 => 'rsx_redirect',
),
'global_constants' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/IntegrationRegistry.php' =>
array (
'file' => 'app/RSpade/Core/IntegrationRegistry.php',
'hash' => '6963cce3fbb5c14f89d4f7a4af353c74a3050929',
'mtime' => 1762148073,
'size' => 2157,
'extension' => 'php',
'class' => 'IntegrationRegistry',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\IntegrationRegistry',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 29,
'parameters' =>
array (
0 =>
array (
'name' => 'integration_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_all' =>
array (
'name' => 'get_all',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'get' =>
array (
'name' => 'get',
'static' => true,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'has' =>
array (
'name' => 'has',
'static' => true,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 78,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'integrations',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Integration_Service_Provider_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Integration_Service_Provider_Abstract.php',
'hash' => '42435fd6adc917baaa0e8ef2fbb4a5bc01f268fb',
'mtime' => 1762148073,
'size' => 4554,
'extension' => 'php',
'class' => 'Integration_Service_Provider_Abstract',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\Integration_Service_Provider_Abstract',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 83,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 49,
),
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 83,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'integration',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/JavaScript/Js_Exception.php' =>
array (
'file' => 'app/RSpade/Core/JavaScript/Js_Exception.php',
'hash' => 'eaf34301e9dbe53d45eed366c48609eaab03a146',
'mtime' => 1762148073,
'size' => 2735,
'extension' => 'php',
'class' => 'Js_Exception',
'namespace' => 'App\\RSpade\\Core\\JavaScript',
'fqcn' => 'App\\RSpade\\Core\\JavaScript\\Js_Exception',
'extends' => 'RuntimeException',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'RuntimeException',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 23,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'column',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
4 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'getColumn' =>
array (
'name' => 'getColumn',
'static' => true,
'visibility' => 'public',
'line' => 56,
),
'setColumn' =>
array (
'name' => 'setColumn',
'static' => true,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'column',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'getContext' =>
array (
'name' => 'getContext',
'static' => true,
'visibility' => 'public',
'line' => 72,
),
'setContext' =>
array (
'name' => 'setContext',
'static' => true,
'visibility' => 'public',
'line' => 80,
'parameters' =>
array (
0 =>
array (
'name' => 'context',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getSuggestion' =>
array (
'name' => 'getSuggestion',
'static' => true,
'visibility' => 'public',
'line' => 88,
),
'setSuggestion' =>
array (
'name' => 'setSuggestion',
'static' => true,
'visibility' => 'public',
'line' => 96,
'parameters' =>
array (
0 =>
array (
'name' => 'suggestion',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getRawMessage' =>
array (
'name' => 'getRawMessage',
'static' => true,
'visibility' => 'public',
'line' => 104,
),
'getFilePath' =>
array (
'name' => 'getFilePath',
'static' => true,
'visibility' => 'public',
'line' => 112,
),
'getLineNumber' =>
array (
'name' => 'getLineNumber',
'static' => true,
'visibility' => 'public',
'line' => 120,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 23,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'column',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
4 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'getColumn' =>
array (
'name' => 'getColumn',
'static' => false,
'visibility' => 'public',
'line' => 56,
),
'setColumn' =>
array (
'name' => 'setColumn',
'static' => false,
'visibility' => 'public',
'line' => 64,
'parameters' =>
array (
0 =>
array (
'name' => 'column',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'getContext' =>
array (
'name' => 'getContext',
'static' => false,
'visibility' => 'public',
'line' => 72,
),
'setContext' =>
array (
'name' => 'setContext',
'static' => false,
'visibility' => 'public',
'line' => 80,
'parameters' =>
array (
0 =>
array (
'name' => 'context',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getSuggestion' =>
array (
'name' => 'getSuggestion',
'static' => false,
'visibility' => 'public',
'line' => 88,
),
'setSuggestion' =>
array (
'name' => 'setSuggestion',
'static' => false,
'visibility' => 'public',
'line' => 96,
'parameters' =>
array (
0 =>
array (
'name' => 'suggestion',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getRawMessage' =>
array (
'name' => 'getRawMessage',
'static' => false,
'visibility' => 'public',
'line' => 104,
),
'getFilePath' =>
array (
'name' => 'getFilePath',
'static' => false,
'visibility' => 'public',
'line' => 112,
),
'getLineNumber' =>
array (
'name' => 'getLineNumber',
'static' => false,
'visibility' => 'public',
'line' => 120,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Throwable',
),
'properties' =>
array (
0 =>
array (
'name' => 'filePath',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'lineNumber',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'column',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'context',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'suggestion',
'visibility' => 'protected',
'static' => false,
),
5 =>
array (
'name' => 'rawMessage',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/JavaScript/Js_Parser.php' =>
array (
'file' => 'app/RSpade/Core/JavaScript/Js_Parser.php',
'hash' => '6c3d24267c1232fe0ad7935577374f3647dfc643',
'mtime' => 1762148073,
'size' => 17775,
'extension' => 'php',
'class' => 'Js_Parser',
'namespace' => 'App\\RSpade\\Core\\JavaScript',
'fqcn' => 'App\\RSpade\\Core\\JavaScript\\Js_Parser',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'parse' =>
array (
'name' => 'parse',
'static' => true,
'visibility' => 'public',
'line' => 30,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
),
),
),
'_parse_without_cache' =>
array (
'name' => '_parse_without_cache',
'static' => true,
'visibility' => 'public',
'line' => 59,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
),
),
),
'_cache_result' =>
array (
'name' => '_cache_result',
'static' => true,
'visibility' => 'public',
'line' => 208,
'parameters' =>
array (
0 =>
array (
'name' => 'cache_key',
'optional' => false,
),
1 =>
array (
'name' => 'result',
'optional' => false,
),
),
),
'__create_parser_script' =>
array (
'name' => '__create_parser_script',
'static' => true,
'visibility' => 'public',
'line' => 231,
'parameters' =>
array (
0 =>
array (
'name' => 'parser_path',
'optional' => false,
),
),
),
'extract_metadata' =>
array (
'name' => 'extract_metadata',
'static' => true,
'visibility' => 'public',
'line' => 420,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/JavaScript/Js_Transformer.php' =>
array (
'file' => 'app/RSpade/Core/JavaScript/Js_Transformer.php',
'hash' => '60439fef7509e118d4a4738f969e2eb035e1255f',
'mtime' => 1762148073,
'size' => 9435,
'extension' => 'php',
'class' => 'Js_Transformer',
'namespace' => 'App\\RSpade\\Core\\JavaScript',
'fqcn' => 'App\\RSpade\\Core\\JavaScript\\Js_Transformer',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'transform' =>
array (
'name' => 'transform',
'static' => true,
'visibility' => 'public',
'line' => 39,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'target',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'modern',
),
),
),
'transform_string' =>
array (
'name' => 'transform_string',
'static' => true,
'visibility' => 'public',
'line' => 72,
'parameters' =>
array (
0 =>
array (
'name' => 'js_code',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'target',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'modern',
),
),
),
'_transform_without_cache' =>
array (
'name' => '_transform_without_cache',
'static' => true,
'visibility' => 'public',
'line' => 96,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'target',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'original_path',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'_cache_result' =>
array (
'name' => '_cache_result',
'static' => true,
'visibility' => 'public',
'line' => 214,
'parameters' =>
array (
0 =>
array (
'name' => 'cache_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'result',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => true,
'visibility' => 'public',
'line' => 230,
),
'is_available' =>
array (
'name' => 'is_available',
'static' => true,
'visibility' => 'public',
'line' => 247,
),
'get_required_packages' =>
array (
'name' => 'get_required_packages',
'static' => true,
'visibility' => 'public',
'line' => 282,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Js/Ajax.js' =>
array (
'file' => 'app/RSpade/Core/Js/Ajax.js',
'hash' => 'e0af6e04f1ea46bbecebbac4747fa8eb48cc60cd',
'mtime' => 1762931813,
'size' => 20412,
'extension' => 'js',
'class' => 'Ajax',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_init' =>
array (
'name' => '_on_framework_core_init',
'static' => true,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'call' =>
array (
'name' => 'call',
'static' => true,
'visibility' => 'public',
'line' => 59,
'params' =>
array (
0 => 'url',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'url',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_call_batch' =>
array (
'name' => '_call_batch',
'static' => true,
'visibility' => 'public',
'line' => 95,
'params' =>
array (
0 => 'controller',
1 => 'action',
2 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'controller',
),
1 =>
array (
'name' => 'action',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_call_direct' =>
array (
'name' => '_call_direct',
'static' => true,
'visibility' => 'public',
'line' => 161,
'params' =>
array (
0 => 'controller',
1 => 'action',
2 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'controller',
),
1 =>
array (
'name' => 'action',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_flush_pending_calls' =>
array (
'name' => '_flush_pending_calls',
'static' => true,
'visibility' => 'public',
'line' => 288,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_generate_call_key' =>
array (
'name' => '_generate_call_key',
'static' => true,
'visibility' => 'public',
'line' => 429,
'params' =>
array (
0 => 'controller',
1 => 'action',
2 => 'params',
),
'parameters' =>
array (
0 =>
array (
'name' => 'controller',
),
1 =>
array (
'name' => 'action',
),
2 =>
array (
'name' => 'params',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_extract_error_message' =>
array (
'name' => '_extract_error_message',
'static' => true,
'visibility' => 'public',
'line' => 446,
'params' =>
array (
0 => 'xhr',
),
'parameters' =>
array (
0 =>
array (
'name' => 'xhr',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'ajax_url_to_controller_action' =>
array (
'name' => 'ajax_url_to_controller_action',
'static' => true,
'visibility' => 'public',
'line' => 470,
'params' =>
array (
0 => 'url',
),
'parameters' =>
array (
0 =>
array (
'name' => 'url',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_core_define' =>
array (
'name' => 'on_core_define',
'static' => true,
'visibility' => 'public',
'line' => 506,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Debugger.js' =>
array (
'file' => 'app/RSpade/Core/Js/Debugger.js',
'hash' => 'a4860f357a5a6efa1d719481d75a0c5694a3e28f',
'mtime' => 1761867439,
'size' => 9752,
'extension' => 'js',
'class' => 'Debugger',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_init' =>
array (
'name' => '_on_framework_core_init',
'static' => true,
'visibility' => 'public',
'line' => 29,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_refresh' =>
array (
'name' => 'on_refresh',
'static' => true,
'visibility' => 'public',
'line' => 59,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'console_debug' =>
array (
'name' => 'console_debug',
'static' => true,
'visibility' => 'public',
'line' => 74,
'params' =>
array (
0 => 'channel',
1 => '...values',
),
'parameters' =>
array (
0 =>
array (
'name' => 'channel',
),
1 =>
array (
'name' => '...values',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'log_error' =>
array (
'name' => 'log_error',
'static' => true,
'visibility' => 'public',
'line' => 164,
'params' =>
array (
0 => 'error',
),
'parameters' =>
array (
0 =>
array (
'name' => 'error',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_handle_browser_error' =>
array (
'name' => '_handle_browser_error',
'static' => true,
'visibility' => 'public',
'line' => 192,
'params' =>
array (
0 => 'errorData',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errorData',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_batch_console_message' =>
array (
'name' => '_batch_console_message',
'static' => true,
'visibility' => 'public',
'line' => 225,
'params' =>
array (
0 => 'message',
),
'parameters' =>
array (
0 =>
array (
'name' => 'message',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_flush_console_batch' =>
array (
'name' => '_flush_console_batch',
'static' => true,
'visibility' => 'public',
'line' => 242,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_flush_error_batch' =>
array (
'name' => '_flush_error_batch',
'static' => true,
'visibility' => 'public',
'line' => 262,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_get_time_prefix' =>
array (
'name' => '_get_time_prefix',
'static' => true,
'visibility' => 'public',
'line' => 283,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
'_console_batch' =>
array (
'name' => '_console_batch',
'static' => true,
'value' => 'array',
'decorators' =>
array (
),
),
'_console_timer' =>
array (
'name' => '_console_timer',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_console_batch_count' =>
array (
'name' => '_console_batch_count',
'static' => true,
'value' => 0,
'decorators' =>
array (
),
),
'_error_batch' =>
array (
'name' => '_error_batch',
'static' => true,
'value' => 'array',
'decorators' =>
array (
),
),
'_error_timer' =>
array (
'name' => '_error_timer',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_error_count' =>
array (
'name' => '_error_count',
'static' => true,
'value' => 0,
'decorators' =>
array (
),
),
'_error_batch_count' =>
array (
'name' => '_error_batch_count',
'static' => true,
'value' => 0,
'decorators' =>
array (
),
),
'DEBOUNCE_MS' =>
array (
'name' => 'DEBOUNCE_MS',
'static' => true,
'value' => 2000,
'decorators' =>
array (
),
),
'MAX_ERRORS_PER_PAGE' =>
array (
'name' => 'MAX_ERRORS_PER_PAGE',
'static' => true,
'value' => 20,
'decorators' =>
array (
),
),
'MAX_ERROR_BATCHES' =>
array (
'name' => 'MAX_ERROR_BATCHES',
'static' => true,
'value' => 5,
'decorators' =>
array (
),
),
'_start_time' =>
array (
'name' => '_start_time',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Form_Utils.js' =>
array (
'file' => 'app/RSpade/Core/Js/Form_Utils.js',
'hash' => '952a7ae7c8f59e07837f65f98cd4a34fba436389',
'mtime' => 1761724781,
'size' => 18062,
'extension' => 'js',
'class' => 'Form_Utils',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_define' =>
array (
'name' => '_on_framework_core_define',
'static' => true,
'visibility' => 'public',
'line' => 10,
'params' =>
array (
0 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'apply_form_errors' =>
array (
'name' => 'apply_form_errors',
'static' => true,
'visibility' => 'public',
'line' => 54,
'params' =>
array (
0 => 'parent_selector',
1 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'parent_selector',
),
1 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reset' =>
array (
'name' => 'reset',
'static' => true,
'visibility' => 'public',
'line' => 133,
'params' =>
array (
0 => 'form_selector',
),
'parameters' =>
array (
0 =>
array (
'name' => 'form_selector',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'serialize' =>
array (
'name' => 'serialize',
'static' => true,
'visibility' => 'public',
'line' => 146,
'params' =>
array (
0 => 'form_selector',
),
'parameters' =>
array (
0 =>
array (
'name' => 'form_selector',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'ajax_submit' =>
array (
'name' => 'ajax_submit',
'static' => true,
'visibility' => 'public',
'line' => 165,
'params' =>
array (
0 => 'form_selector',
1 => 'controller',
2 => 'action',
3 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'form_selector',
),
1 =>
array (
'name' => 'controller',
),
2 =>
array (
'name' => 'action',
),
3 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reset_form_errors' =>
array (
'name' => 'reset_form_errors',
'static' => true,
'visibility' => 'public',
'line' => 198,
'params' =>
array (
0 => 'parent_selector',
),
'parameters' =>
array (
0 =>
array (
'name' => 'parent_selector',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_normalize_errors' =>
array (
'name' => '_normalize_errors',
'static' => true,
'visibility' => 'public',
'line' => 220,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_deduplicate_errors' =>
array (
'name' => '_deduplicate_errors',
'static' => true,
'visibility' => 'public',
'line' => 281,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_apply_field_errors' =>
array (
'name' => '_apply_field_errors',
'static' => true,
'visibility' => 'public',
'line' => 309,
'params' =>
array (
0 => '$parent',
1 => 'field_errors',
),
'parameters' =>
array (
0 =>
array (
'name' => '$parent',
),
1 =>
array (
'name' => 'field_errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_apply_combined_error' =>
array (
'name' => '_apply_combined_error',
'static' => true,
'visibility' => 'public',
'line' => 346,
'params' =>
array (
0 => '$parent',
1 => 'summary_msg',
2 => 'unmatched_errors',
),
'parameters' =>
array (
0 =>
array (
'name' => '$parent',
),
1 =>
array (
'name' => 'summary_msg',
),
2 =>
array (
'name' => 'unmatched_errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_apply_general_errors' =>
array (
'name' => '_apply_general_errors',
'static' => true,
'visibility' => 'public',
'line' => 385,
'params' =>
array (
0 => '$parent',
1 => 'messages',
),
'parameters' =>
array (
0 =>
array (
'name' => '$parent',
),
1 =>
array (
'name' => 'messages',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_get_fixed_header_height' =>
array (
'name' => '_get_fixed_header_height',
'static' => true,
'visibility' => 'public',
'line' => 433,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Manifest.js' =>
array (
'file' => 'app/RSpade/Core/Js/Manifest.js',
'hash' => '34599ac298a00b0f41caaf23d4e62ea3ada25dc6',
'mtime' => 1760218656,
'size' => 13192,
'extension' => 'js',
'class' => 'Manifest',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_define' =>
array (
'name' => '_define',
'static' => true,
'visibility' => 'public',
'line' => 13,
'params' =>
array (
0 => 'items',
),
'parameters' =>
array (
0 =>
array (
'name' => 'items',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_build_subclass_index' =>
array (
'name' => '_build_subclass_index',
'static' => true,
'visibility' => 'public',
'line' => 49,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_extending' =>
array (
'name' => 'get_extending',
'static' => true,
'visibility' => 'public',
'line' => 94,
'params' =>
array (
0 => 'base_class',
),
'parameters' =>
array (
0 =>
array (
'name' => 'base_class',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'js_is_subclass_of' =>
array (
'name' => 'js_is_subclass_of',
'static' => true,
'visibility' => 'public',
'line' => 133,
'params' =>
array (
0 => 'subclass',
1 => 'superclass',
),
'parameters' =>
array (
0 =>
array (
'name' => 'subclass',
),
1 =>
array (
'name' => 'superclass',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_class_by_name' =>
array (
'name' => 'get_class_by_name',
'static' => true,
'visibility' => 'public',
'line' => 185,
'params' =>
array (
0 => 'class_name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_all_classes' =>
array (
'name' => 'get_all_classes',
'static' => true,
'visibility' => 'public',
'line' => 197,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'build_key' =>
array (
'name' => 'build_key',
'static' => true,
'visibility' => 'public',
'line' => 222,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_decorators' =>
array (
'name' => 'get_decorators',
'static' => true,
'visibility' => 'public',
'line' => 235,
'params' =>
array (
0 => 'class_name',
1 => 'method_name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
),
1 =>
array (
'name' => 'method_name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_all_decorators' =>
array (
'name' => 'get_all_decorators',
'static' => true,
'visibility' => 'public',
'line' => 255,
'params' =>
array (
0 => 'class_name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_transform_decorators' =>
array (
'name' => '_transform_decorators',
'static' => true,
'visibility' => 'public',
'line' => 280,
'params' =>
array (
0 => 'compact_decorators',
),
'parameters' =>
array (
0 =>
array (
'name' => 'compact_decorators',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'has_decorator' =>
array (
'name' => 'has_decorator',
'static' => true,
'visibility' => 'public',
'line' => 307,
'params' =>
array (
0 => 'class_name',
1 => 'method_name',
2 => 'decorator_name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
),
1 =>
array (
'name' => 'method_name',
),
2 =>
array (
'name' => 'decorator_name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'js_get_subclasses_of' =>
array (
'name' => 'js_get_subclasses_of',
'static' => true,
'visibility' => 'public',
'line' => 322,
'params' =>
array (
0 => 'base_class',
),
'parameters' =>
array (
0 =>
array (
'name' => 'base_class',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Mutex.js' =>
array (
'file' => 'app/RSpade/Core/Js/Mutex.js',
'hash' => 'b0622fe538cf6eb2aba0ea1769bd206d991e6563',
'mtime' => 1760225312,
'size' => 3872,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'mutex',
1 => 'get_instance_mutex',
2 => 'get_global_mutex',
3 => 'schedule_next',
4 => 'acquire_lock',
),
'global_functions_with_decorators' =>
array (
'mutex' =>
array (
'decorators' =>
array (
0 =>
array (
0 => 'decorator',
1 =>
array (
),
),
),
'line' => 15,
),
'get_instance_mutex' =>
array (
'decorators' =>
array (
),
'line' => 34,
),
'get_global_mutex' =>
array (
'decorators' =>
array (
),
'line' => 53,
),
'schedule_next' =>
array (
'decorators' =>
array (
),
'line' => 65,
),
'acquire_lock' =>
array (
'decorators' =>
array (
),
'line' => 85,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/ReadWriteLock.js' =>
array (
'file' => 'app/RSpade/Core/Js/ReadWriteLock.js',
'hash' => '6bf951ff29331f971266ee20945995d951e5634f',
'mtime' => 1760225149,
'size' => 3819,
'extension' => 'js',
'class' => 'ReadWriteLock',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'acquire' =>
array (
'name' => 'acquire',
'static' => true,
'visibility' => 'public',
'line' => 66,
'params' =>
array (
0 => 'name',
1 => 'cb',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
1 =>
array (
'name' => 'cb',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'acquire_read' =>
array (
'name' => 'acquire_read',
'static' => true,
'visibility' => 'public',
'line' => 81,
'params' =>
array (
0 => 'name',
1 => 'cb',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
1 =>
array (
'name' => 'cb',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'force_unlock' =>
array (
'name' => 'force_unlock',
'static' => true,
'visibility' => 'public',
'line' => 104,
'params' =>
array (
0 => 'name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'pending' =>
array (
'name' => 'pending',
'static' => true,
'visibility' => 'public',
'line' => 113,
'params' =>
array (
0 => 'name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
'#locks' =>
array (
'name' => '#locks',
'static' => true,
'value' => 'NewExpression',
'decorators' =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx.js',
'hash' => 'f78f51020f14a55ccca1ce59d31aa85ef2db7aa9',
'mtime' => 1762303324,
'size' => 22959,
'extension' => 'js',
'class' => 'Rsx',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_init_events' =>
array (
'name' => '_init_events',
'static' => true,
'visibility' => 'public',
'line' => 54,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on' =>
array (
'name' => 'on',
'static' => true,
'visibility' => 'public',
'line' => 64,
'params' =>
array (
0 => 'event',
1 => 'callback',
),
'parameters' =>
array (
0 =>
array (
'name' => 'event',
),
1 =>
array (
'name' => 'callback',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'trigger' =>
array (
'name' => 'trigger',
'static' => true,
'visibility' => 'public',
'line' => 85,
'params' =>
array (
0 => 'event',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'event',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'trigger_refresh' =>
array (
'name' => 'trigger_refresh',
'static' => true,
'visibility' => 'public',
'line' => 105,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'log' =>
array (
'name' => 'log',
'static' => true,
'visibility' => 'public',
'line' => 111,
'params' =>
array (
0 => 'type',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'type',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'is_dev' =>
array (
'name' => 'is_dev',
'static' => true,
'visibility' => 'public',
'line' => 117,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'is_prod' =>
array (
'name' => 'is_prod',
'static' => true,
'visibility' => 'public',
'line' => 121,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'uid' =>
array (
'name' => 'uid',
'static' => true,
'visibility' => 'public',
'line' => 126,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_define_routes' =>
array (
'name' => '_define_routes',
'static' => true,
'visibility' => 'public',
'line' => 140,
'params' =>
array (
0 => 'routes',
),
'parameters' =>
array (
0 =>
array (
'name' => 'routes',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'Route' =>
array (
'name' => 'Route',
'static' => true,
'visibility' => 'public',
'line' => 200,
'params' =>
array (
0 => 'class_name',
1 => 'AssignmentPattern',
2 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_generate_url_from_pattern' =>
array (
'name' => '_generate_url_from_pattern',
'static' => true,
'visibility' => 'public',
'line' => 236,
'params' =>
array (
0 => 'pattern',
1 => 'params',
),
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
),
1 =>
array (
'name' => 'params',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_rsx_call_all_classes' =>
array (
'name' => '_rsx_call_all_classes',
'static' => true,
'visibility' => 'public',
'line' => 296,
'params' =>
array (
0 => 'method_name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'method_name',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_rsx_core_boot' =>
array (
'name' => '_rsx_core_boot',
'static' => true,
'visibility' => 'public',
'line' => 343,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_rsx_core_boot_stop' =>
array (
'name' => '_rsx_core_boot_stop',
'static' => true,
'visibility' => 'public',
'line' => 401,
'params' =>
array (
0 => 'reason',
),
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_parse_hash' =>
array (
'name' => '_parse_hash',
'static' => true,
'visibility' => 'public',
'line' => 412,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_serialize_hash' =>
array (
'name' => '_serialize_hash',
'static' => true,
'visibility' => 'public',
'line' => 440,
'params' =>
array (
0 => 'params',
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_all_page_state' =>
array (
'name' => 'get_all_page_state',
'static' => true,
'visibility' => 'public',
'line' => 463,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_page_state' =>
array (
'name' => 'get_page_state',
'static' => true,
'visibility' => 'public',
'line' => 479,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_page_state' =>
array (
'name' => 'set_page_state',
'static' => true,
'visibility' => 'public',
'line' => 498,
'params' =>
array (
0 => 'key',
1 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
1 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_all_page_state' =>
array (
'name' => 'set_all_page_state',
'static' => true,
'visibility' => 'public',
'line' => 525,
'params' =>
array (
0 => 'new_state',
),
'parameters' =>
array (
0 =>
array (
'name' => 'new_state',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'render_error' =>
array (
'name' => 'render_error',
'static' => true,
'visibility' => 'public',
'line' => 562,
'params' =>
array (
0 => 'error',
1 => 'container',
),
'parameters' =>
array (
0 =>
array (
'name' => 'error',
),
1 =>
array (
'name' => 'container',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_escape_html' =>
array (
'name' => '_escape_html',
'static' => true,
'visibility' => 'public',
'line' => 642,
'params' =>
array (
0 => 'text',
),
'parameters' =>
array (
0 =>
array (
'name' => 'text',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
'__stopped' =>
array (
'name' => '__stopped',
'static' => true,
'value' => false,
'decorators' =>
array (
),
),
'_routes' =>
array (
'name' => '_routes',
'static' => true,
'value' => 'object',
'decorators' =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_Behaviors.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_Behaviors.js',
'hash' => 'bad88f5c37821083d95e1f8343daa5ea920015d5',
'mtime' => 1760218656,
'size' => 4529,
'extension' => 'js',
'class' => 'Rsx_Behaviors',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_init' =>
array (
'name' => '_on_framework_core_init',
'static' => true,
'visibility' => 'public',
'line' => 15,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_init_ignore_invalid_anchor_links' =>
array (
'name' => '_init_ignore_invalid_anchor_links',
'static' => true,
'visibility' => 'public',
'line' => 27,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_trim_copied_text' =>
array (
'name' => '_trim_copied_text',
'static' => true,
'visibility' => 'public',
'line' => 82,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_Cache.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_Cache.js',
'hash' => 'a7fbeda85fb7f2bedcb35baf8c37655c1977f722',
'mtime' => 1760218656,
'size' => 6741,
'extension' => 'js',
'class' => 'Rsx_Cache',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_core_define' =>
array (
'name' => 'on_core_define',
'static' => true,
'visibility' => 'public',
'line' => 7,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get' =>
array (
'name' => 'get',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_instance' =>
array (
'name' => 'get_instance',
'static' => true,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_global' =>
array (
'name' => 'get_global',
'static' => true,
'visibility' => 'public',
'line' => 40,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set' =>
array (
'name' => 'set',
'static' => true,
'visibility' => 'public',
'line' => 55,
'params' =>
array (
0 => 'key',
1 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
1 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_session' =>
array (
'name' => 'get_session',
'static' => true,
'visibility' => 'public',
'line' => 95,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_session' =>
array (
'name' => 'set_session',
'static' => true,
'visibility' => 'public',
'line' => 116,
'params' =>
array (
0 => 'key',
1 => 'value',
2 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
1 =>
array (
'name' => 'value',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_reset' =>
array (
'name' => '_reset',
'static' => true,
'visibility' => 'public',
'line' => 145,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_encodekey' =>
array (
'name' => '_encodekey',
'static' => true,
'visibility' => 'public',
'line' => 153,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_supportsStorage' =>
array (
'name' => '_supportsStorage',
'static' => true,
'visibility' => 'public',
'line' => 172,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_isOutOfSpace' =>
array (
'name' => '_isOutOfSpace',
'static' => true,
'visibility' => 'public',
'line' => 207,
'params' =>
array (
0 => 'e',
),
'parameters' =>
array (
0 =>
array (
'name' => 'e',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_Init.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_Init.js',
'hash' => '4f4b5f9021a1bfa1bea2eb5e4221c33069020df7',
'mtime' => 1760218656,
'size' => 1409,
'extension' => 'js',
'class' => 'Rsx_Init',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_init' =>
array (
'name' => '_on_framework_core_init',
'static' => true,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'__environment_checks' =>
array (
'name' => '__environment_checks',
'static' => true,
'visibility' => 'public',
'line' => 18,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_Jq_Helpers.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_Jq_Helpers.js',
'hash' => 'f34af988b852e481fac3b7604cb7c6a523a50ef4',
'mtime' => 1762150543,
'size' => 9342,
'extension' => 'js',
'class' => 'Rsx_Jq_Helpers',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_define' =>
array (
'name' => '_on_framework_core_define',
'static' => true,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_Js_Model.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_Js_Model.js',
'hash' => 'e832d525540e357b5f18de639ffca16ce565864b',
'mtime' => 1760218656,
'size' => 6331,
'extension' => 'js',
'class' => 'Rsx_Js_Model',
'public_instance_methods' =>
array (
'constructor' =>
array (
'name' => 'constructor',
'static' => false,
'visibility' => 'public',
'line' => 27,
'params' =>
array (
0 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => false,
'generator' => false,
'kind' => 'constructor',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'refresh' =>
array (
'name' => 'refresh',
'static' => false,
'visibility' => 'public',
'line' => 86,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'toObject' =>
array (
'name' => 'toObject',
'static' => false,
'visibility' => 'public',
'line' => 109,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'toJSON' =>
array (
'name' => 'toJSON',
'static' => false,
'visibility' => 'public',
'line' => 125,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
0 => 'id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'getModelName' =>
array (
'name' => 'getModelName',
'static' => true,
'visibility' => 'public',
'line' => 76,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_instantiate_models_recursive' =>
array (
'name' => '_instantiate_models_recursive',
'static' => true,
'visibility' => 'public',
'line' => 139,
'params' =>
array (
0 => 'data',
),
'parameters' =>
array (
0 =>
array (
'name' => 'data',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'decorators' =>
array (
0 =>
array (
0 => 'Instantiatable',
1 =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/Rsx_View_Transitions.js' =>
array (
'file' => 'app/RSpade/Core/Js/Rsx_View_Transitions.js',
'hash' => 'd983782800712705527f19181a9f95bcb26d8dbb',
'mtime' => 1760218656,
'size' => 1833,
'extension' => 'js',
'class' => 'Rsx_View_Transitions',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_core_init' =>
array (
'name' => '_on_framework_core_init',
'static' => true,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_inject_transition_css' =>
array (
'name' => '_inject_transition_css',
'static' => true,
'visibility' => 'public',
'line' => 36,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/async.js' =>
array (
'file' => 'app/RSpade/Core/Js/async.js',
'hash' => '13e3dbdd5483231acb6aad2649c70c7e7c8638d5',
'mtime' => 1761593424,
'size' => 6528,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'sleep',
1 => 'debounce',
2 => 'debounce_impl',
3 => 'rwlock',
4 => 'rwlock_read',
5 => 'rwlock_force_unlock',
6 => 'rwlock_pending',
),
'global_functions_with_decorators' =>
array (
'sleep' =>
array (
'decorators' =>
array (
),
'line' => 16,
),
'debounce' =>
array (
'decorators' =>
array (
0 =>
array (
0 => 'decorator',
1 =>
array (
),
),
),
'line' => 55,
),
'debounce_impl' =>
array (
'decorators' =>
array (
),
'line' => 80,
),
'rwlock' =>
array (
'decorators' =>
array (
),
'line' => 167,
),
'rwlock_read' =>
array (
'decorators' =>
array (
),
'line' => 178,
),
'rwlock_force_unlock' =>
array (
'decorators' =>
array (
),
'line' => 186,
),
'rwlock_pending' =>
array (
'decorators' =>
array (
),
'line' => 195,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/browser.js' =>
array (
'file' => 'app/RSpade/Core/Js/browser.js',
'hash' => '669664e08ee9c43d4d6dfe094576c61728427735',
'mtime' => 1760218656,
'size' => 6857,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'is_mobile',
1 => 'is_desktop',
2 => 'get_os',
3 => 'is_crawler',
4 => 'scroll_into_view_if_needed',
5 => 'scroll_page_into_view_if_needed',
6 => 'wait_for_images',
7 => '$nbsp',
8 => 'escape_jq_selector',
),
'global_functions_with_decorators' =>
array (
'is_mobile' =>
array (
'decorators' =>
array (
),
'line' => 15,
),
'is_desktop' =>
array (
'decorators' =>
array (
),
'line' => 30,
),
'get_os' =>
array (
'decorators' =>
array (
),
'line' => 38,
),
'is_crawler' =>
array (
'decorators' =>
array (
),
'line' => 73,
),
'scroll_into_view_if_needed' =>
array (
'decorators' =>
array (
),
'line' => 88,
),
'scroll_page_into_view_if_needed' =>
array (
'decorators' =>
array (
),
'line' => 120,
),
'wait_for_images' =>
array (
'decorators' =>
array (
),
'line' => 155,
),
'$nbsp' =>
array (
'decorators' =>
array (
),
'line' => 186,
),
'escape_jq_selector' =>
array (
'decorators' =>
array (
),
'line' => 196,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/datetime.js' =>
array (
'file' => 'app/RSpade/Core/Js/datetime.js',
'hash' => 'd0b8341bd35903ba759d595837f9906c235ec650',
'mtime' => 1760218656,
'size' => 877,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'unix_time',
1 => 'ymdhis_to_unix',
),
'global_functions_with_decorators' =>
array (
'unix_time' =>
array (
'decorators' =>
array (
),
'line' => 16,
),
'ymdhis_to_unix' =>
array (
'decorators' =>
array (
),
'line' => 25,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/decorator.js' =>
array (
'file' => 'app/RSpade/Core/Js/decorator.js',
'hash' => 'fbabe353d551e96f0bb28b1580fe6fdc1f6aeeeb',
'mtime' => 1760218656,
'size' => 811,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'decorator',
),
'global_functions_with_decorators' =>
array (
'decorator' =>
array (
'decorators' =>
array (
),
'line' => 23,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/error.js' =>
array (
'file' => 'app/RSpade/Core/Js/error.js',
'hash' => '7bd3a170a06b13dfb2b2b07023f4533490e306bf',
'mtime' => 1760218656,
'size' => 2961,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'error',
1 => 'shouldnt_happen',
),
'global_functions_with_decorators' =>
array (
'error' =>
array (
'decorators' =>
array (
),
'line' => 16,
),
'shouldnt_happen' =>
array (
'decorators' =>
array (
),
'line' => 44,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/functions.js' =>
array (
'file' => 'app/RSpade/Core/Js/functions.js',
'hash' => '9e5d2ff54f4934558e6506a525c80d9c06adf4bd',
'mtime' => 1761727206,
'size' => 12955,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'foreach',
1 => 'is_numeric',
2 => 'is_string',
3 => 'is_integer',
4 => 'is_promise',
5 => 'is_array',
6 => 'is_object',
7 => 'is_function',
8 => 'is_email',
9 => 'isset',
10 => 'empty',
11 => 'float',
12 => 'int',
13 => 'str',
14 => 'value_unless_numeric_string_then_numeric_value',
15 => 'html',
16 => 'nl2br',
17 => 'htmlbr',
18 => 'urlencode',
19 => 'urldecode',
20 => 'json_encode',
21 => 'json_decode',
22 => 'console_debug',
23 => 'replace_all',
24 => 'ucwords',
25 => 'count',
26 => 'clone',
27 => 'coalesce',
28 => 'csv_to_array_trim',
),
'global_const_names' =>
array (
0 => 'undef',
),
'global_functions_with_decorators' =>
array (
'foreach' =>
array (
'decorators' =>
array (
),
'line' => 44,
),
'is_numeric' =>
array (
'decorators' =>
array (
),
'line' => 81,
),
'is_string' =>
array (
'decorators' =>
array (
),
'line' => 90,
),
'is_integer' =>
array (
'decorators' =>
array (
),
'line' => 99,
),
'is_promise' =>
array (
'decorators' =>
array (
),
'line' => 108,
),
'is_array' =>
array (
'decorators' =>
array (
),
'line' => 117,
),
'is_object' =>
array (
'decorators' =>
array (
),
'line' => 126,
),
'is_function' =>
array (
'decorators' =>
array (
),
'line' => 135,
),
'is_email' =>
array (
'decorators' =>
array (
),
'line' => 145,
),
'isset' =>
array (
'decorators' =>
array (
),
'line' => 158,
),
'empty' =>
array (
'decorators' =>
array (
),
'line' => 167,
),
'float' =>
array (
'decorators' =>
array (
),
'line' => 204,
),
'int' =>
array (
'decorators' =>
array (
),
'line' => 223,
),
'str' =>
array (
'decorators' =>
array (
),
'line' => 242,
),
'value_unless_numeric_string_then_numeric_value' =>
array (
'decorators' =>
array (
),
'line' => 259,
),
'html' =>
array (
'decorators' =>
array (
),
'line' => 284,
),
'nl2br' =>
array (
'decorators' =>
array (
),
'line' => 293,
),
'htmlbr' =>
array (
'decorators' =>
array (
),
'line' => 305,
),
'urlencode' =>
array (
'decorators' =>
array (
),
'line' => 314,
),
'urldecode' =>
array (
'decorators' =>
array (
),
'line' => 323,
),
'json_encode' =>
array (
'decorators' =>
array (
),
'line' => 332,
),
'json_decode' =>
array (
'decorators' =>
array (
),
'line' => 341,
),
'console_debug' =>
array (
'decorators' =>
array (
),
'line' => 351,
),
'replace_all' =>
array (
'decorators' =>
array (
),
'line' => 362,
),
'ucwords' =>
array (
'decorators' =>
array (
),
'line' => 374,
),
'count' =>
array (
'decorators' =>
array (
),
'line' => 390,
),
'clone' =>
array (
'decorators' =>
array (
),
'line' => 405,
),
'coalesce' =>
array (
'decorators' =>
array (
),
'line' => 437,
),
'csv_to_array_trim' =>
array (
'decorators' =>
array (
),
'line' => 454,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Js/hash.js' =>
array (
'file' => 'app/RSpade/Core/Js/hash.js',
'hash' => '4c505d504b2d85928c9c0d4b8c7ab95d35c70db5',
'mtime' => 1760218656,
'size' => 3920,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'hash',
1 => 'deep_equal',
),
'global_functions_with_decorators' =>
array (
'hash' =>
array (
'decorators' =>
array (
),
'line' => 17,
),
'deep_equal' =>
array (
'decorators' =>
array (
),
'line' => 114,
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Kernels/ManifestKernel.php' =>
array (
'file' => 'app/RSpade/Core/Kernels/ManifestKernel.php',
'hash' => 'd176f2c974fda567da3e10986d931cfb40f8a835',
'mtime' => 1762148073,
'size' => 2471,
'extension' => 'php',
'class' => 'ManifestKernel',
'namespace' => 'App\\RSpade\\Core\\Kernels',
'fqcn' => 'App\\RSpade\\Core\\Kernels\\ManifestKernel',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 27,
'parameters' =>
array (
0 =>
array (
'name' => 'module_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get_sorted_modules' =>
array (
'name' => 'get_sorted_modules',
'static' => true,
'visibility' => 'public',
'line' => 58,
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 92,
),
'count' =>
array (
'name' => 'count',
'static' => true,
'visibility' => 'public',
'line' => 101,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 27,
'parameters' =>
array (
0 =>
array (
'name' => 'module_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'process' =>
array (
'name' => 'process',
'static' => false,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get_sorted_modules' =>
array (
'name' => 'get_sorted_modules',
'static' => false,
'visibility' => 'public',
'line' => 58,
),
'clear' =>
array (
'name' => 'clear',
'static' => false,
'visibility' => 'public',
'line' => 92,
),
'count' =>
array (
'name' => 'count',
'static' => false,
'visibility' => 'public',
'line' => 101,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'modules',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'sorted_modules',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Locks/RsxLocks.php' =>
array (
'file' => 'app/RSpade/Core/Locks/RsxLocks.php',
'hash' => '186eb039dc5969cf9a40d8def4029128689cdd7d',
'mtime' => 1762148073,
'size' => 22117,
'extension' => 'php',
'class' => 'RsxLocks',
'namespace' => 'App\\RSpade\\Core\\Locks',
'fqcn' => 'App\\RSpade\\Core\\Locks\\RsxLocks',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'_ensure_redis' =>
array (
'name' => '_ensure_redis',
'static' => true,
'visibility' => 'public',
'line' => 61,
),
'get_lock' =>
array (
'name' => 'get_lock',
'static' => true,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'domain',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'type',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'READ',
),
3 =>
array (
'name' => 'timeout',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 30,
),
),
),
'release_lock' =>
array (
'name' => 'release_lock',
'static' => true,
'visibility' => 'public',
'line' => 163,
'parameters' =>
array (
0 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'upgrade_lock' =>
array (
'name' => 'upgrade_lock',
'static' => true,
'visibility' => 'public',
'line' => 205,
'parameters' =>
array (
0 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'timeout',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 30,
),
),
),
'_acquire_read_lock' =>
array (
'name' => '_acquire_read_lock',
'static' => true,
'visibility' => 'public',
'line' => 267,
'parameters' =>
array (
0 =>
array (
'name' => 'redis',
'optional' => false,
'type' => 'Redis',
'nullable' => false,
),
1 =>
array (
'name' => 'lock_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'timeout',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
4 =>
array (
'name' => 'start_time',
'optional' => false,
'type' => 'float',
'nullable' => false,
),
),
),
'_acquire_write_lock' =>
array (
'name' => '_acquire_write_lock',
'static' => true,
'visibility' => 'public',
'line' => 326,
'parameters' =>
array (
0 =>
array (
'name' => 'redis',
'optional' => false,
'type' => 'Redis',
'nullable' => false,
),
1 =>
array (
'name' => 'lock_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'timeout',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
4 =>
array (
'name' => 'start_time',
'optional' => false,
'type' => 'float',
'nullable' => false,
),
),
),
'_upgrade_read_to_write_lock' =>
array (
'name' => '_upgrade_read_to_write_lock',
'static' => true,
'visibility' => 'public',
'line' => 407,
'parameters' =>
array (
0 =>
array (
'name' => 'redis',
'optional' => false,
'type' => 'Redis',
'nullable' => false,
),
1 =>
array (
'name' => 'lock_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'old_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'new_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
4 =>
array (
'name' => 'timeout',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
5 =>
array (
'name' => 'start_time',
'optional' => false,
'type' => 'float',
'nullable' => false,
),
),
),
'_release_read_lock' =>
array (
'name' => '_release_read_lock',
'static' => true,
'visibility' => 'public',
'line' => 527,
'parameters' =>
array (
0 =>
array (
'name' => 'redis',
'optional' => false,
'type' => 'Redis',
'nullable' => false,
),
1 =>
array (
'name' => 'lock_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_release_write_lock' =>
array (
'name' => '_release_write_lock',
'static' => true,
'visibility' => 'public',
'line' => 536,
'parameters' =>
array (
0 =>
array (
'name' => 'redis',
'optional' => false,
'type' => 'Redis',
'nullable' => false,
),
1 =>
array (
'name' => 'lock_key',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'lock_token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_cleanup_locks' =>
array (
'name' => '_cleanup_locks',
'static' => true,
'visibility' => 'public',
'line' => 560,
),
'force_clear_lock' =>
array (
'name' => 'force_clear_lock',
'static' => true,
'visibility' => 'public',
'line' => 577,
'parameters' =>
array (
0 =>
array (
'name' => 'domain',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_lock_stats' =>
array (
'name' => 'get_lock_stats',
'static' => true,
'visibility' => 'public',
'line' => 602,
'parameters' =>
array (
0 =>
array (
'name' => 'domain',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'redis',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => 'lock_db',
'visibility' => 'private',
'static' => true,
),
2 =>
array (
'name' => 'default_timeout',
'visibility' => 'private',
'static' => true,
),
3 =>
array (
'name' => 'poll_interval',
'visibility' => 'private',
'static' => true,
),
4 =>
array (
'name' => 'held_locks',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Manifest/Manifest.php' =>
array (
'file' => 'app/RSpade/Core/Manifest/Manifest.php',
'hash' => '55d83d849c5d6b849ecca54a22b4a955165216bd',
'mtime' => 1762925766,
'size' => 158555,
'extension' => 'php',
'static_properties' =>
array (
'_debug_options' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
'_manifest_compile_lock' =>
array (
'has_value' => false,
'comment' => true,
'visibility' => 'protected',
),
'__get_rsx_files_cache' =>
array (
'has_value' => false,
'comment' => true,
'visibility' => 'protected',
),
),
'class' => 'Manifest',
'namespace' => 'App\\RSpade\\Core\\Manifest',
'fqcn' => 'App\\RSpade\\Core\\Manifest\\Manifest',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_all' =>
array (
'name' => 'get_all',
'static' => true,
'visibility' => 'public',
'line' => 201,
),
'get_autoloader_class_map' =>
array (
'name' => 'get_autoloader_class_map',
'static' => true,
'visibility' => 'public',
'line' => 212,
),
'get_file' =>
array (
'name' => 'get_file',
'static' => true,
'visibility' => 'public',
'line' => 222,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_find_class' =>
array (
'name' => 'php_find_class',
'static' => true,
'visibility' => 'public',
'line' => 248,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'find_php_fqcn' =>
array (
'name' => 'find_php_fqcn',
'static' => true,
'visibility' => 'public',
'line' => 262,
'parameters' =>
array (
0 =>
array (
'name' => 'fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_get_metadata_by_class' =>
array (
'name' => 'php_get_metadata_by_class',
'static' => true,
'visibility' => 'public',
'line' => 279,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_get_metadata_by_fqcn' =>
array (
'name' => 'php_get_metadata_by_fqcn',
'static' => true,
'visibility' => 'public',
'line' => 290,
'parameters' =>
array (
0 =>
array (
'name' => 'fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'js_find_class' =>
array (
'name' => 'js_find_class',
'static' => true,
'visibility' => 'public',
'line' => 300,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'find_view' =>
array (
'name' => 'find_view',
'static' => true,
'visibility' => 'public',
'line' => 314,
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'find_view_by_rsx_id' =>
array (
'name' => 'find_view_by_rsx_id',
'static' => true,
'visibility' => 'public',
'line' => 347,
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_path_by_filename' =>
array (
'name' => 'get_path_by_filename',
'static' => true,
'visibility' => 'public',
'line' => 366,
'parameters' =>
array (
0 =>
array (
'name' => 'filename',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_get_extending' =>
array (
'name' => 'php_get_extending',
'static' => true,
'visibility' => 'public',
'line' => 407,
'parameters' =>
array (
0 =>
array (
'name' => 'parentclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'js_get_extending' =>
array (
'name' => 'js_get_extending',
'static' => true,
'visibility' => 'public',
'line' => 428,
'parameters' =>
array (
0 =>
array (
'name' => 'parentclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_is_subclass_of' =>
array (
'name' => 'php_is_subclass_of',
'static' => true,
'visibility' => 'public',
'line' => 452,
'parameters' =>
array (
0 =>
array (
'name' => 'subclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'superclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_is_abstract' =>
array (
'name' => 'php_is_abstract',
'static' => true,
'visibility' => 'public',
'line' => 511,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_get_lineage' =>
array (
'name' => 'php_get_lineage',
'static' => true,
'visibility' => 'public',
'line' => 543,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'js_is_subclass_of' =>
array (
'name' => 'js_is_subclass_of',
'static' => true,
'visibility' => 'public',
'line' => 601,
'parameters' =>
array (
0 =>
array (
'name' => 'subclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'superclass',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'js_get_lineage' =>
array (
'name' => 'js_get_lineage',
'static' => true,
'visibility' => 'public',
'line' => 660,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'php_get_subclasses_of' =>
array (
'name' => 'php_get_subclasses_of',
'static' => true,
'visibility' => 'public',
'line' => 711,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'concrete_only',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => true,
),
),
),
'js_get_subclasses_of' =>
array (
'name' => 'js_get_subclasses_of',
'static' => true,
'visibility' => 'public',
'line' => 770,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_with_attribute' =>
array (
'name' => 'get_with_attribute',
'static' => true,
'visibility' => 'public',
'line' => 783,
'parameters' =>
array (
0 =>
array (
'name' => 'attribute_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_routes' =>
array (
'name' => 'get_routes',
'static' => true,
'visibility' => 'public',
'line' => 844,
),
'get_pre_dispatch_requires' =>
array (
'name' => 'get_pre_dispatch_requires',
'static' => true,
'visibility' => 'public',
'line' => 945,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_stats' =>
array (
'name' => 'get_stats',
'static' => true,
'visibility' => 'public',
'line' => 972,
),
'is_built' =>
array (
'name' => 'is_built',
'static' => true,
'visibility' => 'public',
'line' => 1030,
),
'get_files_by_dir' =>
array (
'name' => 'get_files_by_dir',
'static' => true,
'visibility' => 'public',
'line' => 1041,
'parameters' =>
array (
0 =>
array (
'name' => 'directory',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_full_manifest' =>
array (
'name' => 'get_full_manifest',
'static' => true,
'visibility' => 'public',
'line' => 1077,
),
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 1092,
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 1193,
),
'_unlink_cache' =>
array (
'name' => '_unlink_cache',
'static' => true,
'visibility' => 'public',
'line' => 1226,
),
'flag_needs_restart' =>
array (
'name' => 'flag_needs_restart',
'static' => true,
'visibility' => 'public',
'line' => 1238,
),
'_normalize_class_name' =>
array (
'name' => '_normalize_class_name',
'static' => true,
'visibility' => 'public',
'line' => 1258,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_build_key' =>
array (
'name' => 'get_build_key',
'static' => true,
'visibility' => 'public',
'line' => 1279,
),
'_refresh_manifest' =>
array (
'name' => '_refresh_manifest',
'static' => true,
'visibility' => 'public',
'line' => 1298,
),
'_load_class_hierarchy' =>
array (
'name' => '_load_class_hierarchy',
'static' => true,
'visibility' => 'public',
'line' => 1548,
'parameters' =>
array (
0 =>
array (
'name' => 'fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_set_manifest_is_bad' =>
array (
'name' => '_set_manifest_is_bad',
'static' => true,
'visibility' => 'public',
'line' => 1637,
),
'_generate_js_model_stubs' =>
array (
'name' => '_generate_js_model_stubs',
'static' => true,
'visibility' => 'public',
'line' => 1654,
),
'_check_user_model_class_exists' =>
array (
'name' => '_check_user_model_class_exists',
'static' => true,
'visibility' => 'public',
'line' => 1819,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_sanitize_model_stub_filename' =>
array (
'name' => '_sanitize_model_stub_filename',
'static' => true,
'visibility' => 'public',
'line' => 1839,
'parameters' =>
array (
0 =>
array (
'name' => 'model_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_generate_model_stub_content' =>
array (
'name' => '_generate_model_stub_content',
'static' => true,
'visibility' => 'public',
'line' => 1849,
'parameters' =>
array (
0 =>
array (
'name' => 'fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'stub_class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_sanitize_stub_filename' =>
array (
'name' => '_sanitize_stub_filename',
'static' => true,
'visibility' => 'public',
'line' => 1982,
'parameters' =>
array (
0 =>
array (
'name' => 'controller_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__get_kernel' =>
array (
'name' => '__get_kernel',
'static' => true,
'visibility' => 'public',
'line' => 1997,
),
'__get_cache_file_path' =>
array (
'name' => '__get_cache_file_path',
'static' => true,
'visibility' => 'public',
'line' => 2009,
),
'__validate_cached_data' =>
array (
'name' => '__validate_cached_data',
'static' => true,
'visibility' => 'public',
'line' => 2015,
),
'__check_unique_base_class_names' =>
array (
'name' => '__check_unique_base_class_names',
'static' => true,
'visibility' => 'public',
'line' => 2057,
),
'__collate_files_by_classes' =>
array (
'name' => '__collate_files_by_classes',
'static' => true,
'visibility' => 'public',
'line' => 2118,
),
'__build_event_handler_index' =>
array (
'name' => '__build_event_handler_index',
'static' => true,
'visibility' => 'public',
'line' => 2183,
),
'__load_changed_php_files' =>
array (
'name' => '__load_changed_php_files',
'static' => true,
'visibility' => 'public',
'line' => 2254,
'parameters' =>
array (
0 =>
array (
'name' => 'changed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__extract_reflection_for_changed_files' =>
array (
'name' => '__extract_reflection_for_changed_files',
'static' => true,
'visibility' => 'public',
'line' => 2291,
'parameters' =>
array (
0 =>
array (
'name' => 'changed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__run_php_fixer' =>
array (
'name' => '__run_php_fixer',
'static' => true,
'visibility' => 'public',
'line' => 2420,
'parameters' =>
array (
0 =>
array (
'name' => 'changed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__load_php_files_in_dependency_order' =>
array (
'name' => '__load_php_files_in_dependency_order',
'static' => true,
'visibility' => 'public',
'line' => 2540,
),
'__build_autoloader_class_map' =>
array (
'name' => '__build_autoloader_class_map',
'static' => true,
'visibility' => 'public',
'line' => 2672,
),
'__scan_directory_for_classes' =>
array (
'name' => '__scan_directory_for_classes',
'static' => true,
'visibility' => 'public',
'line' => 2714,
'parameters' =>
array (
0 =>
array (
'name' => 'directory',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__process_file' =>
array (
'name' => '__process_file',
'static' => true,
'visibility' => 'public',
'line' => 2786,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__extract_reflection_data' =>
array (
'name' => '__extract_reflection_data',
'static' => true,
'visibility' => 'public',
'line' => 2853,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'full_class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__extract_view_info' =>
array (
'name' => '__extract_view_info',
'static' => true,
'visibility' => 'public',
'line' => 3135,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__has_changed' =>
array (
'name' => '__has_changed',
'static' => true,
'visibility' => 'public',
'line' => 3164,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__get_rsx_files' =>
array (
'name' => '__get_rsx_files',
'static' => true,
'visibility' => 'public',
'line' => 3231,
),
'__load_cached_data' =>
array (
'name' => '__load_cached_data',
'static' => true,
'visibility' => 'public',
'line' => 3344,
),
'__validate_manifest_data' =>
array (
'name' => '__validate_manifest_data',
'static' => true,
'visibility' => 'public',
'line' => 3382,
),
'__is_controller_class' =>
array (
'name' => '__is_controller_class',
'static' => true,
'visibility' => 'public',
'line' => 3535,
'parameters' =>
array (
0 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__generate_vscode_stubs' =>
array (
'name' => '__generate_vscode_stubs',
'static' => true,
'visibility' => 'public',
'line' => 3570,
),
'__save' =>
array (
'name' => '__save',
'static' => true,
'visibility' => 'public',
'line' => 3649,
),
'__process_code_quality_metadata' =>
array (
'name' => '__process_code_quality_metadata',
'static' => true,
'visibility' => 'public',
'line' => 3716,
'parameters' =>
array (
0 =>
array (
'name' => 'changed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__run_manifest_time_code_quality_checks' =>
array (
'name' => '__run_manifest_time_code_quality_checks',
'static' => true,
'visibility' => 'public',
'line' => 3799,
),
'db_get_tables' =>
array (
'name' => 'db_get_tables',
'static' => true,
'visibility' => 'public',
'line' => 3896,
),
'db_get_table_columns' =>
array (
'name' => 'db_get_table_columns',
'static' => true,
'visibility' => 'public',
'line' => 3924,
'parameters' =>
array (
0 =>
array (
'name' => 'table',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'db_get_columns_by_type' =>
array (
'name' => 'db_get_columns_by_type',
'static' => true,
'visibility' => 'public',
'line' => 3960,
'parameters' =>
array (
0 =>
array (
'name' => 'table',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => '_debug_options',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'data',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => '_has_init',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => '_needs_manifest_restart',
'visibility' => 'protected',
'static' => true,
),
4 =>
array (
'name' => 'kernel',
'visibility' => 'protected',
'static' => true,
),
5 =>
array (
'name' => '_manifest_compile_lock',
'visibility' => 'protected',
'static' => true,
),
6 =>
array (
'name' => '__get_rsx_files_cache',
'visibility' => 'protected',
'static' => true,
),
7 =>
array (
'name' => '__has_changed_cache',
'visibility' => 'protected',
'static' => true,
),
8 =>
array (
'name' => '_has_manifest_ready',
'visibility' => 'protected',
'static' => true,
),
9 =>
array (
'name' => '_manifest_is_bad',
'visibility' => 'protected',
'static' => true,
),
10 =>
array (
'name' => '__shown_rescan_message',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/Manifest/ManifestModule_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Manifest/ManifestModule_Abstract.php',
'hash' => 'bcec7e2c6bb21842d8ddda8b873484f40254c908',
'mtime' => 1762148073,
'size' => 2647,
'extension' => 'php',
'class' => 'ManifestModule_Abstract',
'namespace' => 'App\\RSpade\\Core\\Manifest',
'fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => true,
'visibility' => 'public',
'line' => 25,
),
'priority' =>
array (
'name' => 'priority',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => false,
'visibility' => 'public',
'line' => 25,
),
'priority' =>
array (
'name' => 'priority',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'process' =>
array (
'name' => 'process',
'static' => false,
'visibility' => 'public',
'line' => 50,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Manifest/ManifestSupport_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Manifest/ManifestSupport_Abstract.php',
'hash' => '20609ccc5dc506a5c04716b6e837227234bbc045',
'mtime' => 1762148073,
'size' => 1223,
'extension' => 'php',
'class' => 'ManifestSupport_Abstract',
'namespace' => 'App\\RSpade\\Core\\Manifest',
'fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestSupport_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 23,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 30,
),
'should_run' =>
array (
'name' => 'should_run',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Manifest/Modules/Blade_ManifestModule.php' =>
array (
'file' => 'app/RSpade/Core/Manifest/Modules/Blade_ManifestModule.php',
'hash' => 'b372ad78e81241816ca01c2310445e748ec806fb',
'mtime' => 1762148073,
'size' => 15524,
'extension' => 'php',
'class' => 'Blade_ManifestModule',
'namespace' => 'App\\RSpade\\Core\\Manifest\\Modules',
'fqcn' => 'App\\RSpade\\Core\\Manifest\\Modules\\Blade_ManifestModule',
'extends' => 'ManifestModule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract',
'public_static_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => true,
'visibility' => 'public',
'line' => 16,
),
'priority' =>
array (
'name' => 'priority',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => false,
'visibility' => 'public',
'line' => 16,
),
'priority' =>
array (
'name' => 'priority',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'process' =>
array (
'name' => 'process',
'static' => false,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Manifest/test.php' =>
array (
'file' => 'app/RSpade/Core/Manifest/test.php',
'hash' => 'da39a3ee5e6b4b0d3255bfef95601890afd80709',
'mtime' => 1762148073,
'size' => 0,
'extension' => 'php',
'global_functions' =>
array (
),
'global_constants' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Models/Country_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/Country_Model.php',
'hash' => 'd6e9ed652fea40f96d5f4f64bb6e937f0d441175',
'mtime' => 1762240691,
'size' => 1709,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Country_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\Country_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'regions' =>
array (
'name' => 'regions',
'static' => true,
'visibility' => 'public',
'line' => 47,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 55,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'findByAlpha2' =>
array (
'name' => 'findByAlpha2',
'static' => true,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'alpha2',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'findByAlpha3' =>
array (
'name' => 'findByAlpha3',
'static' => true,
'visibility' => 'public',
'line' => 71,
'parameters' =>
array (
0 =>
array (
'name' => 'alpha3',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'regions' =>
array (
'name' => 'regions',
'static' => false,
'visibility' => 'public',
'line' => 47,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => false,
'visibility' => 'public',
'line' => 55,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '731ff0b70964ceea0432d6561be99fb4',
'js_stub' => 'storage/rsx-build/js-model-stubs/country-model.js',
),
'app/RSpade/Core/Models/Ip_Address_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/Ip_Address_Model.php',
'hash' => '1ed7d574bfd9decb2faf52e224b183f7b4163cfc',
'mtime' => 1762240691,
'size' => 4472,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Ip_Address_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\Ip_Address_Model',
'extends' => 'Rsx_System_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_System_Model_Abstract',
'public_static_methods' =>
array (
'login_sessions' =>
array (
'name' => 'login_sessions',
'static' => true,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'last_sessions' =>
array (
'name' => 'last_sessions',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'has_location' =>
array (
'name' => 'has_location',
'static' => true,
'visibility' => 'public',
'line' => 95,
),
'get_location_string' =>
array (
'name' => 'get_location_string',
'static' => true,
'visibility' => 'public',
'line' => 105,
),
'get_coordinates' =>
array (
'name' => 'get_coordinates',
'static' => true,
'visibility' => 'public',
'line' => 127,
),
'find_or_create' =>
array (
'name' => 'find_or_create',
'static' => true,
'visibility' => 'public',
'line' => 145,
'parameters' =>
array (
0 =>
array (
'name' => 'ip_address',
'optional' => false,
),
),
),
'is_private_ip' =>
array (
'name' => 'is_private_ip',
'static' => true,
'visibility' => 'public',
'line' => 167,
'parameters' =>
array (
0 =>
array (
'name' => 'ip_address',
'optional' => false,
),
),
),
'scopeFromCountry' =>
array (
'name' => 'scopeFromCountry',
'static' => true,
'visibility' => 'public',
'line' => 183,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country',
'optional' => false,
),
),
),
'scopeWithLocation' =>
array (
'name' => 'scopeWithLocation',
'static' => true,
'visibility' => 'public',
'line' => 194,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'login_sessions' =>
array (
'name' => 'login_sessions',
'static' => false,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'last_sessions' =>
array (
'name' => 'last_sessions',
'static' => false,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'has_location' =>
array (
'name' => 'has_location',
'static' => false,
'visibility' => 'public',
'line' => 95,
),
'get_location_string' =>
array (
'name' => 'get_location_string',
'static' => false,
'visibility' => 'public',
'line' => 105,
),
'get_coordinates' =>
array (
'name' => 'get_coordinates',
'static' => false,
'visibility' => 'public',
'line' => 127,
),
'scopeFromCountry' =>
array (
'name' => 'scopeFromCountry',
'static' => false,
'visibility' => 'public',
'line' => 183,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country',
'optional' => false,
),
),
),
'scopeWithLocation' =>
array (
'name' => 'scopeWithLocation',
'static' => false,
'visibility' => 'public',
'line' => 194,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Models/Login_User_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/Login_User_Model.php',
'hash' => '4035ed504aef4ca0455d6473c640644517426b1b',
'mtime' => 1762932499,
'size' => 7742,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Login_User_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\Login_User_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => true,
'visibility' => 'public',
'line' => 158,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'sessions' =>
array (
'name' => 'sessions',
'static' => true,
'visibility' => 'public',
'line' => 169,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'verifications' =>
array (
'name' => 'verifications',
'static' => true,
'visibility' => 'public',
'line' => 180,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'invites' =>
array (
'name' => 'invites',
'static' => true,
'visibility' => 'public',
'line' => 191,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 201,
),
'scopeActivated' =>
array (
'name' => 'scopeActivated',
'static' => true,
'visibility' => 'public',
'line' => 212,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeVerified' =>
array (
'name' => 'scopeVerified',
'static' => true,
'visibility' => 'public',
'line' => 223,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'find_by_email' =>
array (
'name' => 'find_by_email',
'static' => true,
'visibility' => 'public',
'line' => 234,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
),
),
'hash_password' =>
array (
'name' => 'hash_password',
'static' => true,
'visibility' => 'public',
'line' => 245,
'parameters' =>
array (
0 =>
array (
'name' => 'password',
'optional' => false,
),
),
),
'setPasswordAttribute' =>
array (
'name' => 'setPasswordAttribute',
'static' => true,
'visibility' => 'public',
'line' => 255,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 272,
'attributes' =>
array (
'Ajax_Endpoint_Model_Fetch' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'getAuthIdentifierName' =>
array (
'name' => 'getAuthIdentifierName',
'static' => true,
'visibility' => 'public',
'line' => 19,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthIdentifier' =>
array (
'name' => 'getAuthIdentifier',
'static' => true,
'visibility' => 'public',
'line' => 29,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthIdentifierForBroadcasting' =>
array (
'name' => 'getAuthIdentifierForBroadcasting',
'static' => true,
'visibility' => 'public',
'line' => 39,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthPassword' =>
array (
'name' => 'getAuthPassword',
'static' => true,
'visibility' => 'public',
'line' => 49,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getRememberToken' =>
array (
'name' => 'getRememberToken',
'static' => true,
'visibility' => 'public',
'line' => 59,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'setRememberToken' =>
array (
'name' => 'setRememberToken',
'static' => true,
'visibility' => 'public',
'line' => 72,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'getRememberTokenName' =>
array (
'name' => 'getRememberTokenName',
'static' => true,
'visibility' => 'public',
'line' => 84,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'can' =>
array (
'name' => 'can',
'static' => true,
'visibility' => 'public',
'line' => 16,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'canAny' =>
array (
'name' => 'canAny',
'static' => true,
'visibility' => 'public',
'line' => 28,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'cant' =>
array (
'name' => 'cant',
'static' => true,
'visibility' => 'public',
'line' => 40,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'cannot' =>
array (
'name' => 'cannot',
'static' => true,
'visibility' => 'public',
'line' => 52,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'getEmailForPasswordReset' =>
array (
'name' => 'getEmailForPasswordReset',
'static' => true,
'visibility' => 'public',
'line' => 14,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php',
),
'sendPasswordResetNotification' =>
array (
'name' => 'sendPasswordResetNotification',
'static' => true,
'visibility' => 'public',
'line' => 25,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php',
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => false,
'visibility' => 'public',
'line' => 158,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'sessions' =>
array (
'name' => 'sessions',
'static' => false,
'visibility' => 'public',
'line' => 169,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'verifications' =>
array (
'name' => 'verifications',
'static' => false,
'visibility' => 'public',
'line' => 180,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'invites' =>
array (
'name' => 'invites',
'static' => false,
'visibility' => 'public',
'line' => 191,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => false,
'visibility' => 'public',
'line' => 201,
),
'scopeActivated' =>
array (
'name' => 'scopeActivated',
'static' => false,
'visibility' => 'public',
'line' => 212,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeVerified' =>
array (
'name' => 'scopeVerified',
'static' => false,
'visibility' => 'public',
'line' => 223,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'setPasswordAttribute' =>
array (
'name' => 'setPasswordAttribute',
'static' => false,
'visibility' => 'public',
'line' => 255,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
9 => 'Illuminate\\Contracts\\Auth\\Authenticatable',
10 => 'Illuminate\\Contracts\\Auth\\Access\\Authorizable',
11 => 'Illuminate\\Contracts\\Auth\\CanResetPassword',
),
'traits' =>
array (
0 => 'Illuminate\\Auth\\Authenticatable',
1 => 'Illuminate\\Foundation\\Auth\\Access\\Authorizable',
2 => 'Illuminate\\Auth\\Passwords\\CanResetPassword',
3 => 'Illuminate\\Notifications\\Notifiable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'hidden',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'rememberTokenName',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'ea03a2afede4e90eb0b9c001706428c2',
'js_stub' => 'storage/rsx-build/js-model-stubs/login-user-model.js',
),
'app/RSpade/Core/Models/Region_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/Region_Model.php',
'hash' => 'dbfb0858e430a8779e843daaa2040973578db664',
'mtime' => 1762240691,
'size' => 1727,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Region_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\Region_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'country' =>
array (
'name' => 'country',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeForCountry' =>
array (
'name' => 'scopeForCountry',
'static' => true,
'visibility' => 'public',
'line' => 62,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country_alpha2',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'findByCode' =>
array (
'name' => 'findByCode',
'static' => true,
'visibility' => 'public',
'line' => 70,
'parameters' =>
array (
0 =>
array (
'name' => 'code',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'country' =>
array (
'name' => 'country',
'static' => false,
'visibility' => 'public',
'line' => 46,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => false,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeForCountry' =>
array (
'name' => 'scopeForCountry',
'static' => false,
'visibility' => 'public',
'line' => 62,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country_alpha2',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '04b9ff356cd935ed0e1f5a98115706dd',
'js_stub' => 'storage/rsx-build/js-model-stubs/region-model.js',
),
'app/RSpade/Core/Models/Site_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/Site_Model.php',
'hash' => 'ca8d65ffb062207138e6612cf869a10699ef8131',
'mtime' => 1762932477,
'size' => 2810,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Site_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\Site_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => true,
'visibility' => 'public',
'line' => 77,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'files' =>
array (
'name' => 'files',
'static' => true,
'visibility' => 'public',
'line' => 88,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 98,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'find_by_slug' =>
array (
'name' => 'find_by_slug',
'static' => true,
'visibility' => 'public',
'line' => 120,
'parameters' =>
array (
0 =>
array (
'name' => 'slug',
'optional' => false,
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => false,
'visibility' => 'public',
'line' => 77,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'files' =>
array (
'name' => 'files',
'static' => false,
'visibility' => 'public',
'line' => 88,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => false,
'visibility' => 'public',
'line' => 98,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => false,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '63cea8de3391f4796306186065a44f73',
'js_stub' => 'storage/rsx-build/js-model-stubs/site-model.js',
),
'app/RSpade/Core/Models/User_Invite_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/User_Invite_Model.php',
'hash' => 'faee5482625085cd776abf5d384f7b62b3d1c15b',
'mtime' => 1762932477,
'size' => 4377,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'User_Invite_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Invite_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'inviter' =>
array (
'name' => 'inviter',
'static' => true,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => true,
'visibility' => 'public',
'line' => 95,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => true,
'visibility' => 'public',
'line' => 105,
),
'generate_invite_code' =>
array (
'name' => 'generate_invite_code',
'static' => true,
'visibility' => 'public',
'line' => 115,
),
'create_invite' =>
array (
'name' => 'create_invite',
'static' => true,
'visibility' => 'public',
'line' => 133,
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
'optional' => false,
),
1 =>
array (
'name' => 'site_id',
'optional' => false,
),
2 =>
array (
'name' => 'expires_in_days',
'optional' => true,
'default' => 7,
),
),
),
'find_valid_by_code' =>
array (
'name' => 'find_valid_by_code',
'static' => true,
'visibility' => 'public',
'line' => 151,
'parameters' =>
array (
0 =>
array (
'name' => 'code',
'optional' => false,
),
),
),
'get_invite_url' =>
array (
'name' => 'get_invite_url',
'static' => true,
'visibility' => 'public',
'line' => 163,
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => true,
'visibility' => 'public',
'line' => 174,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeCreatedBy' =>
array (
'name' => 'scopeCreatedBy',
'static' => true,
'visibility' => 'public',
'line' => 186,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'user_id',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'inviter' =>
array (
'name' => 'inviter',
'static' => false,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => false,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => false,
'visibility' => 'public',
'line' => 95,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => false,
'visibility' => 'public',
'line' => 105,
),
'get_invite_url' =>
array (
'name' => 'get_invite_url',
'static' => false,
'visibility' => 'public',
'line' => 163,
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => false,
'visibility' => 'public',
'line' => 174,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeCreatedBy' =>
array (
'name' => 'scopeCreatedBy',
'static' => false,
'visibility' => 'public',
'line' => 186,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'user_id',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'ad4c7a954dad8896daf11eb5208e98d6',
'js_stub' => 'storage/rsx-build/js-model-stubs/user-invite-model.js',
),
'app/RSpade/Core/Models/User_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/User_Model.php',
'hash' => '8145b7dd563c4661023977e8d93d9c0dd5e57258',
'mtime' => 1762932477,
'size' => 8268,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'User_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'login_user' =>
array (
'name' => 'login_user',
'static' => true,
'visibility' => 'public',
'line' => 159,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 170,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'user_profile' =>
array (
'name' => 'user_profile',
'static' => true,
'visibility' => 'public',
'line' => 181,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name' =>
array (
'name' => 'get_full_name',
'static' => true,
'visibility' => 'public',
'line' => 191,
),
'get_display_name' =>
array (
'name' => 'get_display_name',
'static' => true,
'visibility' => 'public',
'line' => 201,
),
'get_role_name' =>
array (
'name' => 'get_role_name',
'static' => true,
'visibility' => 'public',
'line' => 221,
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 233,
),
'has_role' =>
array (
'name' => 'has_role',
'static' => true,
'visibility' => 'public',
'line' => 244,
'parameters' =>
array (
0 =>
array (
'name' => 'role_name',
'optional' => false,
),
),
),
'is_owner' =>
array (
'name' => 'is_owner',
'static' => true,
'visibility' => 'public',
'line' => 254,
),
'is_admin' =>
array (
'name' => 'is_admin',
'static' => true,
'visibility' => 'public',
'line' => 264,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 275,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeWithRole' =>
array (
'name' => 'scopeWithRole',
'static' => true,
'visibility' => 'public',
'line' => 287,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'role',
'optional' => false,
),
),
),
'get_invitation_status' =>
array (
'name' => 'get_invitation_status',
'static' => true,
'visibility' => 'public',
'line' => 305,
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'login_user' =>
array (
'name' => 'login_user',
'static' => false,
'visibility' => 'public',
'line' => 159,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => false,
'visibility' => 'public',
'line' => 170,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'user_profile' =>
array (
'name' => 'user_profile',
'static' => false,
'visibility' => 'public',
'line' => 181,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name' =>
array (
'name' => 'get_full_name',
'static' => false,
'visibility' => 'public',
'line' => 191,
),
'get_display_name' =>
array (
'name' => 'get_display_name',
'static' => false,
'visibility' => 'public',
'line' => 201,
),
'get_role_name' =>
array (
'name' => 'get_role_name',
'static' => false,
'visibility' => 'public',
'line' => 221,
),
'is_active' =>
array (
'name' => 'is_active',
'static' => false,
'visibility' => 'public',
'line' => 233,
),
'has_role' =>
array (
'name' => 'has_role',
'static' => false,
'visibility' => 'public',
'line' => 244,
'parameters' =>
array (
0 =>
array (
'name' => 'role_name',
'optional' => false,
),
),
),
'is_owner' =>
array (
'name' => 'is_owner',
'static' => false,
'visibility' => 'public',
'line' => 254,
),
'is_admin' =>
array (
'name' => 'is_admin',
'static' => false,
'visibility' => 'public',
'line' => 264,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => false,
'visibility' => 'public',
'line' => 275,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeWithRole' =>
array (
'name' => 'scopeWithRole',
'static' => false,
'visibility' => 'public',
'line' => 287,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'role',
'optional' => false,
),
),
),
'get_invitation_status' =>
array (
'name' => 'get_invitation_status',
'static' => false,
'visibility' => 'public',
'line' => 305,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'e096d70aeed56e571b6562c71c031368',
'js_stub' => 'storage/rsx-build/js-model-stubs/user-model.js',
),
'app/RSpade/Core/Models/User_Profile_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/User_Profile_Model.php',
'hash' => '1b61d05d6e7732add8a81a2edb60fbef1dbe70a1',
'mtime' => 1762932477,
'size' => 2272,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'User_Profile_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Profile_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 83,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => false,
'visibility' => 'public',
'line' => 83,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'use_soft_delete',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
),
'model_metadata_hash' => '0a3d3d644a75dd9537ef67c81655c168',
'js_stub' => 'storage/rsx-build/js-model-stubs/user-profile-model.js',
),
'app/RSpade/Core/Models/User_Verification_Model.php' =>
array (
'file' => 'app/RSpade/Core/Models/User_Verification_Model.php',
'hash' => '4d6adc56528df08ced3143e1a30ea1b0fbe852f4',
'mtime' => 1762932477,
'size' => 7045,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'User_Verification_Model',
'namespace' => 'App\\RSpade\\Core\\Models',
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Verification_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 112,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_verification_type_name' =>
array (
'name' => 'get_verification_type_name',
'static' => true,
'visibility' => 'public',
'line' => 122,
),
'is_email_verification' =>
array (
'name' => 'is_email_verification',
'static' => true,
'visibility' => 'public',
'line' => 134,
),
'is_sms_verification' =>
array (
'name' => 'is_sms_verification',
'static' => true,
'visibility' => 'public',
'line' => 144,
),
'is_recovery_verification' =>
array (
'name' => 'is_recovery_verification',
'static' => true,
'visibility' => 'public',
'line' => 154,
),
'is_verified' =>
array (
'name' => 'is_verified',
'static' => true,
'visibility' => 'public',
'line' => 164,
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => true,
'visibility' => 'public',
'line' => 174,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => true,
'visibility' => 'public',
'line' => 184,
),
'mark_as_verified' =>
array (
'name' => 'mark_as_verified',
'static' => true,
'visibility' => 'public',
'line' => 194,
),
'generate_code' =>
array (
'name' => 'generate_code',
'static' => true,
'visibility' => 'public',
'line' => 208,
'parameters' =>
array (
0 =>
array (
'name' => 'length',
'optional' => true,
'default' => 6,
),
1 =>
array (
'name' => 'numeric_only',
'optional' => true,
'default' => true,
),
),
),
'create_verification' =>
array (
'name' => 'create_verification',
'static' => true,
'visibility' => 'public',
'line' => 230,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
1 =>
array (
'name' => 'type_id',
'optional' => false,
),
2 =>
array (
'name' => 'expires_in_minutes',
'optional' => true,
'default' => 60,
),
),
),
'find_valid' =>
array (
'name' => 'find_valid',
'static' => true,
'visibility' => 'public',
'line' => 249,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
1 =>
array (
'name' => 'code',
'optional' => false,
),
),
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => true,
'visibility' => 'public',
'line' => 266,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeUnused' =>
array (
'name' => 'scopeUnused',
'static' => true,
'visibility' => 'public',
'line' => 277,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => false,
'visibility' => 'public',
'line' => 112,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_verification_type_name' =>
array (
'name' => 'get_verification_type_name',
'static' => false,
'visibility' => 'public',
'line' => 122,
),
'is_email_verification' =>
array (
'name' => 'is_email_verification',
'static' => false,
'visibility' => 'public',
'line' => 134,
),
'is_sms_verification' =>
array (
'name' => 'is_sms_verification',
'static' => false,
'visibility' => 'public',
'line' => 144,
),
'is_recovery_verification' =>
array (
'name' => 'is_recovery_verification',
'static' => false,
'visibility' => 'public',
'line' => 154,
),
'is_verified' =>
array (
'name' => 'is_verified',
'static' => false,
'visibility' => 'public',
'line' => 164,
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => false,
'visibility' => 'public',
'line' => 174,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => false,
'visibility' => 'public',
'line' => 184,
),
'mark_as_verified' =>
array (
'name' => 'mark_as_verified',
'static' => false,
'visibility' => 'public',
'line' => 194,
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => false,
'visibility' => 'public',
'line' => 266,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeUnused' =>
array (
'name' => 'scopeUnused',
'static' => false,
'visibility' => 'public',
'line' => 277,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'f4dc0a30b9d3f2beee9863a1ec3e3f50',
'js_stub' => 'storage/rsx-build/js-model-stubs/user-verification-model.js',
),
'app/RSpade/Core/PHP/Filename_Suggester.php' =>
array (
'file' => 'app/RSpade/Core/PHP/Filename_Suggester.php',
'hash' => '56ae211469ebb8eb64c89cbcc1874cc33253a516',
'mtime' => 1762148073,
'size' => 7699,
'extension' => 'php',
'class' => 'Filename_Suggester',
'namespace' => 'App\\RSpade\\Core\\PHP',
'fqcn' => 'App\\RSpade\\Core\\PHP\\Filename_Suggester',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_suggested_class_filename' =>
array (
'name' => 'get_suggested_class_filename',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'extension',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'is_rspade',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
4 =>
array (
'name' => 'is_jqhtml_component',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
),
),
'get_suggested_blade_filename' =>
array (
'name' => 'get_suggested_blade_filename',
'static' => true,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'rsx_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'is_rspade',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'get_suggested_jqhtml_filename' =>
array (
'name' => 'get_suggested_jqhtml_filename',
'static' => true,
'visibility' => 'public',
'line' => 92,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'component_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'is_rspade',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'pascal_to_snake_case' =>
array (
'name' => 'pascal_to_snake_case',
'static' => true,
'visibility' => 'public',
'line' => 120,
'parameters' =>
array (
0 =>
array (
'name' => 'name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'extract_short_name' =>
array (
'name' => 'extract_short_name',
'static' => true,
'visibility' => 'public',
'line' => 146,
'parameters' =>
array (
0 =>
array (
'name' => 'full_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'dir_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/PHP/Php_Fixer.php' =>
array (
'file' => 'app/RSpade/Core/PHP/Php_Fixer.php',
'hash' => '0130ffb624a44449cde2419c2e972b7a36b23ddc',
'mtime' => 1762148073,
'size' => 73584,
'extension' => 'php',
'class' => 'Php_Fixer',
'namespace' => 'App\\RSpade\\Core\\PHP',
'fqcn' => 'App\\RSpade\\Core\\PHP\\Php_Fixer',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'fix' =>
array (
'name' => 'fix',
'static' => true,
'visibility' => 'public',
'line' => 122,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__fix_namespace' =>
array (
'name' => '__fix_namespace',
'static' => true,
'visibility' => 'public',
'line' => 196,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__calculate_namespace_from_path' =>
array (
'name' => '__calculate_namespace_from_path',
'static' => true,
'visibility' => 'public',
'line' => 238,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__extract_namespace_from_tokens' =>
array (
'name' => '__extract_namespace_from_tokens',
'static' => true,
'visibility' => 'public',
'line' => 305,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__replace_namespace_in_content' =>
array (
'name' => '__replace_namespace_in_content',
'static' => true,
'visibility' => 'public',
'line' => 345,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'new_namespace',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__fix_use_statements' =>
array (
'name' => '__fix_use_statements',
'static' => true,
'visibility' => 'public',
'line' => 417,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__extract_existing_non_rsx_use_simple_names' =>
array (
'name' => '__extract_existing_non_rsx_use_simple_names',
'static' => true,
'visibility' => 'public',
'line' => 512,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__should_remove_use_statement' =>
array (
'name' => '__should_remove_use_statement',
'static' => true,
'visibility' => 'public',
'line' => 594,
'parameters' =>
array (
0 =>
array (
'name' => 'use_fqcn',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__remove_rsx_use_statements' =>
array (
'name' => '__remove_rsx_use_statements',
'static' => true,
'visibility' => 'public',
'line' => 646,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__replace_rsx_fqcn_with_simple_names' =>
array (
'name' => '__replace_rsx_fqcn_with_simple_names',
'static' => true,
'visibility' => 'public',
'line' => 734,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__find_referenced_simple_classes' =>
array (
'name' => '__find_referenced_simple_classes',
'static' => true,
'visibility' => 'public',
'line' => 871,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__match_classes_files' =>
array (
'name' => '__match_classes_files',
'static' => true,
'visibility' => 'public',
'line' => 1009,
'parameters' =>
array (
0 =>
array (
'name' => 'class_names',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__add_use_statements' =>
array (
'name' => '__add_use_statements',
'static' => true,
'visibility' => 'public',
'line' => 1045,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'classes_to_import',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'exclude_simple_names',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__fix_model_relationships' =>
array (
'name' => '__fix_model_relationships',
'static' => true,
'visibility' => 'public',
'line' => 1266,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__is_model_class' =>
array (
'name' => '__is_model_class',
'static' => true,
'visibility' => 'public',
'line' => 1295,
'parameters' =>
array (
0 =>
array (
'name' => 'file_metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__add_relationship_attributes' =>
array (
'name' => '__add_relationship_attributes',
'static' => true,
'visibility' => 'public',
'line' => 1342,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__has_visibility_modifier' =>
array (
'name' => '__has_visibility_modifier',
'static' => true,
'visibility' => 'public',
'line' => 1495,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'function_pos',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__is_relationship_method' =>
array (
'name' => '__is_relationship_method',
'static' => true,
'visibility' => 'public',
'line' => 1519,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'func_pos',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
2 =>
array (
'name' => 'relationship_methods',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__has_relationship_attribute' =>
array (
'name' => '__has_relationship_attribute',
'static' => true,
'visibility' => 'public',
'line' => 1595,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'func_pos',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__apply_relationship_modifications' =>
array (
'name' => '__apply_relationship_modifications',
'static' => true,
'visibility' => 'public',
'line' => 1658,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'modifications',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__fix_attribute_namespacing' =>
array (
'name' => '__fix_attribute_namespacing',
'static' => true,
'visibility' => 'public',
'line' => 1731,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__apply_attribute_backslash_modifications' =>
array (
'name' => '__apply_attribute_backslash_modifications',
'static' => true,
'visibility' => 'public',
'line' => 1782,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'modifications',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/PHP/Php_Parser.php' =>
array (
'file' => 'app/RSpade/Core/PHP/Php_Parser.php',
'hash' => 'bf1bc4c45a272bd8b78bb29242b379da944ed6cf',
'mtime' => 1762148073,
'size' => 38227,
'extension' => 'php',
'class' => 'Php_Parser',
'namespace' => 'App\\RSpade\\Core\\PHP',
'fqcn' => 'App\\RSpade\\Core\\PHP\\Php_Parser',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'parse' =>
array (
'name' => 'parse',
'static' => true,
'visibility' => 'public',
'line' => 21,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'step_2_manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_extract_php_metadata' =>
array (
'name' => '_extract_php_metadata',
'static' => true,
'visibility' => 'public',
'line' => 32,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__parse_basic_structure' =>
array (
'name' => '__parse_basic_structure',
'static' => true,
'visibility' => 'public',
'line' => 87,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__extract_namespace_from_tokens' =>
array (
'name' => '__extract_namespace_from_tokens',
'static' => true,
'visibility' => 'public',
'line' => 191,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'i',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__extract_class_info' =>
array (
'name' => '__extract_class_info',
'static' => true,
'visibility' => 'public',
'line' => 215,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'i',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
2 =>
array (
'name' => 'is_trait',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
),
),
'__extract_function_name' =>
array (
'name' => '__extract_function_name',
'static' => true,
'visibility' => 'public',
'line' => 287,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'i',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__extract_define_constant' =>
array (
'name' => '__extract_define_constant',
'static' => true,
'visibility' => 'public',
'line' => 305,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'i',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'__validate_fqcn_usage' =>
array (
'name' => '__validate_fqcn_usage',
'static' => true,
'visibility' => 'public',
'line' => 329,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__validate_class_file_structure' =>
array (
'name' => '__validate_class_file_structure',
'static' => true,
'visibility' => 'public',
'line' => 398,
'parameters' =>
array (
0 =>
array (
'name' => 'structure',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'is_rsx_file',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'__validate_include_paths' =>
array (
'name' => '__validate_include_paths',
'static' => true,
'visibility' => 'public',
'line' => 448,
'parameters' =>
array (
0 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__validate_classless_file_structure' =>
array (
'name' => '__validate_classless_file_structure',
'static' => true,
'visibility' => 'public',
'line' => 507,
'parameters' =>
array (
0 =>
array (
'name' => 'structure',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
3 =>
array (
'name' => 'is_rsx_file',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'__assemble_metadata' =>
array (
'name' => '__assemble_metadata',
'static' => true,
'visibility' => 'public',
'line' => 675,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'structure',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'fqcn_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'validation_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
4 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__extract_static_properties' =>
array (
'name' => '__extract_static_properties',
'static' => true,
'visibility' => 'public',
'line' => 736,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'tokens',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'compact_decorators' =>
array (
'name' => 'compact_decorators',
'static' => true,
'visibility' => 'public',
'line' => 915,
'parameters' =>
array (
0 =>
array (
'name' => 'decorators',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Permission/Permission_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Permission/Permission_Abstract.php',
'hash' => 'f15e0794343bbf4087dbc3e6b878d544759204d0',
'mtime' => 1762148073,
'size' => 1061,
'extension' => 'php',
'class' => 'Permission_Abstract',
'namespace' => 'App\\RSpade\\Core\\Permission',
'fqcn' => 'App\\RSpade\\Core\\Permission\\Permission_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Providers/Rsx_Bundle_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Bundle_Provider.php',
'hash' => '254ba3853577f161c59ffa025dca84098f7e7b59',
'mtime' => 1762920786,
'size' => 7234,
'extension' => 'php',
'class' => 'Rsx_Bundle_Provider',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Bundle_Provider',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 82,
'code' => 'return "<?php echo \'<script>window.RSX_DATA = \' . json_encode({$expression}) . \';</script>\'; ?>";',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 82,
'code' => 'return "<?php echo \'<script>window.RSX_DATA = \' . json_encode({$expression}) . \';</script>\'; ?>";',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 45,
),
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 55,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 45,
),
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 55,
),
),
),
'app/RSpade/Core/Providers/Rsx_Dispatch_Bootstrapper_Handler.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Dispatch_Bootstrapper_Handler.php',
'hash' => '183703833ea265d78978f71f72daf9cf55a9c81b',
'mtime' => 1762148073,
'size' => 2730,
'extension' => 'php',
'class' => 'Rsx_Dispatch_Bootstrapper_Handler',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Dispatch_Bootstrapper_Handler',
'extends' => 'Rsx_Exception_Handler_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
'public_static_methods' =>
array (
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
'handle' =>
array (
'name' => 'handle',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handle' =>
array (
'name' => 'handle',
'static' => false,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'e',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
1 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Core/Providers/Rsx_Framework_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Framework_Provider.php',
'hash' => 'cd7dabbe014b4b25bb4da52a95fd0d370995c54d',
'mtime' => 1762148073,
'size' => 17424,
'extension' => 'php',
'class' => 'Rsx_Framework_Provider',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Framework_Provider',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 74,
),
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 190,
),
'provides' =>
array (
'name' => 'provides',
'static' => true,
'visibility' => 'public',
'line' => 317,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 74,
),
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 190,
),
'provides' =>
array (
'name' => 'provides',
'static' => false,
'visibility' => 'public',
'line' => 317,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'defer',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Providers/Rsx_Migration_Notice_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Migration_Notice_Provider.php',
'hash' => '9daa3b1349e565a314f038deb57f9dab72a5ec5b',
'mtime' => 1762148073,
'size' => 2120,
'extension' => 'php',
'class' => 'Rsx_Migration_Notice_Provider',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Migration_Notice_Provider',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 43,
),
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 53,
),
),
),
'app/RSpade/Core/Providers/Rsx_Preboot_Service.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Preboot_Service.php',
'hash' => '7aeeaad26f111321d4e4e3047d0f1ae07e8e86fb',
'mtime' => 1762148073,
'size' => 7851,
'extension' => 'php',
'static_properties' =>
array (
'lock_fp' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'build_cache_cleared' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Rsx_Preboot_Service',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Preboot_Service',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
'__clear_build_cache_once' =>
array (
'name' => '__clear_build_cache_once',
'static' => true,
'visibility' => 'public',
'line' => 79,
),
'__handle_sequential_debug_lock' =>
array (
'name' => '__handle_sequential_debug_lock',
'static' => true,
'visibility' => 'public',
'line' => 116,
),
'__try_database_lock' =>
array (
'name' => '__try_database_lock',
'static' => true,
'visibility' => 'public',
'line' => 135,
),
'__acquire_file_lock' =>
array (
'name' => '__acquire_file_lock',
'static' => true,
'visibility' => 'public',
'line' => 199,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'lock_fp',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'build_cache_cleared',
'visibility' => 'public',
'static' => true,
),
),
),
'app/RSpade/Core/Providers/Rsx_Restricted_Routing_Provider.php' =>
array (
'file' => 'app/RSpade/Core/Providers/Rsx_Restricted_Routing_Provider.php',
'hash' => 'b79bc9cead7b9381ac6fa222e3d8863fa961dc1b',
'mtime' => 1762148073,
'size' => 2085,
'extension' => 'php',
'class' => 'Rsx_Restricted_Routing_Provider',
'namespace' => 'App\\RSpade\\Core\\Providers',
'fqcn' => 'App\\RSpade\\Core\\Providers\\Rsx_Restricted_Routing_Provider',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => true,
'visibility' => 'public',
'line' => 42,
),
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 65,
),
),
'public_instance_methods' =>
array (
'register' =>
array (
'name' => 'register',
'static' => false,
'visibility' => 'public',
'line' => 42,
),
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 65,
),
),
),
'app/RSpade/Core/REDIS_USAGE.md' =>
array (
'file' => 'app/RSpade/Core/REDIS_USAGE.md',
'hash' => '3ae8a222fb1c3740e188f01a501ea174b064639e',
'mtime' => 1760218656,
'size' => 12109,
'extension' => 'md',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Response/Auth_Required_Response.php' =>
array (
'file' => 'app/RSpade/Core/Response/Auth_Required_Response.php',
'hash' => 'ef2e35c642e6b48ec25469fead2904ff0b584521',
'mtime' => 1762148073,
'size' => 680,
'extension' => 'php',
'class' => 'Auth_Required_Response',
'namespace' => 'App\\RSpade\\Core\\Response',
'fqcn' => 'App\\RSpade\\Core\\Response\\Auth_Required_Response',
'extends' => 'Rsx_Response_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'Authentication Required',
),
1 =>
array (
'name' => 'redirect',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => '/login',
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'Authentication Required',
),
1 =>
array (
'name' => 'redirect',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => '/login',
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
),
),
'app/RSpade/Core/Response/Fatal_Error_Response.php' =>
array (
'file' => 'app/RSpade/Core/Response/Fatal_Error_Response.php',
'hash' => '14c8144a3caa76a1b8fe891dd43b78c3500104ab',
'mtime' => 1762931731,
'size' => 640,
'extension' => 'php',
'class' => 'Fatal_Error_Response',
'namespace' => 'App\\RSpade\\Core\\Response',
'fqcn' => 'App\\RSpade\\Core\\Response\\Fatal_Error_Response',
'extends' => 'Rsx_Response_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'An error has occurred.',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'An error has occurred.',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
),
),
'app/RSpade/Core/Response/Form_Error_Response.php' =>
array (
'file' => 'app/RSpade/Core/Response/Form_Error_Response.php',
'hash' => '00bf5a3562733fea61ce77ac4461fdfa414aa2d4',
'mtime' => 1762148073,
'size' => 652,
'extension' => 'php',
'class' => 'Form_Error_Response',
'namespace' => 'App\\RSpade\\Core\\Response',
'fqcn' => 'App\\RSpade\\Core\\Response\\Form_Error_Response',
'extends' => 'Rsx_Response_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'An error has occurred.',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'An error has occurred.',
),
1 =>
array (
'name' => 'details',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
),
),
'app/RSpade/Core/Response/Rsx_Response_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Response/Rsx_Response_Abstract.php',
'hash' => 'b54d2a9946b69a92af95c72dea958384a3394e4b',
'mtime' => 1762148073,
'size' => 936,
'extension' => 'php',
'class' => 'Rsx_Response_Abstract',
'namespace' => 'App\\RSpade\\Core\\Response',
'fqcn' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'get_type' =>
array (
'name' => 'get_type',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'get_reason' =>
array (
'name' => 'get_reason',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'get_redirect' =>
array (
'name' => 'get_redirect',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'get_details' =>
array (
'name' => 'get_details',
'static' => true,
'visibility' => 'public',
'line' => 44,
),
),
'public_instance_methods' =>
array (
'get_type' =>
array (
'name' => 'get_type',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'get_reason' =>
array (
'name' => 'get_reason',
'static' => false,
'visibility' => 'public',
'line' => 28,
),
'get_redirect' =>
array (
'name' => 'get_redirect',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'get_details' =>
array (
'name' => 'get_details',
'static' => false,
'visibility' => 'public',
'line' => 44,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'reason',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'redirect',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'details',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Response/Unauthorized_Response.php' =>
array (
'file' => 'app/RSpade/Core/Response/Unauthorized_Response.php',
'hash' => 'c7972e75fdc07062ef2a8e658036f254b386e780',
'mtime' => 1762148073,
'size' => 652,
'extension' => 'php',
'class' => 'Unauthorized_Response',
'namespace' => 'App\\RSpade\\Core\\Response',
'fqcn' => 'App\\RSpade\\Core\\Response\\Unauthorized_Response',
'extends' => 'Rsx_Response_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'Unauthorized',
),
1 =>
array (
'name' => 'redirect',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 17,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'Unauthorized',
),
1 =>
array (
'name' => 'redirect',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'get_type' =>
array (
'name' => 'get_type',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
),
),
'app/RSpade/Core/Rsx.php' =>
array (
'file' => 'app/RSpade/Core/Rsx.php',
'hash' => 'fe36558cc0f4d0a72f338293efa36f42ecc2895c',
'mtime' => 1762148235,
'size' => 17681,
'extension' => 'php',
'static_properties' =>
array (
'current_controller' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'current_action' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'current_params' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Rsx',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\Rsx',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'_set_current_controller_action' =>
array (
'name' => '_set_current_controller_action',
'static' => true,
'visibility' => 'public',
'line' => 52,
'parameters' =>
array (
0 =>
array (
'name' => 'controller_class',
'optional' => false,
),
1 =>
array (
'name' => 'action_method',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_current_controller' =>
array (
'name' => 'get_current_controller',
'static' => true,
'visibility' => 'public',
'line' => 68,
),
'get_current_action' =>
array (
'name' => 'get_current_action',
'static' => true,
'visibility' => 'public',
'line' => 78,
),
'get_current_params' =>
array (
'name' => 'get_current_params',
'static' => true,
'visibility' => 'public',
'line' => 88,
),
'_clear_current_controller_action' =>
array (
'name' => '_clear_current_controller_action',
'static' => true,
'visibility' => 'public',
'line' => 96,
),
'flash_alert' =>
array (
'name' => 'flash_alert',
'static' => true,
'visibility' => 'public',
'line' => 110,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
),
1 =>
array (
'name' => 'class_attribute',
'optional' => true,
'default' => 'alert alert-danger alert-flash',
),
),
),
'render_flash_alerts' =>
array (
'name' => 'render_flash_alerts',
'static' => true,
'visibility' => 'public',
'line' => 133,
),
'flash_success' =>
array (
'name' => 'flash_success',
'static' => true,
'visibility' => 'public',
'line' => 175,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
),
),
),
'flash_error' =>
array (
'name' => 'flash_error',
'static' => true,
'visibility' => 'public',
'line' => 186,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
),
),
),
'flash_warning' =>
array (
'name' => 'flash_warning',
'static' => true,
'visibility' => 'public',
'line' => 197,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
),
),
),
'flash_info' =>
array (
'name' => 'flash_info',
'static' => true,
'visibility' => 'public',
'line' => 208,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
),
),
),
'Route' =>
array (
'name' => 'Route',
'static' => true,
'visibility' => 'public',
'line' => 260,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
),
1 =>
array (
'name' => 'action_name',
'optional' => true,
'default' => 'index',
),
2 =>
array (
'name' => 'params',
'optional' => true,
'default' => NULL,
),
),
),
'_generate_url_from_pattern' =>
array (
'name' => '_generate_url_from_pattern',
'static' => true,
'visibility' => 'public',
'line' => 390,
'parameters' =>
array (
0 =>
array (
'name' => 'pattern',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
),
2 =>
array (
'name' => 'class_name',
'optional' => false,
),
3 =>
array (
'name' => 'action_name',
'optional' => false,
),
),
),
'trigger_filter' =>
array (
'name' => 'trigger_filter',
'static' => true,
'visibility' => 'public',
'line' => 456,
'parameters' =>
array (
0 =>
array (
'name' => 'event',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
),
),
),
'trigger_gate' =>
array (
'name' => 'trigger_gate',
'static' => true,
'visibility' => 'public',
'line' => 485,
'parameters' =>
array (
0 =>
array (
'name' => 'event',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
),
),
),
'trigger_action' =>
array (
'name' => 'trigger_action',
'static' => true,
'visibility' => 'public',
'line' => 517,
'parameters' =>
array (
0 =>
array (
'name' => 'event',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'data',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'current_controller',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'current_action',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'current_params',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Core/RsxReflection.php' =>
array (
'file' => 'app/RSpade/Core/RsxReflection.php',
'hash' => 'cbc34d138b079d7e899d8d46a89b33841358fd2d',
'mtime' => 1762148073,
'size' => 22660,
'extension' => 'php',
'class' => 'RsxReflection',
'namespace' => 'App\\RSpade\\Core',
'fqcn' => 'App\\RSpade\\Core\\RsxReflection',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'get_classes_extending' =>
array (
'name' => 'get_classes_extending',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'base_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_classes_implementing' =>
array (
'name' => 'get_classes_implementing',
'static' => true,
'visibility' => 'public',
'line' => 79,
'parameters' =>
array (
0 =>
array (
'name' => 'interface',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_static_methods' =>
array (
'name' => 'get_static_methods',
'static' => true,
'visibility' => 'public',
'line' => 132,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'include_inherited',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
),
),
'get_method_attributes' =>
array (
'name' => 'get_method_attributes',
'static' => true,
'visibility' => 'public',
'line' => 198,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'attribute_class',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'get_class_attributes' =>
array (
'name' => 'get_class_attributes',
'static' => true,
'visibility' => 'public',
'line' => 255,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'attribute_class',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'has_method' =>
array (
'name' => 'has_method',
'static' => true,
'visibility' => 'public',
'line' => 312,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_class_file' =>
array (
'name' => 'get_class_file',
'static' => true,
'visibility' => 'public',
'line' => 346,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_classes_with_attribute' =>
array (
'name' => 'get_classes_with_attribute',
'static' => true,
'visibility' => 'public',
'line' => 365,
'parameters' =>
array (
0 =>
array (
'name' => 'attribute_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_methods_with_attribute' =>
array (
'name' => 'get_methods_with_attribute',
'static' => true,
'visibility' => 'public',
'line' => 417,
'parameters' =>
array (
0 =>
array (
'name' => 'attribute_class',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'route' =>
array (
'name' => 'route',
'static' => true,
'visibility' => 'public',
'line' => 477,
'parameters' =>
array (
0 =>
array (
'name' => 'target',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_route_for_method' =>
array (
'name' => 'get_route_for_method',
'static' => true,
'visibility' => 'public',
'line' => 529,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'method_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_class_info' =>
array (
'name' => 'get_class_info',
'static' => true,
'visibility' => 'public',
'line' => 548,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'invalidate_cache' =>
array (
'name' => 'invalidate_cache',
'static' => true,
'visibility' => 'public',
'line' => 588,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__is_class_modified' =>
array (
'name' => '__is_class_modified',
'static' => true,
'visibility' => 'public',
'line' => 607,
'parameters' =>
array (
0 =>
array (
'name' => 'class_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'clear_all_cache' =>
array (
'name' => 'clear_all_cache',
'static' => true,
'visibility' => 'public',
'line' => 630,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'reflection_cache',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Search/Search_Index_Model.php' =>
array (
'file' => 'app/RSpade/Core/Search/Search_Index_Model.php',
'hash' => '12dac0fcd46585e7514b2b74f99cea0ee23a66e1',
'mtime' => 1762240691,
'size' => 5184,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
'rel' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Search_Index_Model',
'namespace' => 'App\\RSpade\\Core\\Search',
'fqcn' => 'App\\RSpade\\Core\\Search\\Search_Index_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'indexable' =>
array (
'name' => 'indexable',
'static' => true,
'visibility' => 'public',
'line' => 76,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_metadata' =>
array (
'name' => 'get_metadata',
'static' => true,
'visibility' => 'public',
'line' => 86,
),
'set_metadata' =>
array (
'name' => 'set_metadata',
'static' => true,
'visibility' => 'public',
'line' => 101,
'parameters' =>
array (
0 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'search' =>
array (
'name' => 'search',
'static' => true,
'visibility' => 'public',
'line' => 115,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'mode',
'optional' => true,
'default' => 'BOOLEAN',
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => true,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'scopeByExtractionMethod' =>
array (
'name' => 'scopeByExtractionMethod',
'static' => true,
'visibility' => 'public',
'line' => 143,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => false,
),
),
),
'scopeByLanguage' =>
array (
'name' => 'scopeByLanguage',
'static' => true,
'visibility' => 'public',
'line' => 155,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'language',
'optional' => false,
),
),
),
'find_or_create_for_model' =>
array (
'name' => 'find_or_create_for_model',
'static' => true,
'visibility' => 'public',
'line' => 167,
'parameters' =>
array (
0 =>
array (
'name' => 'indexable_type',
'optional' => false,
),
1 =>
array (
'name' => 'indexable_id',
'optional' => false,
),
),
),
'mark_stale' =>
array (
'name' => 'mark_stale',
'static' => true,
'visibility' => 'public',
'line' => 187,
),
'is_stale' =>
array (
'name' => 'is_stale',
'static' => true,
'visibility' => 'public',
'line' => 198,
),
),
'public_instance_methods' =>
array (
'indexable' =>
array (
'name' => 'indexable',
'static' => false,
'visibility' => 'public',
'line' => 76,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_metadata' =>
array (
'name' => 'get_metadata',
'static' => false,
'visibility' => 'public',
'line' => 86,
),
'set_metadata' =>
array (
'name' => 'set_metadata',
'static' => false,
'visibility' => 'public',
'line' => 101,
'parameters' =>
array (
0 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => false,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'scopeByExtractionMethod' =>
array (
'name' => 'scopeByExtractionMethod',
'static' => false,
'visibility' => 'public',
'line' => 143,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => false,
),
),
),
'scopeByLanguage' =>
array (
'name' => 'scopeByLanguage',
'static' => false,
'visibility' => 'public',
'line' => 155,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'language',
'optional' => false,
),
),
),
'mark_stale' =>
array (
'name' => 'mark_stale',
'static' => false,
'visibility' => 'public',
'line' => 187,
),
'is_stale' =>
array (
'name' => 'is_stale',
'static' => false,
'visibility' => 'public',
'line' => 198,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => 'rel',
'visibility' => 'public',
'static' => true,
),
2 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
4 =>
array (
'name' => 'columnMeta',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '8326e08e93a263c62aa2b8e0dab7a5f3',
'js_stub' => 'storage/rsx-build/js-model-stubs/search-index-model.js',
),
'app/RSpade/Core/Service/Rsx_Service_Abstract.php' =>
array (
'file' => 'app/RSpade/Core/Service/Rsx_Service_Abstract.php',
'hash' => 'de6c4fe3a975c5c21e704454ae6a6f7bd8c63979',
'mtime' => 1762148073,
'size' => 1651,
'extension' => 'php',
'class' => 'Rsx_Service_Abstract',
'namespace' => 'App\\RSpade\\Core\\Service',
'fqcn' => 'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'attributes' =>
array (
'Monoprogenic' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'pre_task' =>
array (
'name' => 'pre_task',
'static' => true,
'visibility' => 'public',
'line' => 27,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__param' =>
array (
'name' => '__param',
'static' => true,
'visibility' => 'public',
'line' => 42,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
),
1 =>
array (
'name' => 'key',
'optional' => false,
),
2 =>
array (
'name' => 'default',
'optional' => true,
'default' => NULL,
),
),
),
'__has_param' =>
array (
'name' => '__has_param',
'static' => true,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
),
1 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Session/Session.php' =>
array (
'file' => 'app/RSpade/Core/Session/Session.php',
'hash' => 'f342cf4161cd104961c0f23177b21f07311d3073',
'mtime' => 1762932498,
'size' => 23232,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
'_session' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_site' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_login_user' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_user' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_session_token' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_has_init' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_has_activate' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_has_set_cookie' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_experience_id' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_request_site_id_override' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_cli_site_id' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_cli_login_user_id' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_cli_user_id' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'_cli_experience_id' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
),
'class' => 'Session',
'namespace' => 'App\\RSpade\\Core\\Session',
'fqcn' => 'App\\RSpade\\Core\\Session\\Session',
'extends' => 'Rsx_System_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_System_Model_Abstract',
'public_static_methods' =>
array (
'__is_cli' =>
array (
'name' => '__is_cli',
'static' => true,
'visibility' => 'public',
'line' => 133,
),
'__is_fpc_client' =>
array (
'name' => '__is_fpc_client',
'static' => true,
'visibility' => 'public',
'line' => 142,
),
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 154,
),
'__activate' =>
array (
'name' => '__activate',
'static' => true,
'visibility' => 'public',
'line' => 211,
),
'_set_cookie' =>
array (
'name' => '_set_cookie',
'static' => true,
'visibility' => 'public',
'line' => 256,
),
'__get_client_ip' =>
array (
'name' => '__get_client_ip',
'static' => true,
'visibility' => 'public',
'line' => 284,
),
'reset' =>
array (
'name' => 'reset',
'static' => true,
'visibility' => 'public',
'line' => 309,
),
'get_site_id' =>
array (
'name' => 'get_site_id',
'static' => true,
'visibility' => 'public',
'line' => 342,
),
'get_site' =>
array (
'name' => 'get_site',
'static' => true,
'visibility' => 'public',
'line' => 367,
),
'get_login_user_id' =>
array (
'name' => 'get_login_user_id',
'static' => true,
'visibility' => 'public',
'line' => 387,
),
'get_user_id' =>
array (
'name' => 'get_user_id',
'static' => true,
'visibility' => 'public',
'line' => 409,
),
'is_logged_in' =>
array (
'name' => 'is_logged_in',
'static' => true,
'visibility' => 'public',
'line' => 425,
),
'get_login_user' =>
array (
'name' => 'get_login_user',
'static' => true,
'visibility' => 'public',
'line' => 434,
),
'get_user' =>
array (
'name' => 'get_user',
'static' => true,
'visibility' => 'public',
'line' => 453,
),
'get_session' =>
array (
'name' => 'get_session',
'static' => true,
'visibility' => 'public',
'line' => 475,
),
'get_session_id' =>
array (
'name' => 'get_session_id',
'static' => true,
'visibility' => 'public',
'line' => 486,
),
'get_csrf_token' =>
array (
'name' => 'get_csrf_token',
'static' => true,
'visibility' => 'public',
'line' => 497,
),
'verify_csrf_token' =>
array (
'name' => 'verify_csrf_token',
'static' => true,
'visibility' => 'public',
'line' => 513,
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'logout' =>
array (
'name' => 'logout',
'static' => true,
'visibility' => 'public',
'line' => 529,
),
'set_user' =>
array (
'name' => 'set_user',
'static' => true,
'visibility' => 'public',
'line' => 540,
'parameters' =>
array (
0 =>
array (
'name' => 'login_user',
'optional' => false,
),
),
),
'set_site' =>
array (
'name' => 'set_site',
'static' => true,
'visibility' => 'public',
'line' => 625,
'parameters' =>
array (
0 =>
array (
'name' => 'site',
'optional' => false,
),
),
),
'has_session' =>
array (
'name' => 'has_session',
'static' => true,
'visibility' => 'public',
'line' => 665,
),
'set_user_id' =>
array (
'name' => 'set_user_id',
'static' => true,
'visibility' => 'public',
'line' => 684,
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
'optional' => false,
),
),
),
'set_site_id' =>
array (
'name' => 'set_site_id',
'static' => true,
'visibility' => 'public',
'line' => 695,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'find_by_token' =>
array (
'name' => 'find_by_token',
'static' => true,
'visibility' => 'public',
'line' => 705,
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'cleanup_expired' =>
array (
'name' => 'cleanup_expired',
'static' => true,
'visibility' => 'public',
'line' => 717,
'parameters' =>
array (
0 =>
array (
'name' => 'days_until_expiry',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 365,
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 728,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'login_user' =>
array (
'name' => 'login_user',
'static' => true,
'visibility' => 'public',
'line' => 743,
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 752,
),
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 762,
),
'set_experience_id' =>
array (
'name' => 'set_experience_id',
'static' => true,
'visibility' => 'public',
'line' => 777,
'parameters' =>
array (
0 =>
array (
'name' => 'experience_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'get_experience_id' =>
array (
'name' => 'get_experience_id',
'static' => true,
'visibility' => 'public',
'line' => 802,
),
'set_request_site_id_override' =>
array (
'name' => 'set_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 819,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'clear_request_site_id_override' =>
array (
'name' => 'clear_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 829,
),
'has_request_site_id_override' =>
array (
'name' => 'has_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 839,
),
),
'public_instance_methods' =>
array (
'save' =>
array (
'name' => 'save',
'static' => false,
'visibility' => 'public',
'line' => 728,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'login_user' =>
array (
'name' => 'login_user',
'static' => false,
'visibility' => 'public',
'line' => 743,
),
'site' =>
array (
'name' => 'site',
'static' => false,
'visibility' => 'public',
'line' => 752,
),
'user' =>
array (
'name' => 'user',
'static' => false,
'visibility' => 'public',
'line' => 762,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
1 =>
array (
'name' => '_session',
'visibility' => 'private',
'static' => true,
),
2 =>
array (
'name' => '_site',
'visibility' => 'private',
'static' => true,
),
3 =>
array (
'name' => '_login_user',
'visibility' => 'private',
'static' => true,
),
4 =>
array (
'name' => '_user',
'visibility' => 'private',
'static' => true,
),
5 =>
array (
'name' => '_session_token',
'visibility' => 'private',
'static' => true,
),
6 =>
array (
'name' => '_has_init',
'visibility' => 'private',
'static' => true,
),
7 =>
array (
'name' => '_has_activate',
'visibility' => 'private',
'static' => true,
),
8 =>
array (
'name' => '_has_set_cookie',
'visibility' => 'private',
'static' => true,
),
9 =>
array (
'name' => '_experience_id',
'visibility' => 'private',
'static' => true,
),
10 =>
array (
'name' => '_request_site_id_override',
'visibility' => 'private',
'static' => true,
),
11 =>
array (
'name' => '_cli_site_id',
'visibility' => 'private',
'static' => true,
),
12 =>
array (
'name' => '_cli_login_user_id',
'visibility' => 'private',
'static' => true,
),
13 =>
array (
'name' => '_cli_user_id',
'visibility' => 'private',
'static' => true,
),
14 =>
array (
'name' => '_cli_experience_id',
'visibility' => 'private',
'static' => true,
),
15 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
16 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
17 =>
array (
'name' => 'neverExport',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Core/Storage/Rsx_Storage_Helper.php' =>
array (
'file' => 'app/RSpade/Core/Storage/Rsx_Storage_Helper.php',
'hash' => 'a8c814d847ff13375cb902ed2acd2fd566ebdeff',
'mtime' => 1762148073,
'size' => 6678,
'extension' => 'php',
'class' => 'Rsx_Storage_Helper',
'namespace' => 'App\\RSpade\\Core\\Storage',
'fqcn' => 'App\\RSpade\\Core\\Storage\\Rsx_Storage_Helper',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'_is_standard_environment' =>
array (
'name' => '_is_standard_environment',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'_get_env_hash' =>
array (
'name' => '_get_env_hash',
'static' => true,
'visibility' => 'public',
'line' => 48,
),
'get_path' =>
array (
'name' => 'get_path',
'static' => true,
'visibility' => 'public',
'line' => 67,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'subpath',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'build' =>
array (
'name' => 'build',
'static' => true,
'visibility' => 'public',
'line' => 108,
'parameters' =>
array (
0 =>
array (
'name' => 'subpath',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'tmp' =>
array (
'name' => 'tmp',
'static' => true,
'visibility' => 'public',
'line' => 117,
'parameters' =>
array (
0 =>
array (
'name' => 'subpath',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'locks' =>
array (
'name' => 'locks',
'static' => true,
'visibility' => 'public',
'line' => 126,
'parameters' =>
array (
0 =>
array (
'name' => 'subpath',
'optional' => true,
'type' => 'string',
'nullable' => true,
'default' => NULL,
),
),
),
'clear' =>
array (
'name' => 'clear',
'static' => true,
'visibility' => 'public',
'line' => 137,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'recursive',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => true,
),
),
),
'clear_all_ide_storage' =>
array (
'name' => 'clear_all_ide_storage',
'static' => true,
'visibility' => 'public',
'line' => 173,
),
'get_env_hash' =>
array (
'name' => 'get_env_hash',
'static' => true,
'visibility' => 'public',
'line' => 206,
),
'is_standard_environment' =>
array (
'name' => 'is_standard_environment',
'static' => true,
'visibility' => 'public',
'line' => 217,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => '_env_hash',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => '_is_standard_env',
'visibility' => 'private',
'static' => true,
),
2 =>
array (
'name' => '_created_dirs',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Core/Task/Task.php' =>
array (
'file' => 'app/RSpade/Core/Task/Task.php',
'hash' => '8da3a353111280f902a386643abf3bbce5cb160f',
'mtime' => 1762148073,
'size' => 4281,
'extension' => 'php',
'class' => 'Task',
'namespace' => 'App\\RSpade\\Core\\Task',
'fqcn' => 'App\\RSpade\\Core\\Task\\Task',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'internal' =>
array (
'name' => 'internal',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'rsx_service',
'optional' => false,
),
1 =>
array (
'name' => 'rsx_task',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'default' =>
array (
),
),
),
),
'format_task_response' =>
array (
'name' => 'format_task_response',
'static' => true,
'visibility' => 'public',
'line' => 121,
'parameters' =>
array (
0 =>
array (
'name' => 'response',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php' =>
array (
'file' => 'app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
'hash' => '044cb45e218b3f25ec88eb0fc2f9668eff672fb8',
'mtime' => 1762148073,
'size' => 7567,
'extension' => 'php',
'static_properties' =>
array (
'first_names' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'last_names' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'cities' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'street_names' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
'words' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'private',
),
),
'class' => 'Rsx_Formdata_Generator_Controller',
'namespace' => 'App\\RSpade\\Core\\Testing',
'fqcn' => 'App\\RSpade\\Core\\Testing\\Rsx_Formdata_Generator_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'__check_production' =>
array (
'name' => '__check_production',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'__load_wordlist' =>
array (
'name' => '__load_wordlist',
'static' => true,
'visibility' => 'public',
'line' => 41,
'parameters' =>
array (
0 =>
array (
'name' => 'filename',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__random_from_list' =>
array (
'name' => '__random_from_list',
'static' => true,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'list_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'first_name' =>
array (
'name' => 'first_name',
'static' => true,
'visibility' => 'public',
'line' => 70,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'last_name' =>
array (
'name' => 'last_name',
'static' => true,
'visibility' => 'public',
'line' => 80,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'company_name' =>
array (
'name' => 'company_name',
'static' => true,
'visibility' => 'public',
'line' => 90,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'address' =>
array (
'name' => 'address',
'static' => true,
'visibility' => 'public',
'line' => 112,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'city' =>
array (
'name' => 'city',
'static' => true,
'visibility' => 'public',
'line' => 127,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'state' =>
array (
'name' => 'state',
'static' => true,
'visibility' => 'public',
'line' => 137,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'zip' =>
array (
'name' => 'zip',
'static' => true,
'visibility' => 'public',
'line' => 156,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'phone' =>
array (
'name' => 'phone',
'static' => true,
'visibility' => 'public',
'line' => 167,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'email' =>
array (
'name' => 'email',
'static' => true,
'visibility' => 'public',
'line' => 196,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'website' =>
array (
'name' => 'website',
'static' => true,
'visibility' => 'public',
'line' => 211,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'text' =>
array (
'name' => 'text',
'static' => true,
'visibility' => 'public',
'line' => 226,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'first_names',
'visibility' => 'private',
'static' => true,
),
1 =>
array (
'name' => 'last_names',
'visibility' => 'private',
'static' => true,
),
2 =>
array (
'name' => 'cities',
'visibility' => 'private',
'static' => true,
),
3 =>
array (
'name' => 'street_names',
'visibility' => 'private',
'static' => true,
),
4 =>
array (
'name' => 'words',
'visibility' => 'private',
'static' => true,
),
),
'api_methods_hash' => '538fba64a37c253a1e464cb566a127de',
'js_stub' => 'storage/rsx-build/js-stubs/Rsx_Formdata_Generator_Controller.js',
),
'app/RSpade/Core/Testing/refactor.list' =>
array (
'file' => 'app/RSpade/Core/Testing/refactor.list',
'hash' => '210ea890c7a9bb9c0c60219fdf7ead8c2fdd0be3',
'mtime' => 1761805179,
'size' => 496,
'extension' => 'list',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Core/Validation/LayoutChainValidator.php' =>
array (
'file' => 'app/RSpade/Core/Validation/LayoutChainValidator.php',
'hash' => 'd4121f8126ea6085976b797d9ba3f70f8d25920c',
'mtime' => 1762148073,
'size' => 4622,
'extension' => 'php',
'class' => 'LayoutChainValidator',
'namespace' => 'App\\RSpade\\Core\\Validation',
'fqcn' => 'App\\RSpade\\Core\\Validation\\LayoutChainValidator',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'validate_layout_chain' =>
array (
'name' => 'validate_layout_chain',
'static' => true,
'visibility' => 'public',
'line' => 25,
'parameters' =>
array (
0 =>
array (
'name' => 'view_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'_build_layout_chain' =>
array (
'name' => '_build_layout_chain',
'static' => true,
'visibility' => 'public',
'line' => 94,
'parameters' =>
array (
0 =>
array (
'name' => 'start_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/Validation/ViewValidator.php' =>
array (
'file' => 'app/RSpade/Core/Validation/ViewValidator.php',
'hash' => '52db8b3e798514442d12273f9fb22d3aea45902e',
'mtime' => 1762148073,
'size' => 5052,
'extension' => 'php',
'class' => 'ViewValidator',
'namespace' => 'App\\RSpade\\Core\\Validation',
'fqcn' => 'App\\RSpade\\Core\\Validation\\ViewValidator',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 11,
'code' => '* - No inline <style> or <script> tags in views (not layouts)',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 11,
'code' => '* - No inline <style> or <script> tags in views (not layouts)',
),
),
),
),
'abstract' => false,
'public_static_methods' =>
array (
'validate_view' =>
array (
'name' => 'validate_view',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'validate_layout' =>
array (
'name' => 'validate_layout',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'layout_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Core/View/PageData.php' =>
array (
'file' => 'app/RSpade/Core/View/PageData.php',
'hash' => '5c12c9587e983a2b803dcefc7bd456bdda360132',
'mtime' => 1762920865,
'size' => 1247,
'extension' => 'php',
'class' => 'PageData',
'namespace' => 'App\\RSpade\\Core\\View',
'fqcn' => 'App\\RSpade\\Core\\View\\PageData',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'add' =>
array (
'name' => 'add',
'static' => true,
'visibility' => 'public',
'line' => 33,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get' =>
array (
'name' => 'get',
'static' => true,
'visibility' => 'public',
'line' => 43,
),
'has_data' =>
array (
'name' => 'has_data',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'data',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml.php',
'hash' => '3da5e95e6cb45810c1c280dfe9ef54ee97f4d11f',
'mtime' => 1762148073,
'size' => 2858,
'extension' => 'php',
'class' => 'Jqhtml',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'component' =>
array (
'name' => 'component',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'component_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'args',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
2 =>
array (
'name' => 'slot_content',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '',
),
),
),
'get_jqhtml_template_by_id' =>
array (
'name' => 'get_jqhtml_template_by_id',
'static' => true,
'visibility' => 'public',
'line' => 48,
'parameters' =>
array (
0 =>
array (
'name' => 'template_id',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/JqhtmlBladeCompiler.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/JqhtmlBladeCompiler.php',
'hash' => 'e6053effae46412afa0ef9b9e066aa1c13ef688f',
'mtime' => 1762148073,
'size' => 17103,
'extension' => 'php',
'class' => 'JqhtmlBladeCompiler',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlBladeCompiler',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'__get_jqhtml_components' =>
array (
'name' => '__get_jqhtml_components',
'static' => true,
'visibility' => 'public',
'line' => 21,
),
'precompile' =>
array (
'name' => 'precompile',
'static' => true,
'visibility' => 'public',
'line' => 36,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__parse_attributes' =>
array (
'name' => '__parse_attributes',
'static' => true,
'visibility' => 'public',
'line' => 280,
'parameters' =>
array (
0 =>
array (
'name' => 'attributes',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__to_php_array' =>
array (
'name' => '__to_php_array',
'static' => true,
'visibility' => 'public',
'line' => 340,
'parameters' =>
array (
0 =>
array (
'name' => 'attrs',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__get_default_wrapper_tag' =>
array (
'name' => '__get_default_wrapper_tag',
'static' => true,
'visibility' => 'public',
'line' => 370,
'parameters' =>
array (
0 =>
array (
'name' => 'component_name',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'jqhtml_components',
'visibility' => 'private',
'static' => true,
),
),
),
'app/RSpade/Integrations/Jqhtml/JqhtmlExceptionRenderer.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/JqhtmlExceptionRenderer.php',
'hash' => '359ff006db5b2cf526e45b6065c77b0b3ee46cc1',
'mtime' => 1762148073,
'size' => 685,
'extension' => 'php',
'class' => 'JqhtmlExceptionRenderer',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlExceptionRenderer',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 16,
'parameters' =>
array (
0 =>
array (
'name' => 'errorPageHandler',
'optional' => false,
'type' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ErrorPageRenderer',
'nullable' => false,
),
),
),
'render' =>
array (
'name' => 'render',
'static' => true,
'visibility' => 'public',
'line' => 21,
'parameters' =>
array (
0 =>
array (
'name' => 'throwable',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 16,
'parameters' =>
array (
0 =>
array (
'name' => 'errorPageHandler',
'optional' => false,
'type' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ErrorPageRenderer',
'nullable' => false,
),
),
),
'render' =>
array (
'name' => 'render',
'static' => false,
'visibility' => 'public',
'line' => 21,
'parameters' =>
array (
0 =>
array (
'name' => 'throwable',
'optional' => false,
),
),
),
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Foundation\\ExceptionRenderer',
),
'properties' =>
array (
0 =>
array (
'name' => 'errorPageHandler',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Integrations/Jqhtml/JqhtmlServiceProvider.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/JqhtmlServiceProvider.php',
'hash' => 'beca79b50332785001d5aa3c8a26b4c221727159',
'mtime' => 1762148073,
'size' => 1210,
'extension' => 'php',
'class' => 'JqhtmlServiceProvider',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlServiceProvider',
'extends' => 'ServiceProvider',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\Support\\ServiceProvider',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
'boot' =>
array (
'name' => 'boot',
'static' => false,
'visibility' => 'public',
'line' => 20,
),
),
),
'app/RSpade/Integrations/Jqhtml/JqhtmlWebpackCompiler.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/JqhtmlWebpackCompiler.php',
'hash' => '091bf169fc15b3c6d07527a3edba8732c10d3b6b',
'mtime' => 1762148073,
'size' => 9501,
'extension' => 'php',
'class' => 'JqhtmlWebpackCompiler',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlWebpackCompiler',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 36,
),
'compile_file' =>
array (
'name' => 'compile_file',
'static' => true,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'compile_files' =>
array (
'name' => 'compile_files',
'static' => true,
'visibility' => 'public',
'line' => 176,
'parameters' =>
array (
0 =>
array (
'name' => 'files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => true,
'visibility' => 'public',
'line' => 236,
),
'get_cache_stats' =>
array (
'name' => 'get_cache_stats',
'static' => true,
'visibility' => 'public',
'line' => 251,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 36,
),
'compile_file' =>
array (
'name' => 'compile_file',
'static' => false,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'compile_files' =>
array (
'name' => 'compile_files',
'static' => false,
'visibility' => 'public',
'line' => 176,
'parameters' =>
array (
0 =>
array (
'name' => 'files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'clear_cache' =>
array (
'name' => 'clear_cache',
'static' => false,
'visibility' => 'public',
'line' => 236,
),
'get_cache_stats' =>
array (
'name' => 'get_cache_stats',
'static' => false,
'visibility' => 'public',
'line' => 251,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'compiler_path',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'cache_dir',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_Bundle.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Bundle.php',
'hash' => '1e904d0b2f4e59e209f64f8abba6c2bb5987401f',
'mtime' => 1762148073,
'size' => 797,
'extension' => 'php',
'class' => 'Jqhtml_Bundle',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleIntegration.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleIntegration.php',
'hash' => '3a52d7bb35640a036b9d1abffd366046294c1837',
'mtime' => 1762148073,
'size' => 3594,
'extension' => 'php',
'class' => 'Jqhtml_BundleIntegration',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_BundleIntegration',
'extends' => 'BundleIntegration_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract',
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 29,
),
'get_manifest_module' =>
array (
'name' => 'get_manifest_module',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'get_bundle_module' =>
array (
'name' => 'get_bundle_module',
'static' => true,
'visibility' => 'public',
'line' => 49,
),
'get_processor' =>
array (
'name' => 'get_processor',
'static' => true,
'visibility' => 'public',
'line' => 59,
),
'get_file_extensions' =>
array (
'name' => 'get_file_extensions',
'static' => true,
'visibility' => 'public',
'line' => 69,
),
'get_config' =>
array (
'name' => 'get_config',
'static' => true,
'visibility' => 'public',
'line' => 79,
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 102,
),
'bootstrap' =>
array (
'name' => 'bootstrap',
'static' => true,
'visibility' => 'public',
'line' => 110,
),
'get_dependencies' =>
array (
'name' => 'get_dependencies',
'static' => true,
'visibility' => 'public',
'line' => 128,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleProcessor.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleProcessor.php',
'hash' => '2c391301d54528a29f36b3996180edd16b218e89',
'mtime' => 1762148073,
'size' => 6244,
'extension' => 'php',
'class' => 'Jqhtml_BundleProcessor',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_BundleProcessor',
'extends' => 'BundleProcessor_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleProcessor_Abstract',
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 27,
),
'get_extensions' =>
array (
'name' => 'get_extensions',
'static' => true,
'visibility' => 'public',
'line' => 35,
),
'process_batch' =>
array (
'name' => 'process_batch',
'static' => true,
'visibility' => 'public',
'line' => 44,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'after_processing' =>
array (
'name' => 'after_processing',
'static' => true,
'visibility' => 'public',
'line' => 135,
'parameters' =>
array (
0 =>
array (
'name' => 'processed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'before_processing' =>
array (
'name' => 'before_processing',
'static' => true,
'visibility' => 'public',
'line' => 145,
'parameters' =>
array (
0 =>
array (
'name' => 'all_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 152,
),
'validate' =>
array (
'name' => 'validate',
'static' => true,
'visibility' => 'public',
'line' => 160,
),
'is_enabled' =>
array (
'name' => 'is_enabled',
'static' => true,
'visibility' => 'public',
'line' => 178,
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'compiler',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Integrations/Jqhtml/Component.js' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Component.js',
'hash' => '90eededd7193e64ae76081d99c10b771f75a225c',
'mtime' => 1760218656,
'size' => 477,
'extension' => 'js',
'class' => 'Component',
'extends' => '_Base_Jqhtml_Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'decorators' =>
array (
0 =>
array (
0 => 'Instantiatable',
1 =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_ErrorPageRenderer.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ErrorPageRenderer.php',
'hash' => '02121ea71dded269899af1663746bcb90d39be82',
'mtime' => 1762148073,
'size' => 3841,
'extension' => 'php',
'class' => 'Jqhtml_ErrorPageRenderer',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ErrorPageRenderer',
'extends' => 'ErrorPageRenderer',
'code_quality_metadata' =>
array (
'BLADE-SCRIPT-01' =>
array (
'inline_script_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 22,
'code' => '<script>',
),
),
),
'JS-READY-01' =>
array (
'document_ready_violations' =>
array (
0 =>
array (
'type' => 'jquery_ready',
'line' => 24,
'code' => 'document.addEventListener(\'DOMContentLoaded\', function() {',
),
),
),
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 22,
'code' => '<script>',
),
),
),
),
'abstract' => false,
'extends_fqcn' => 'Spatie\\LaravelIgnition\\Renderers\\ErrorPageRenderer',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'render' =>
array (
'name' => 'render',
'static' => true,
'visibility' => 'public',
'line' => 18,
'parameters' =>
array (
0 =>
array (
'name' => 'throwable',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'render' =>
array (
'name' => 'render',
'static' => false,
'visibility' => 'public',
'line' => 18,
'parameters' =>
array (
0 =>
array (
'name' => 'throwable',
'optional' => false,
'type' => 'Throwable',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_Exception_ViewException.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Exception_ViewException.php',
'hash' => 'e5f0adf4885ef94acfed33f0681941bac6a66541',
'mtime' => 1762148073,
'size' => 2232,
'extension' => 'php',
'class' => 'Jqhtml_Exception_ViewException',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Exception_ViewException',
'extends' => 'ViewException',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\View\\ViewException',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 22,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'column',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
4 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'getColumn' =>
array (
'name' => 'getColumn',
'static' => true,
'visibility' => 'public',
'line' => 37,
),
'setColumn' =>
array (
'name' => 'setColumn',
'static' => true,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'column',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'getContext' =>
array (
'name' => 'getContext',
'static' => true,
'visibility' => 'public',
'line' => 53,
),
'setContext' =>
array (
'name' => 'setContext',
'static' => true,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'context',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getSuggestion' =>
array (
'name' => 'getSuggestion',
'static' => true,
'visibility' => 'public',
'line' => 69,
),
'setSuggestion' =>
array (
'name' => 'setSuggestion',
'static' => true,
'visibility' => 'public',
'line' => 77,
'parameters' =>
array (
0 =>
array (
'name' => 'suggestion',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getRawMessage' =>
array (
'name' => 'getRawMessage',
'static' => true,
'visibility' => 'public',
'line' => 85,
),
'getSourceCode' =>
array (
'name' => 'getSourceCode',
'static' => true,
'visibility' => 'public',
'line' => 94,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 22,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'line',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
3 =>
array (
'name' => 'column',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 0,
),
4 =>
array (
'name' => 'previous',
'optional' => true,
'type' => 'Throwable',
'nullable' => true,
'default' => NULL,
),
),
),
'getColumn' =>
array (
'name' => 'getColumn',
'static' => false,
'visibility' => 'public',
'line' => 37,
),
'setColumn' =>
array (
'name' => 'setColumn',
'static' => false,
'visibility' => 'public',
'line' => 45,
'parameters' =>
array (
0 =>
array (
'name' => 'column',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'getContext' =>
array (
'name' => 'getContext',
'static' => false,
'visibility' => 'public',
'line' => 53,
),
'setContext' =>
array (
'name' => 'setContext',
'static' => false,
'visibility' => 'public',
'line' => 61,
'parameters' =>
array (
0 =>
array (
'name' => 'context',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getSuggestion' =>
array (
'name' => 'getSuggestion',
'static' => false,
'visibility' => 'public',
'line' => 69,
),
'setSuggestion' =>
array (
'name' => 'setSuggestion',
'static' => false,
'visibility' => 'public',
'line' => 77,
'parameters' =>
array (
0 =>
array (
'name' => 'suggestion',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'getRawMessage' =>
array (
'name' => 'getRawMessage',
'static' => false,
'visibility' => 'public',
'line' => 85,
),
'getSourceCode' =>
array (
'name' => 'getSourceCode',
'static' => false,
'visibility' => 'public',
'line' => 94,
),
),
'implements' =>
array (
0 => 'Throwable',
1 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'column',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'context',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'suggestion',
'visibility' => 'protected',
'static' => false,
),
3 =>
array (
'name' => 'rawMessage',
'visibility' => 'protected',
'static' => false,
),
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.js' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.js',
'hash' => 'eb910f6a9cc4dde233fab1f0482d9d9f46a4ce48',
'mtime' => 1761210546,
'size' => 6987,
'extension' => 'js',
'class' => 'Jqhtml_Integration',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_on_framework_modules_define' =>
array (
'name' => '_on_framework_modules_define',
'static' => true,
'visibility' => 'public',
'line' => 15,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_on_framework_modules_init' =>
array (
'name' => '_on_framework_modules_init',
'static' => true,
'visibility' => 'public',
'line' => 31,
'params' =>
array (
0 => '$scope',
),
'parameters' =>
array (
0 =>
array (
'name' => '$scope',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_component_names' =>
array (
'name' => 'get_component_names',
'static' => true,
'visibility' => 'public',
'line' => 148,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'has_component' =>
array (
'name' => 'has_component',
'static' => true,
'visibility' => 'public',
'line' => 157,
'params' =>
array (
0 => 'name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.scss' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.scss',
'hash' => 'f13731500ec1de19cbc1fd9277b676b8af4f33d9',
'mtime' => 1760218656,
'size' => 45,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Component_Init',
),
'relative_path' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestModule.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestModule.php',
'hash' => '404393b8dbaab69001a33841960f0568ac750672',
'mtime' => 1762148073,
'size' => 8316,
'extension' => 'php',
'class' => 'Jqhtml_ManifestModule',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ManifestModule',
'extends' => 'ManifestModule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract',
'public_static_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => true,
'visibility' => 'public',
'line' => 24,
),
'priority' =>
array (
'name' => 'priority',
'static' => true,
'visibility' => 'public',
'line' => 34,
),
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => false,
'visibility' => 'public',
'line' => 24,
),
'priority' =>
array (
'name' => 'priority',
'static' => false,
'visibility' => 'public',
'line' => 34,
),
'process' =>
array (
'name' => 'process',
'static' => false,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestSupport.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestSupport.php',
'hash' => 'ae0f6192883b247d1fd0845e92e4ce3317637642',
'mtime' => 1762148073,
'size' => 3531,
'extension' => 'php',
'class' => 'Jqhtml_ManifestSupport',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ManifestSupport',
'extends' => 'ManifestSupport_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestSupport_Abstract',
'public_static_methods' =>
array (
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 23,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 76,
),
'get_jqhtml_components' =>
array (
'name' => 'get_jqhtml_components',
'static' => true,
'visibility' => 'public',
'line' => 87,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_Service_Provider.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Service_Provider.php',
'hash' => 'e1949cba796526f698ef117b8e4e8dc1315926c7',
'mtime' => 1762148073,
'size' => 1042,
'extension' => 'php',
'class' => 'Jqhtml_Service_Provider',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Service_Provider',
'extends' => 'Integration_Service_Provider_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Integration_Service_Provider_Abstract',
'public_instance_methods' =>
array (
),
),
'app/RSpade/Integrations/Jqhtml/Jqhtml_View_Component.php' =>
array (
'file' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_View_Component.php',
'hash' => 'c3369ab63b0c11b70ab132f7ff61921b9869086c',
'mtime' => 1762148073,
'size' => 1549,
'extension' => 'php',
'class' => 'Jqhtml_View_Component',
'namespace' => 'App\\RSpade\\Integrations\\Jqhtml',
'fqcn' => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_View_Component',
'extends' => 'Component',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Illuminate\\View\\Component',
'attributes' =>
array (
'Instantiatable' =>
array (
0 =>
array (
),
),
),
'public_static_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => true,
'visibility' => 'public',
'line' => 32,
'parameters' =>
array (
0 =>
array (
'name' => 'component',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'args',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'render' =>
array (
'name' => 'render',
'static' => true,
'visibility' => 'public',
'line' => 51,
),
),
'public_instance_methods' =>
array (
'__construct' =>
array (
'name' => '__construct',
'static' => false,
'visibility' => 'public',
'line' => 32,
'parameters' =>
array (
0 =>
array (
'name' => 'component',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'args',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'render' =>
array (
'name' => 'render',
'static' => false,
'visibility' => 'public',
'line' => 51,
),
),
'properties' =>
array (
0 =>
array (
'name' => 'component',
'visibility' => 'public',
'static' => false,
),
1 =>
array (
'name' => 'args',
'visibility' => 'public',
'static' => false,
),
),
),
'app/RSpade/Integrations/Scss/Scss_BundleProcessor.php' =>
array (
'file' => 'app/RSpade/Integrations/Scss/Scss_BundleProcessor.php',
'hash' => '0f9369008814e6147e75333888a589c30f49862b',
'mtime' => 1762148073,
'size' => 19763,
'extension' => 'php',
'static_properties' =>
array (
'temp_dir' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'scss_files' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Scss_BundleProcessor',
'namespace' => 'App\\RSpade\\Integrations\\Scss',
'fqcn' => 'App\\RSpade\\Integrations\\Scss\\Scss_BundleProcessor',
'extends' => 'BundleProcessor_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\BundleProcessor_Abstract',
'public_static_methods' =>
array (
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'get_extensions' =>
array (
'name' => 'get_extensions',
'static' => true,
'visibility' => 'public',
'line' => 39,
),
'process_batch' =>
array (
'name' => 'process_batch',
'static' => true,
'visibility' => 'public',
'line' => 47,
'parameters' =>
array (
0 =>
array (
'name' => 'bundle_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_get_scss_cache_key' =>
array (
'name' => '_get_scss_cache_key',
'static' => true,
'visibility' => 'public',
'line' => 124,
'parameters' =>
array (
0 =>
array (
'name' => 'scss_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_scan_scss_dependencies' =>
array (
'name' => '_scan_scss_dependencies',
'static' => true,
'visibility' => 'public',
'line' => 158,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'visited',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'_resolve_scss_import' =>
array (
'name' => '_resolve_scss_import',
'static' => true,
'visibility' => 'public',
'line' => 204,
'parameters' =>
array (
0 =>
array (
'name' => 'import_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'base_dir',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'before_processing' =>
array (
'name' => 'before_processing',
'static' => true,
'visibility' => 'public',
'line' => 239,
'parameters' =>
array (
0 =>
array (
'name' => 'all_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'after_processing' =>
array (
'name' => 'after_processing',
'static' => true,
'visibility' => 'public',
'line' => 254,
'parameters' =>
array (
0 =>
array (
'name' => 'processed_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'__create_master_scss' =>
array (
'name' => '__create_master_scss',
'static' => true,
'visibility' => 'public',
'line' => 279,
'parameters' =>
array (
0 =>
array (
'name' => 'scss_files',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__compile_scss' =>
array (
'name' => '__compile_scss',
'static' => true,
'visibility' => 'public',
'line' => 304,
'parameters' =>
array (
0 =>
array (
'name' => 'input_file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'output_file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'options',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__create_compile_script' =>
array (
'name' => '__create_compile_script',
'static' => true,
'visibility' => 'public',
'line' => 330,
'parameters' =>
array (
0 =>
array (
'name' => 'input_file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'output_file',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
2 =>
array (
'name' => 'is_production',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
3 =>
array (
'name' => 'source_maps',
'optional' => false,
'type' => 'bool',
'nullable' => false,
),
),
),
'get_priority' =>
array (
'name' => 'get_priority',
'static' => true,
'visibility' => 'public',
'line' => 472,
),
'__validate_scss_file' =>
array (
'name' => '__validate_scss_file',
'static' => true,
'visibility' => 'public',
'line' => 483,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'__remove_scss_comments' =>
array (
'name' => '__remove_scss_comments',
'static' => true,
'visibility' => 'public',
'line' => 536,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'temp_dir',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'scss_files',
'visibility' => 'protected',
'static' => true,
),
),
),
'app/RSpade/Integrations/Scss/Scss_ManifestModule.php' =>
array (
'file' => 'app/RSpade/Integrations/Scss/Scss_ManifestModule.php',
'hash' => 'a67e0f1a73cc93194fee27ce3e87bb6fda097dbf',
'mtime' => 1762148073,
'size' => 10641,
'extension' => 'php',
'class' => 'Scss_ManifestModule',
'namespace' => 'App\\RSpade\\Integrations\\Scss',
'fqcn' => 'App\\RSpade\\Integrations\\Scss\\Scss_ManifestModule',
'extends' => 'ManifestModule_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract',
'public_static_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => true,
'visibility' => 'public',
'line' => 15,
),
'priority' =>
array (
'name' => 'priority',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
'handles' =>
array (
'name' => 'handles',
'static' => false,
'visibility' => 'public',
'line' => 15,
),
'priority' =>
array (
'name' => 'priority',
'static' => false,
'visibility' => 'public',
'line' => 23,
),
'process' =>
array (
'name' => 'process',
'static' => false,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
),
'app/RSpade/Modules/Model_ManifestSupport.php' =>
array (
'file' => 'app/RSpade/Modules/Model_ManifestSupport.php',
'hash' => '1cc26c5b58ceefbe8e42ddfd11fd65175ad76d09',
'mtime' => 1762148073,
'size' => 6001,
'extension' => 'php',
'class' => 'Model_ManifestSupport',
'namespace' => 'App\\RSpade\\Modules',
'fqcn' => 'App\\RSpade\\Modules\\Model_ManifestSupport',
'extends' => 'ManifestSupport_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Manifest\\ManifestSupport_Abstract',
'public_static_methods' =>
array (
'process' =>
array (
'name' => 'process',
'static' => true,
'visibility' => 'public',
'line' => 24,
'parameters' =>
array (
0 =>
array (
'name' => 'manifest_data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'__parse_column_type' =>
array (
'name' => '__parse_column_type',
'static' => true,
'visibility' => 'public',
'line' => 120,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_name' =>
array (
'name' => 'get_name',
'static' => true,
'visibility' => 'public',
'line' => 166,
),
),
'public_instance_methods' =>
array (
),
),
'app/RSpade/Testing/Rsx_Test_Abstract.php' =>
array (
'file' => 'app/RSpade/Testing/Rsx_Test_Abstract.php',
'hash' => '1fcf7763cdde05c4c2fad8b3135fc7345c8b296e',
'mtime' => 1762148073,
'size' => 7188,
'extension' => 'php',
'static_properties' =>
array (
'results' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
'current_test' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'protected',
),
),
'class' => 'Rsx_Test_Abstract',
'namespace' => 'App\\RSpade\\Testing',
'fqcn' => 'App\\RSpade\\Testing\\Rsx_Test_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'setup' =>
array (
'name' => 'setup',
'static' => true,
'visibility' => 'public',
'line' => 31,
),
'teardown' =>
array (
'name' => 'teardown',
'static' => true,
'visibility' => 'public',
'line' => 40,
),
'run' =>
array (
'name' => 'run',
'static' => true,
'visibility' => 'public',
'line' => 50,
),
'__assert_true' =>
array (
'name' => '__assert_true',
'static' => true,
'visibility' => 'public',
'line' => 99,
'parameters' =>
array (
0 =>
array (
'name' => 'condition',
'optional' => false,
),
1 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Assertion failed',
),
),
),
'__assert_false' =>
array (
'name' => '__assert_false',
'static' => true,
'visibility' => 'public',
'line' => 112,
'parameters' =>
array (
0 =>
array (
'name' => 'condition',
'optional' => false,
),
1 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Assertion failed',
),
),
),
'__assert_equals' =>
array (
'name' => '__assert_equals',
'static' => true,
'visibility' => 'public',
'line' => 124,
'parameters' =>
array (
0 =>
array (
'name' => 'expected',
'optional' => false,
),
1 =>
array (
'name' => 'actual',
'optional' => false,
),
2 =>
array (
'name' => 'message',
'optional' => true,
'default' => NULL,
),
),
),
'__assert_not_equals' =>
array (
'name' => '__assert_not_equals',
'static' => true,
'visibility' => 'public',
'line' => 140,
'parameters' =>
array (
0 =>
array (
'name' => 'expected',
'optional' => false,
),
1 =>
array (
'name' => 'actual',
'optional' => false,
),
2 =>
array (
'name' => 'message',
'optional' => true,
'default' => NULL,
),
),
),
'__assert_contains' =>
array (
'name' => '__assert_contains',
'static' => true,
'visibility' => 'public',
'line' => 155,
'parameters' =>
array (
0 =>
array (
'name' => 'needle',
'optional' => false,
),
1 =>
array (
'name' => 'haystack',
'optional' => false,
),
2 =>
array (
'name' => 'message',
'optional' => true,
'default' => NULL,
),
),
),
'__assert_array_has_key' =>
array (
'name' => '__assert_array_has_key',
'static' => true,
'visibility' => 'public',
'line' => 170,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
1 =>
array (
'name' => 'array',
'optional' => false,
),
2 =>
array (
'name' => 'message',
'optional' => true,
'default' => NULL,
),
),
),
'__assert_null' =>
array (
'name' => '__assert_null',
'static' => true,
'visibility' => 'public',
'line' => 184,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
1 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Value should be null',
),
),
),
'__assert_not_null' =>
array (
'name' => '__assert_not_null',
'static' => true,
'visibility' => 'public',
'line' => 195,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
1 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Value should not be null',
),
),
),
'__request' =>
array (
'name' => '__request',
'static' => true,
'visibility' => 'public',
'line' => 208,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => true,
'default' => 'GET',
),
2 =>
array (
'name' => 'data',
'optional' => true,
'default' =>
array (
),
),
),
),
'__pass' =>
array (
'name' => '__pass',
'static' => true,
'visibility' => 'public',
'line' => 227,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Test passed',
),
),
),
'__fail' =>
array (
'name' => '__fail',
'static' => true,
'visibility' => 'public',
'line' => 240,
'parameters' =>
array (
0 =>
array (
'name' => 'message',
'optional' => true,
'default' => 'Test failed',
),
),
),
'__skip' =>
array (
'name' => '__skip',
'static' => true,
'visibility' => 'public',
'line' => 250,
'parameters' =>
array (
0 =>
array (
'name' => 'reason',
'optional' => true,
'default' => 'Test skipped',
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'results',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'current_test',
'visibility' => 'protected',
'static' => true,
),
),
),
'composer.lock' =>
array (
'file' => 'composer.lock',
'hash' => '0d10c551ed921064733e61fe1d9f8b6f3af28600',
'mtime' => 1761691290,
'size' => 406106,
'extension' => 'lock',
'code_quality_metadata' =>
array (
),
),
'package-lock.json' =>
array (
'file' => 'package-lock.json',
'hash' => '2fd1f38f96aef6fbca4f3855fa1737f02117f984',
'mtime' => 1762975575,
'size' => 611717,
'extension' => 'json',
'code_quality_metadata' =>
array (
),
),
'rsx/app/backend/backend_bundle.php' =>
array (
'file' => 'rsx/app/backend/backend_bundle.php',
'hash' => '69c52a9909078a0d8218494097f6770fde26007f',
'mtime' => 1761074428,
'size' => 844,
'extension' => 'php',
'class' => 'Backend_Bundle',
'namespace' => 'Rsx\\App\\Backend',
'fqcn' => 'Rsx\\App\\Backend\\Backend_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/backend/backend_index.blade.php' =>
array (
'file' => 'rsx/app/backend/backend_index.blade.php',
'hash' => '8d28529fa60059e3ef5cbc4723f1dadd79f19a8c',
'mtime' => 1762928350,
'size' => 1886,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Backend_Index',
'view_name' => 'rsx.app.backend.backend_index',
'rsx_extends' => 'Backend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/backend/backend_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/backend/backend_index.js' =>
array (
'file' => 'rsx/app/backend/backend_index.js',
'hash' => '8843ac4020a153a5e47f0941ccbe7e7792310e48',
'mtime' => 1762928356,
'size' => 969,
'extension' => 'js',
'class' => 'Backend_Index',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 10,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/backend/backend_index.scss' =>
array (
'file' => 'rsx/app/backend/backend_index.scss',
'hash' => '140775f1614317de483e1aafe0552110462dce66',
'mtime' => 1761074428,
'size' => 620,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Backend_Index',
),
'id' => 'Backend_Index',
'relative_path' => 'rsx/app/backend/backend_index.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/backend/backend_layout.blade.php' =>
array (
'file' => 'rsx/app/backend/backend_layout.blade.php',
'hash' => 'acf323683fe5ce3203707e2b8ece1d1ba7ff149b',
'mtime' => 1762928350,
'size' => 2714,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Backend_Layout',
'view_name' => 'rsx.app.backend.backend_layout',
'yields' =>
array (
0 => 'content',
),
'is_layout' => true,
'relative_path' => 'rsx/app/backend/backend_layout.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/backend/index_controller.php' =>
array (
'file' => 'rsx/app/backend/index_controller.php',
'hash' => '6cf649e871c3e671fea49fd57ec5de8054563588',
'mtime' => 1761074428,
'size' => 1120,
'extension' => 'php',
'class' => 'Backend_Index_Controller',
'namespace' => 'Rsx\\App\\Backend',
'fqcn' => 'Rsx\\App\\Backend\\Backend_Index_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 27,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 38,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/admin',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/dev/attachments/dev_attachments.blade.php' =>
array (
'file' => 'rsx/app/dev/attachments/dev_attachments.blade.php',
'hash' => 'd45bc2b74dac173e04f134722cbaa9ece9c41d89',
'mtime' => 1762928350,
'size' => 15400,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Dev_Attachments',
'view_name' => 'rsx.app.dev.attachments.dev_attachments',
'rsx_extends' => 'Dev_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/dev/attachments/dev_attachments.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/attachments/dev_attachments.js' =>
array (
'file' => 'rsx/app/dev/attachments/dev_attachments.js',
'hash' => '2d7ec2d5fd14cf2faa0224e9a9a13806b5eb7a90',
'mtime' => 1762933537,
'size' => 3868,
'extension' => 'js',
'class' => 'Dev_Attachments',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'upload_image' =>
array (
'name' => 'upload_image',
'static' => true,
'visibility' => 'public',
'line' => 25,
'params' =>
array (
0 => 'file',
),
'parameters' =>
array (
0 =>
array (
'name' => 'file',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 93,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/attachments/dev_attachments.scss' =>
array (
'file' => 'rsx/app/dev/attachments/dev_attachments.scss',
'hash' => '1482266b8a5081dd2ac524c937818e4a910fbc84',
'mtime' => 1762208344,
'size' => 239,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Dev_Attachments',
),
'id' => 'Dev_Attachments',
'relative_path' => 'rsx/app/dev/attachments/dev_attachments.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/attachments/dev_attachments_controller.php' =>
array (
'file' => 'rsx/app/dev/attachments/dev_attachments_controller.php',
'hash' => '470f21de8e598af04dce75e65c44d4b85f588406',
'mtime' => 1762208376,
'size' => 842,
'extension' => 'php',
'class' => 'Dev_Attachments_Controller',
'namespace' => 'Rsx\\App\\Dev\\Attachments',
'fqcn' => 'Rsx\\App\\Dev\\Attachments\\Dev_Attachments_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 13,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 26,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/dev/attachments',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/dev/dev.scss' =>
array (
'file' => 'rsx/app/dev/dev.scss',
'hash' => '37610f96f81494029f83432351fcff7fcd3db009',
'mtime' => 1762208488,
'size' => 4408,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.app-sidebar',
1 => '.app-content',
2 => '.app-header',
3 => '.page-content',
4 => '.card',
),
'relative_path' => 'rsx/app/dev/dev.scss',
'scope' => 'general',
'css_variables' =>
array (
0 => 'bs-border-color',
),
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/dev_bundle.php' =>
array (
'file' => 'rsx/app/dev/dev_bundle.php',
'hash' => 'e5ba629e02bc97cfe06161372c67aecd37d2f093',
'mtime' => 1761711919,
'size' => 932,
'extension' => 'php',
'class' => 'Dev_Bundle',
'namespace' => 'Rsx\\App\\Dev',
'fqcn' => 'Rsx\\App\\Dev\\Dev_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 14,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/dev/dev_index.blade.php' =>
array (
'file' => 'rsx/app/dev/dev_index.blade.php',
'hash' => '98e893b97348d2794711a167ea5a5611ea095ff0',
'mtime' => 1762928350,
'size' => 556,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Dev_Index',
'view_name' => 'rsx.app.dev.dev_index',
'rsx_extends' => 'Dev_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/dev/dev_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/dev_index.js' =>
array (
'file' => 'rsx/app/dev/dev_index.js',
'hash' => 'c4a822519ebca6d5239383f3ad61bb8b0a5384bb',
'mtime' => 1762928356,
'size' => 723,
'extension' => 'js',
'class' => 'Dev_Index',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/dev_index.scss' =>
array (
'file' => 'rsx/app/dev/dev_index.scss',
'hash' => '6ecf89bb7ee3b8c295866f8d27c6639ec6d08711',
'mtime' => 1761711919,
'size' => 233,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Dev_Index',
),
'id' => 'Dev_Index',
'relative_path' => 'rsx/app/dev/dev_index.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/dev_index_controller.php' =>
array (
'file' => 'rsx/app/dev/dev_index_controller.php',
'hash' => '316928dd1577e81dafab923323e100d7c72a06ff',
'mtime' => 1761711926,
'size' => 805,
'extension' => 'php',
'class' => 'Dev_Index_Controller',
'namespace' => 'Rsx\\App\\Dev',
'fqcn' => 'Rsx\\App\\Dev\\Dev_Index_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 13,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 26,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/dev',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/dev/dev_layout.blade.php' =>
array (
'file' => 'rsx/app/dev/dev_layout.blade.php',
'hash' => '54a5530d8afb8dbb602fd76eddd607ff4f4303a2',
'mtime' => 1762928350,
'size' => 4286,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Dev_Layout',
'view_name' => 'rsx.app.dev.dev_layout',
'yields' =>
array (
0 => 'content',
),
'is_layout' => true,
'custom_directives' =>
array (
0 => 'hasSection',
),
'relative_path' => 'rsx/app/dev/dev_layout.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/modals/dev_modals.blade.php' =>
array (
'file' => 'rsx/app/dev/modals/dev_modals.blade.php',
'hash' => 'eab23554bacbc92144ffef83ab698811ebd619cf',
'mtime' => 1762928350,
'size' => 6187,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Dev_Modals',
'view_name' => 'rsx.app.dev.modals.dev_modals',
'rsx_extends' => 'Dev_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/dev/modals/dev_modals.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/modals/dev_modals.js' =>
array (
'file' => 'rsx/app/dev/modals/dev_modals.js',
'hash' => '020be18174cc95bc985c179abcc71dc3166d96b9',
'mtime' => 1762928356,
'size' => 16342,
'extension' => 'js',
'class' => 'Dev_Modals',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 7,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show_result' =>
array (
'name' => 'show_result',
'static' => true,
'visibility' => 'public',
'line' => 378,
'params' =>
array (
0 => 'section',
1 => 'message',
),
'parameters' =>
array (
0 =>
array (
'name' => 'section',
),
1 =>
array (
'name' => 'message',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/modals/dev_modals.scss' =>
array (
'file' => 'rsx/app/dev/modals/dev_modals.scss',
'hash' => '5355f85bc2a84e5f8ccf9003b0cec4f758b36ea4',
'mtime' => 1761722846,
'size' => 303,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Dev_Modals',
),
'id' => 'Dev_Modals',
'relative_path' => 'rsx/app/dev/modals/dev_modals.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/modals/dev_modals_controller.php' =>
array (
'file' => 'rsx/app/dev/modals/dev_modals_controller.php',
'hash' => '708254d4f6c04334606db34b0a46ba4317e55a82',
'mtime' => 1761712656,
'size' => 817,
'extension' => 'php',
'class' => 'Dev_Modals_Controller',
'namespace' => 'Rsx\\App\\Dev\\Modals',
'fqcn' => 'Rsx\\App\\Dev\\Modals\\Dev_Modals_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 13,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 26,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/dev/modals',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/dev/modals/test_modal_form.jqhtml' =>
array (
'file' => 'rsx/app/dev/modals/test_modal_form.jqhtml',
'hash' => 'b5ea172bc915ad762da9246b859bfbf2cad39196',
'mtime' => 1762928353,
'size' => 1620,
'extension' => 'jqhtml',
'template_name' => 'Test_Modal_Form',
'id' => 'Test_Modal_Form',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TestModalForm',
'code_quality_metadata' =>
array (
),
),
'rsx/app/dev/modals/test_modal_form.js' =>
array (
'file' => 'rsx/app/dev/modals/test_modal_form.js',
'hash' => '590cc0b2ee9c519377f691f4c4d2f6c668551885',
'mtime' => 1762928356,
'size' => 1295,
'extension' => 'js',
'class' => 'Test_Modal_Form',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 7,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'vals' =>
array (
'name' => 'vals',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
0 => 'values',
),
'parameters' =>
array (
0 =>
array (
'name' => 'values',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/account/frontend_account.blade.php' =>
array (
'file' => 'rsx/app/frontend/account/frontend_account.blade.php',
'hash' => '03238af331524e408ae2548f9fe47487d205e114',
'mtime' => 1762928350,
'size' => 29420,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Account',
'view_name' => 'rsx.app.frontend.account.frontend_account',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/account/frontend_account.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/account/frontend_account.js' =>
array (
'file' => 'rsx/app/frontend/account/frontend_account.js',
'hash' => 'a9dd8e1665ec11221fc33518dbfef78dcdd720e6',
'mtime' => 1762928356,
'size' => 467,
'extension' => 'js',
'class' => 'Frontend_Account',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 10,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/account/frontend_account.scss' =>
array (
'file' => 'rsx/app/frontend/account/frontend_account.scss',
'hash' => '4a2cd433e584d52ac1828c2dfa36a04fc18d04fc',
'mtime' => 1761074428,
'size' => 2404,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.account-management',
),
'relative_path' => 'rsx/app/frontend/account/frontend_account.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/account/frontend_account_controller.php' =>
array (
'file' => 'rsx/app/frontend/account/frontend_account_controller.php',
'hash' => '870ab8a3cefc1fdd62d0513574a3c29fda9061c8',
'mtime' => 1761074428,
'size' => 670,
'extension' => 'php',
'class' => 'Frontend_Account_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Account',
'fqcn' => 'Rsx\\App\\Frontend\\Account\\Frontend_Account_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 20,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/frontend/account',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar.blade.php' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar.blade.php',
'hash' => 'b5ee4d1eda53b4367de1828e570c94bd5d4ac00b',
'mtime' => 1762928350,
'size' => 2764,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Calendar',
'view_name' => 'rsx.app.frontend.calendar.frontend_calendar',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/calendar/frontend_calendar.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar.js' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar.js',
'hash' => 'ff0dd850678f4897da967255c6300769197cba2e',
'mtime' => 1762928356,
'size' => 755,
'extension' => 'js',
'class' => 'Frontend_Calendar',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar.scss' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar.scss',
'hash' => 'b2450c6aa18a54d1f7f6b3fd94da14111cb56c32',
'mtime' => 1761074428,
'size' => 241,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Calendar',
),
'id' => 'Frontend_Calendar',
'relative_path' => 'rsx/app/frontend/calendar/frontend_calendar.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar_controller.php' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar_controller.php',
'hash' => '5a59cc1d6a1374b48e156f69d5a760dd90cccec9',
'mtime' => 1761074428,
'size' => 995,
'extension' => 'php',
'class' => 'Frontend_Calendar_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Calendar',
'fqcn' => 'Rsx\\App\\Frontend\\Calendar\\Frontend_Calendar_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/calendar',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar_event.blade.php' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar_event.blade.php',
'hash' => '7dc1d212967e5972675c1574011d258d4f50f0bd',
'mtime' => 1762928350,
'size' => 2257,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Calendar_Event',
'view_name' => 'rsx.app.frontend.calendar.frontend_calendar_event',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/calendar/frontend_calendar_event.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar_event.js' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar_event.js',
'hash' => 'c831b448450fdb3d1b7b688ce320e1a0fedccd46',
'mtime' => 1762928356,
'size' => 779,
'extension' => 'js',
'class' => 'Frontend_Calendar_Event',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar_event.scss' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar_event.scss',
'hash' => '794bd42221f22f1b1343d9ba85702c9ebf056a50',
'mtime' => 1761074428,
'size' => 247,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Calendar_Event',
),
'id' => 'Frontend_Calendar_Event',
'relative_path' => 'rsx/app/frontend/calendar/frontend_calendar_event.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/calendar/frontend_calendar_event_controller.php' =>
array (
'file' => 'rsx/app/frontend/calendar/frontend_calendar_event_controller.php',
'hash' => 'e83544f0b953e3cae6bc020f423705d801d115bc',
'mtime' => 1761074428,
'size' => 1025,
'extension' => 'php',
'class' => 'Frontend_Calendar_Event_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Calendar',
'fqcn' => 'Rsx\\App\\Frontend\\Calendar\\Frontend_Calendar_Event_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/calendar/event',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/clients/edit/FORM_COMPONENT_IMPLEMENTATION_DOCS.md' =>
array (
'file' => 'rsx/app/frontend/clients/edit/FORM_COMPONENT_IMPLEMENTATION_DOCS.md',
'hash' => '2db007212273f8e2f9c735d2fbae1159c4e79d69',
'mtime' => 1761631947,
'size' => 11116,
'extension' => 'md',
'code_quality_metadata' =>
array (
'BLADE-EVENT-01' =>
array (
'inline_event_violations' =>
array (
0 =>
array (
'event_attr' => 'onclick',
'line' => 325,
'code' => 'onclick="Jqhtml.find_component(this, \'Form\').seed()">',
'is_jqhtml' => false,
),
),
),
),
),
'rsx/app/frontend/clients/edit/TOM_SELECT_IMPLEMENTATION_PLAN.md' =>
array (
'file' => 'rsx/app/frontend/clients/edit/TOM_SELECT_IMPLEMENTATION_PLAN.md',
'hash' => '5247a283d6942597dc6df7b10c193dd9d3b0ded0',
'mtime' => 1761693606,
'size' => 13296,
'extension' => 'md',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/edit/frontend_clients_edit.blade.php' =>
array (
'file' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.blade.php',
'hash' => 'b7381e0dffe7f6b7d9bb7e4fa69e864c918256a9',
'mtime' => 1762933079,
'size' => 18993,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Clients_Edit',
'view_name' => 'rsx.app.frontend.clients.edit.frontend_clients_edit',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/edit/frontend_clients_edit.js' =>
array (
'file' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.js',
'hash' => 'e052635179284ec70f55f06b0d5ce40754e40597',
'mtime' => 1762928356,
'size' => 1249,
'extension' => 'js',
'class' => 'Frontend_Clients_Edit',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 31,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/edit/frontend_clients_edit.scss' =>
array (
'file' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.scss',
'hash' => '98c4cca1b3150c8c9a784c784bc418f3ea1c044d',
'mtime' => 1761623820,
'size' => 59,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Clients_Edit',
),
'id' => 'Frontend_Clients_Edit',
'relative_path' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/edit/save_client.js' =>
array (
'file' => 'rsx/app/frontend/clients/edit/save_client.js',
'hash' => '712326403a6db753dc1e3343127c8a0fe1131815',
'mtime' => 1762928356,
'size' => 1272,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'save_client',
),
'global_functions_with_decorators' =>
array (
'save_client' =>
array (
'decorators' =>
array (
),
'line' => 6,
),
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/frontend_clients.js' =>
array (
'file' => 'rsx/app/frontend/clients/frontend_clients.js',
'hash' => '80c772e36ec48b202f5025b2ddc38f88290f9dd0',
'mtime' => 1762928356,
'size' => 271,
'extension' => 'js',
'class' => 'Frontend_Clients',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/frontend_clients.scss' =>
array (
'file' => 'rsx/app/frontend/clients/frontend_clients.scss',
'hash' => 'fe929905c7042cc222efe593bdb9e038cf3d6c83',
'mtime' => 1761619299,
'size' => 191,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Clients',
),
'relative_path' => 'rsx/app/frontend/clients/frontend_clients.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/frontend_clients_controller.php' =>
array (
'file' => 'rsx/app/frontend/clients/frontend_clients_controller.php',
'hash' => '6f710ae7135794013df8b9fbff91253232def12d',
'mtime' => 1762933578,
'size' => 11642,
'extension' => 'php',
'class' => 'Frontend_Clients_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Clients',
'fqcn' => 'Rsx\\App\\Frontend\\Clients\\Frontend_Clients_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 25,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 39,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/clients',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'datagrid_fetch' =>
array (
'name' => 'datagrid_fetch',
'static' => true,
'visibility' => 'public',
'line' => 53,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'view' =>
array (
'name' => 'view',
'static' => true,
'visibility' => 'public',
'line' => 68,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/clients/view/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'add' =>
array (
'name' => 'add',
'static' => true,
'visibility' => 'public',
'line' => 88,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/clients/add',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'edit' =>
array (
'name' => 'edit',
'static' => true,
'visibility' => 'public',
'line' => 120,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/clients/edit/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 159,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'delete' =>
array (
'name' => 'delete',
'static' => true,
'visibility' => 'public',
'line' => 272,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 323,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'dc9fc47bac841c49f72a94768aafddad',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Clients_Controller.js',
),
'rsx/app/frontend/clients/index/clients_datagrid.jqhtml' =>
array (
'file' => 'rsx/app/frontend/clients/index/clients_datagrid.jqhtml',
'hash' => '9bbda0a504f2ff6d1f4eda8702ac8c9c5137e437',
'mtime' => 1762928719,
'size' => 3437,
'extension' => 'jqhtml',
'template_name' => 'Clients_DataGrid',
'id' => 'Clients_DataGrid',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Card_Title',
1 => 'Card_Header_Right',
2 => 'Search_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
0 => 'DG_Card_Header',
1 => 'DG_Table_Header',
2 => 'row',
),
'expected_class' => 'ClientsDataGrid',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/index/clients_datagrid.js' =>
array (
'file' => 'rsx/app/frontend/clients/index/clients_datagrid.js',
'hash' => '63ec6ce91a869f37fadebfa27a145f9b3296a47c',
'mtime' => 1762928356,
'size' => 242,
'extension' => 'js',
'class' => 'Clients_DataGrid',
'extends' => 'DataGrid_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/index/clients_datagrid.php' =>
array (
'file' => 'rsx/app/frontend/clients/index/clients_datagrid.php',
'hash' => '0fe0ecbd3718c66d38d586e5b2a95b22f15c2abf',
'mtime' => 1761637241,
'size' => 4231,
'extension' => 'php',
'class' => 'Clients_DataGrid',
'namespace' => 'Rsx\\App\\Frontend\\Clients\\Index',
'fqcn' => 'Rsx\\App\\Frontend\\Clients\\Index\\Clients_DataGrid',
'extends' => 'DataGrid_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
'public_static_methods' =>
array (
'build_query' =>
array (
'name' => 'build_query',
'static' => true,
'visibility' => 'public',
'line' => 81,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'sortable_columns',
'visibility' => 'protected',
'static' => true,
),
),
),
'rsx/app/frontend/clients/index/frontend_clients.blade.php' =>
array (
'file' => 'rsx/app/frontend/clients/index/frontend_clients.blade.php',
'hash' => 'dfc659d802ea1049fc1737f315ddb72f8d364a88',
'mtime' => 1762928350,
'size' => 1036,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Clients',
'view_name' => 'rsx.app.frontend.clients.index.frontend_clients',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/clients/index/frontend_clients.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/view/frontend_clients_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/clients/view/frontend_clients_view.blade.php',
'hash' => 'effc544f82d946c581e543e5a5fa2b093896fb30',
'mtime' => 1762928350,
'size' => 15409,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Clients_View',
'view_name' => 'rsx.app.frontend.clients.view.frontend_clients_view',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/clients/view/frontend_clients_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/view/frontend_clients_view.js' =>
array (
'file' => 'rsx/app/frontend/clients/view/frontend_clients_view.js',
'hash' => '4d9181ca4c09a2805180f6474a4796f305ec15d8',
'mtime' => 1762928356,
'size' => 1943,
'extension' => 'js',
'class' => 'Frontend_Clients_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 56,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/clients/view/frontend_clients_view.scss' =>
array (
'file' => 'rsx/app/frontend/clients/view/frontend_clients_view.scss',
'hash' => '34f4e28d3f5f7a9b3dc8b4bb631ffd9ce2327181',
'mtime' => 1761623861,
'size' => 55,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Clients_View',
),
'id' => 'Frontend_Clients_View',
'relative_path' => 'rsx/app/frontend/clients/view/frontend_clients_view.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/_data_table_qq/Data_Table.js' =>
array (
'file' => 'rsx/app/frontend/contacts/_data_table_qq/Data_Table.js',
'hash' => '2890aad0495395c2b157fdac9e3f18341e158662',
'mtime' => 1762928356,
'size' => 8706,
'extension' => 'js',
'class' => 'Data_Table',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_render' =>
array (
'name' => 'on_render',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 27,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'build_headers' =>
array (
'name' => 'build_headers',
'static' => false,
'visibility' => 'public',
'line' => 74,
'params' =>
array (
0 => 'columns',
),
'parameters' =>
array (
0 =>
array (
'name' => 'columns',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'setup_search' =>
array (
'name' => 'setup_search',
'static' => false,
'visibility' => 'public',
'line' => 119,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'setup_column_toggle' =>
array (
'name' => 'setup_column_toggle',
'static' => false,
'visibility' => 'public',
'line' => 141,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'setup_bulk_actions' =>
array (
'name' => 'setup_bulk_actions',
'static' => false,
'visibility' => 'public',
'line' => 155,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_bulk_selection' =>
array (
'name' => 'update_bulk_selection',
'static' => false,
'visibility' => 'public',
'line' => 164,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_sort' =>
array (
'name' => 'handle_sort',
'static' => false,
'visibility' => 'public',
'line' => 176,
'params' =>
array (
0 => 'field',
),
'parameters' =>
array (
0 =>
array (
'name' => 'field',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'load_page' =>
array (
'name' => 'load_page',
'static' => false,
'visibility' => 'public',
'line' => 210,
'params' =>
array (
0 => 'page',
),
'parameters' =>
array (
0 =>
array (
'name' => 'page',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'fetch_data' =>
array (
'name' => 'fetch_data',
'static' => false,
'visibility' => 'public',
'line' => 216,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_selected_ids' =>
array (
'name' => 'get_selected_ids',
'static' => false,
'visibility' => 'public',
'line' => 239,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reload_data' =>
array (
'name' => 'reload_data',
'static' => false,
'visibility' => 'public',
'line' => 247,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/_data_table_qq/data_table.jqhtml' =>
array (
'file' => 'rsx/app/frontend/contacts/_data_table_qq/data_table.jqhtml',
'hash' => '8d19fb165c9605aae6312dbd204053faa76a9ded',
'mtime' => 1762928353,
'size' => 2825,
'extension' => 'jqhtml',
'template_name' => 'Data_Table',
'id' => 'Data_Table',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Bulk_Action_Bar',
1 => 'Button_Danger',
2 => 'Button_Secondary',
3 => 'Table',
4 => 'Bulk_Selection',
5 => 'Spinner',
6 => 'Empty_State',
7 => 'Row_Action_Menu',
8 => 'Table_Pagination',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'DataTable',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/_data_table_qq/data_table.scss' =>
array (
'file' => 'rsx/app/frontend/contacts/_data_table_qq/data_table.scss',
'hash' => '844a100dcf02aebb06b88a712549fc89c9be2f50',
'mtime' => 1761074428,
'size' => 64,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Data_Table',
),
'id' => 'Data_Table',
'relative_path' => 'rsx/app/frontend/contacts/_data_table_qq/data_table.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/_new_elements/Card_Header_Right.jqhtml' =>
array (
'file' => 'rsx/app/frontend/contacts/_new_elements/Card_Header_Right.jqhtml',
'hash' => 'c5c7cf3d424fea68cedc12819c0ab788e33711a4',
'mtime' => 1762928353,
'size' => 100,
'extension' => 'jqhtml',
'template_name' => 'Card_Header_Right',
'id' => 'Card_Header_Right',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CardHeaderRight',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/edit/form/client_selector_input.jqhtml' =>
array (
'file' => 'rsx/app/frontend/contacts/edit/form/client_selector_input.jqhtml',
'hash' => '2573d89e940268f05188576a21c165a3934122da',
'mtime' => 1762928353,
'size' => 1482,
'extension' => 'jqhtml',
'template_name' => 'Client_Selector_Input',
'id' => 'Client_Selector_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ClientSelectorInput',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/edit/form/client_selector_input.js' =>
array (
'file' => 'rsx/app/frontend/contacts/edit/form/client_selector_input.js',
'hash' => '2150f961c4650829b6a148590a34504f44c59e79',
'mtime' => 1762928356,
'size' => 751,
'extension' => 'js',
'class' => 'Client_Selector_Input',
'extends' => 'Ajax_Select_Input',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 22,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/edit/frontend_contacts_edit.blade.php' =>
array (
'file' => 'rsx/app/frontend/contacts/edit/frontend_contacts_edit.blade.php',
'hash' => '27f6dc2b1eaf67e1e28b3ea136684f72e957ed30',
'mtime' => 1762933090,
'size' => 9456,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Contacts_Edit',
'view_name' => 'rsx.app.frontend.contacts.edit.frontend_contacts_edit',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/contacts/edit/frontend_contacts_edit.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/edit/frontend_contacts_edit.js' =>
array (
'file' => 'rsx/app/frontend/contacts/edit/frontend_contacts_edit.js',
'hash' => 'd54920f865edf7fd814bcb31a4cb9e2a2335bede',
'mtime' => 1762928356,
'size' => 217,
'extension' => 'js',
'class' => 'Frontend_Contacts_Edit',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 6,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/edit/save_contact.js' =>
array (
'file' => 'rsx/app/frontend/contacts/edit/save_contact.js',
'hash' => '468d0cad835ad80c38fb29608265c52119561817',
'mtime' => 1762928356,
'size' => 1162,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'save_contact',
),
'global_functions_with_decorators' =>
array (
'save_contact' =>
array (
'decorators' =>
array (
),
'line' => 6,
),
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/frontend_contacts.js' =>
array (
'file' => 'rsx/app/frontend/contacts/frontend_contacts.js',
'hash' => '37e091a3557d0e43291dadb963fc48bbbd522a74',
'mtime' => 1762928356,
'size' => 774,
'extension' => 'js',
'class' => 'Frontend_Contacts',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/frontend_contacts.scss' =>
array (
'file' => 'rsx/app/frontend/contacts/frontend_contacts.scss',
'hash' => '7a1f4143c530b450ed4303e2c2d26ed013f19cfb',
'mtime' => 1761618259,
'size' => 242,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Contacts',
),
'relative_path' => 'rsx/app/frontend/contacts/frontend_contacts.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/frontend_contacts_controller.php' =>
array (
'file' => 'rsx/app/frontend/contacts/frontend_contacts_controller.php',
'hash' => 'f6f1f58b61dce0702b1e2f2f9d6cf62b5161137b',
'mtime' => 1762933602,
'size' => 7686,
'extension' => 'php',
'class' => 'Frontend_Contacts_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Contacts',
'fqcn' => 'Rsx\\App\\Frontend\\Contacts\\Frontend_Contacts_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 22,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 36,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/contacts',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'datagrid_fetch' =>
array (
'name' => 'datagrid_fetch',
'static' => true,
'visibility' => 'public',
'line' => 50,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'view' =>
array (
'name' => 'view',
'static' => true,
'visibility' => 'public',
'line' => 65,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/contacts/view/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'add' =>
array (
'name' => 'add',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/contacts/add',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'edit' =>
array (
'name' => 'edit',
'static' => true,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/contacts/edit/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_clients' =>
array (
'name' => 'get_clients',
'static' => true,
'visibility' => 'public',
'line' => 119,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_client' =>
array (
'name' => 'get_client',
'static' => true,
'visibility' => 'public',
'line' => 142,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 177,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => '8b9da82ef4a4d820613bf5ce40fac133',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Contacts_Controller.js',
),
'rsx/app/frontend/contacts/index/contacts_datagrid.jqhtml' =>
array (
'file' => 'rsx/app/frontend/contacts/index/contacts_datagrid.jqhtml',
'hash' => 'b1ae461b84df1b0295698c0b574aab555a2b9314',
'mtime' => 1762939210,
'size' => 3238,
'extension' => 'jqhtml',
'template_name' => 'Contacts_DataGrid',
'id' => 'Contacts_DataGrid',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Card_Title',
1 => 'Card_Header_Right',
2 => 'Search_Input',
3 => 'Client_Label',
),
'dependencies' =>
array (
),
'slots' =>
array (
0 => 'DG_Card_Header',
1 => 'DG_Table_Header',
2 => 'row',
),
'expected_class' => 'ContactsDataGrid',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/index/contacts_datagrid.js' =>
array (
'file' => 'rsx/app/frontend/contacts/index/contacts_datagrid.js',
'hash' => '94eb8f659e8f90c18044b255c7bfdca70ec2da3f',
'mtime' => 1762928356,
'size' => 245,
'extension' => 'js',
'class' => 'Contacts_DataGrid',
'extends' => 'DataGrid_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/index/contacts_datagrid.php' =>
array (
'file' => 'rsx/app/frontend/contacts/index/contacts_datagrid.php',
'hash' => '1cbe3e5c5af94ca1f40b6001cab5d8cff57a6dc2',
'mtime' => 1761637125,
'size' => 4417,
'extension' => 'php',
'class' => 'Contacts_DataGrid',
'namespace' => 'Rsx\\App\\Frontend\\Contacts\\Index',
'fqcn' => 'Rsx\\App\\Frontend\\Contacts\\Index\\Contacts_DataGrid',
'extends' => 'DataGrid_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
'public_static_methods' =>
array (
'build_query' =>
array (
'name' => 'build_query',
'static' => true,
'visibility' => 'public',
'line' => 89,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'default_sort',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'default_order',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'sortable_columns',
'visibility' => 'protected',
'static' => true,
),
),
),
'rsx/app/frontend/contacts/index/frontend_contacts.blade.php' =>
array (
'file' => 'rsx/app/frontend/contacts/index/frontend_contacts.blade.php',
'hash' => '7a0be95e4f73de11e7cc74f9c4e8ae4347b0e8f4',
'mtime' => 1762928350,
'size' => 1042,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Contacts',
'view_name' => 'rsx.app.frontend.contacts.index.frontend_contacts',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/contacts/index/frontend_contacts.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/view/frontend_contacts_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.blade.php',
'hash' => '7b70fea611d9f47687d90c46cccec001945112f7',
'mtime' => 1762928350,
'size' => 9412,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Contacts_View',
'view_name' => 'rsx.app.frontend.contacts.view.frontend_contacts_view',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'relative_path' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/view/frontend_contacts_view.js' =>
array (
'file' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.js',
'hash' => '9f7fe9def1f3973546ebb659673241a07d301940',
'mtime' => 1762928356,
'size' => 777,
'extension' => 'js',
'class' => 'Frontend_Contacts_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/contacts/view/frontend_contacts_view.scss' =>
array (
'file' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.scss',
'hash' => 'b6617c254d25c8641ffd0faa8abf3c457377df05',
'mtime' => 1761074428,
'size' => 246,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Contacts_View',
),
'id' => 'Frontend_Contacts_View',
'relative_path' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/dashboard/frontend_dashboard.blade.php' =>
array (
'file' => 'rsx/app/frontend/dashboard/frontend_dashboard.blade.php',
'hash' => 'c9e07e789cb3132aec05dc83512801a01ffed3cc',
'mtime' => 1762928350,
'size' => 13884,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Dashboard',
'view_name' => 'rsx.app.frontend.dashboard.frontend_dashboard',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/dashboard/frontend_dashboard.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/dashboard/frontend_dashboard.js' =>
array (
'file' => 'rsx/app/frontend/dashboard/frontend_dashboard.js',
'hash' => 'e270a01a79d02f0319e102b2593c0bab71f92506',
'mtime' => 1762928356,
'size' => 759,
'extension' => 'js',
'class' => 'Frontend_Dashboard',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/dashboard/frontend_dashboard.scss' =>
array (
'file' => 'rsx/app/frontend/dashboard/frontend_dashboard.scss',
'hash' => 'e46b3815aae257416ca613aa66b78fc0a1882353',
'mtime' => 1761074428,
'size' => 242,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Dashboard',
),
'id' => 'Frontend_Dashboard',
'relative_path' => 'rsx/app/frontend/dashboard/frontend_dashboard.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/dashboard/frontend_dashboard_controller.php' =>
array (
'file' => 'rsx/app/frontend/dashboard/frontend_dashboard_controller.php',
'hash' => '629c33c9dd06fd7848e56d6ac4337998873f3279',
'mtime' => 1761074428,
'size' => 1000,
'extension' => 'php',
'class' => 'Frontend_Dashboard_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Dashboard',
'fqcn' => 'Rsx\\App\\Frontend\\Dashboard\\Frontend_Dashboard_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/dashboard',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/frontend.scss' =>
array (
'file' => 'rsx/app/frontend/frontend.scss',
'hash' => 'b8ebdac2b989392d94be750e78b6adb83317bad4',
'mtime' => 1762919285,
'size' => 7634,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'variables' =>
array (
0 => 'sidebar-width',
1 => 'header-height',
2 => 'page-content-padding-top',
3 => 'page-content-padding-horizontal',
4 => 'page-content-padding-bottom',
5 => 'nav-link-border-radius',
6 => 'nav-link-transition-duration',
7 => 'nav-icon-width',
8 => 'user-profile-icon-size',
9 => 'activity-icon-size',
10 => 'progress-bar-height',
11 => 'mobile-breakpoint',
),
'selectors' =>
array (
0 => '.app-sidebar',
1 => '.app-content',
2 => '.app-header',
3 => '.page-content',
4 => '.card',
5 => '.dashboard-content',
),
'relative_path' => 'rsx/app/frontend/frontend.scss',
'scope' => 'general',
'css_variables' =>
array (
0 => 'bs-border-color',
5 => 'image',
),
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/frontend_bundle.php' =>
array (
'file' => 'rsx/app/frontend/frontend_bundle.php',
'hash' => '085b98f9691a1b3279169b3a50b144f5320c04bc',
'mtime' => 1761709200,
'size' => 1126,
'extension' => 'php',
'class' => 'Frontend_Bundle',
'namespace' => 'Rsx\\App\\Frontend',
'fqcn' => 'Rsx\\App\\Frontend\\Frontend_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 17,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/frontend_layout.blade.php' =>
array (
'file' => 'rsx/app/frontend/frontend_layout.blade.php',
'hash' => '8f60e097f656e68fea3e5c9a3cd0b0453efe8e5f',
'mtime' => 1762928350,
'size' => 9157,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Layout',
'view_name' => 'rsx.app.frontend.frontend_layout',
'yields' =>
array (
0 => 'content',
),
'is_layout' => true,
'custom_directives' =>
array (
0 => 'hasSection',
),
'relative_path' => 'rsx/app/frontend/frontend_layout.blade.php',
'code_quality_metadata' =>
array (
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_script',
'line' => 15,
'code' => '<script src="https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.js" defer></script>',
),
),
),
),
),
'rsx/app/frontend/frontend_pagemodal_layout.blade.php' =>
array (
'file' => 'rsx/app/frontend/frontend_pagemodal_layout.blade.php',
'hash' => '520642ee6d3eb0745e4bb622c4bc8b3beecafedc',
'mtime' => 1762928350,
'size' => 2713,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Pagemodal_Layout',
'view_name' => 'rsx.app.frontend.frontend_pagemodal_layout',
'yields' =>
array (
0 => 'card_subtitle',
1 => 'content',
),
'is_layout' => true,
'custom_directives' =>
array (
0 => 'media',
1 => 'hasSection',
),
'relative_path' => 'rsx/app/frontend/frontend_pagemodal_layout.blade.php',
'code_quality_metadata' =>
array (
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_style',
'line' => 17,
'code' => '<style>',
),
),
),
),
),
'rsx/app/frontend/invoices/frontend_invoices.blade.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices.blade.php',
'hash' => '00a15bda4ca242813bdd25050520edab987d8239',
'mtime' => 1762928738,
'size' => 16525,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Invoices',
'view_name' => 'rsx.app.frontend.invoices.frontend_invoices',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices.js' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices.js',
'hash' => '7ff9f1521929c398e45af50718cae93ba5bb4ee3',
'mtime' => 1762928356,
'size' => 755,
'extension' => 'js',
'class' => 'Frontend_Invoices',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices.scss' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices.scss',
'hash' => '9dc5148a9e549036e407fe47e2d4aeb65907a1bd',
'mtime' => 1761074428,
'size' => 241,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Invoices',
),
'id' => 'Frontend_Invoices',
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_add.blade.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_add.blade.php',
'hash' => 'c6d5bde9b72f1039dc9be689833d8c6ba640c688',
'mtime' => 1762928350,
'size' => 13661,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Invoices_Add',
'view_name' => 'rsx.app.frontend.invoices.frontend_invoices_add',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices_add.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_add.js' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_add.js',
'hash' => '83b4b1be97648f9d281c6a4e373154c2f51e47b0',
'mtime' => 1762928356,
'size' => 3999,
'extension' => 'js',
'class' => 'Frontend_Invoices_Add',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'attach_line_item_handlers' =>
array (
'name' => 'attach_line_item_handlers',
'static' => true,
'visibility' => 'public',
'line' => 29,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'add_line_item' =>
array (
'name' => 'add_line_item',
'static' => true,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_line_item_amount' =>
array (
'name' => 'update_line_item_amount',
'static' => true,
'visibility' => 'public',
'line' => 82,
'params' =>
array (
0 => 'row',
),
'parameters' =>
array (
0 =>
array (
'name' => 'row',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'calculate_totals' =>
array (
'name' => 'calculate_totals',
'static' => true,
'visibility' => 'public',
'line' => 90,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
'line_item_count' =>
array (
'name' => 'line_item_count',
'static' => true,
'value' => 1,
'decorators' =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_add.scss' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_add.scss',
'hash' => '316bf102cf07eb15d7f3f3736668156ad2c98d37',
'mtime' => 1761074428,
'size' => 2383,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Invoices_Add',
),
'id' => 'Frontend_Invoices_Add',
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices_add.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_add_controller.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_add_controller.php',
'hash' => '7fa9f4fc84be4fe8ca49060622acf17bce7561d7',
'mtime' => 1761074428,
'size' => 1017,
'extension' => 'php',
'class' => 'Frontend_Invoices_Add_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Invoices',
'fqcn' => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_Add_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/invoices/add',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_controller.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_controller.php',
'hash' => 'd59b3e2cb52caae5b01411ebdaf8a058708aaa6f',
'mtime' => 1761074428,
'size' => 995,
'extension' => 'php',
'class' => 'Frontend_Invoices_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Invoices',
'fqcn' => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/invoices',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_view.blade.php',
'hash' => 'f242faaaffdda9d1010ed789e28b60d80f62142c',
'mtime' => 1762928350,
'size' => 5139,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Invoices_View',
'view_name' => 'rsx.app.frontend.invoices.frontend_invoices_view',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_view.js' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_view.js',
'hash' => '6119bc3ac0c3a84523dd5ecd4a6f41a987fa3c80',
'mtime' => 1762928356,
'size' => 775,
'extension' => 'js',
'class' => 'Frontend_Invoices_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_view.scss' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_view.scss',
'hash' => '8c4513d04d7c79b0abf28a678643ef5d65ab89cc',
'mtime' => 1761074428,
'size' => 246,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Invoices_View',
),
'id' => 'Frontend_Invoices_View',
'relative_path' => 'rsx/app/frontend/invoices/frontend_invoices_view.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/invoices/frontend_invoices_view_controller.php' =>
array (
'file' => 'rsx/app/frontend/invoices/frontend_invoices_view_controller.php',
'hash' => '99e51913da3b729d091f8a233da0437c50333b24',
'mtime' => 1761074428,
'size' => 1021,
'extension' => 'php',
'class' => 'Frontend_Invoices_View_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Invoices',
'fqcn' => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_View_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/invoices/view',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/projects/edit/frontend_projects_edit.blade.php' =>
array (
'file' => 'rsx/app/frontend/projects/edit/frontend_projects_edit.blade.php',
'hash' => '6277cc28fcce2cbb29408fa0f4998dd3cafad718',
'mtime' => 1762933090,
'size' => 6096,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Projects_Edit',
'view_name' => 'rsx.app.frontend.projects.edit.frontend_projects_edit',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/projects/edit/frontend_projects_edit.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/edit/frontend_projects_edit.js' =>
array (
'file' => 'rsx/app/frontend/projects/edit/frontend_projects_edit.js',
'hash' => '89dd7a31b9b1fb9e38641f48faa91adb3aaf251e',
'mtime' => 1762928356,
'size' => 217,
'extension' => 'js',
'class' => 'Frontend_Projects_Edit',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 6,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects.js' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects.js',
'hash' => '9f01f49386fd599efbee8f7b2e8125ad84ad42aa',
'mtime' => 1762928356,
'size' => 274,
'extension' => 'js',
'class' => 'Frontend_Projects',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects.scss' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects.scss',
'hash' => '491cec6b7d57fa1d3abd1fdd3f0c52caa82409e2',
'mtime' => 1761074428,
'size' => 241,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Projects',
),
'relative_path' => 'rsx/app/frontend/projects/frontend_projects.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_add.blade.php' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_add.blade.php',
'hash' => 'f2b8de5b02fcb9488532863b62384526d6c21337',
'mtime' => 1762928350,
'size' => 2316,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Projects_Add',
'view_name' => 'rsx.app.frontend.projects.frontend_projects_add',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/projects/frontend_projects_add.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_add.js' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_add.js',
'hash' => '2cecefbeabb79df49895be7c07b0887c260b65f6',
'mtime' => 1762928356,
'size' => 771,
'extension' => 'js',
'class' => 'Frontend_Projects_Add',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_add.scss' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_add.scss',
'hash' => '8a4f865f9ed39b8d0fd030ecdeafddf056846cd4',
'mtime' => 1761074428,
'size' => 245,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Projects_Add',
),
'id' => 'Frontend_Projects_Add',
'relative_path' => 'rsx/app/frontend/projects/frontend_projects_add.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_controller.php' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_controller.php',
'hash' => '9b3a41b5eb91e0a37143d5ba6c152cbb0cb25e8e',
'mtime' => 1762933616,
'size' => 5621,
'extension' => 'php',
'class' => 'Frontend_Projects_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Projects',
'fqcn' => 'Rsx\\App\\Frontend\\Projects\\Frontend_Projects_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 21,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 35,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/projects',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'datagrid_fetch' =>
array (
'name' => 'datagrid_fetch',
'static' => true,
'visibility' => 'public',
'line' => 49,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'view' =>
array (
'name' => 'view',
'static' => true,
'visibility' => 'public',
'line' => 64,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/projects/view/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'add' =>
array (
'name' => 'add',
'static' => true,
'visibility' => 'public',
'line' => 84,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/projects/add',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'edit' =>
array (
'name' => 'edit',
'static' => true,
'visibility' => 'public',
'line' => 98,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/projects/edit/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 119,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'c1b23dac05494df6c84993dfdc31b4ce',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Projects_Controller.js',
),
'rsx/app/frontend/projects/frontend_projects_list.js' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_list.js',
'hash' => '170fa23747c21590eeed6e869c8fede302e33e5b',
'mtime' => 1762928356,
'size' => 775,
'extension' => 'js',
'class' => 'Frontend_Projects_List',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_list.scss' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_list.scss',
'hash' => '474a49fee2fe113379172ed546e03a85dbbc89b2',
'mtime' => 1761074428,
'size' => 246,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Projects_List',
),
'relative_path' => 'rsx/app/frontend/projects/frontend_projects_list.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_view.blade.php',
'hash' => 'edc031961b077cc15f8792abb20a789799519fed',
'mtime' => 1762928350,
'size' => 7656,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Projects_View',
'view_name' => 'rsx.app.frontend.projects.frontend_projects_view',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/projects/frontend_projects_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_view.js' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_view.js',
'hash' => 'd433b454345757c1725b867e23a1a821c94ffdb7',
'mtime' => 1762928356,
'size' => 775,
'extension' => 'js',
'class' => 'Frontend_Projects_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/frontend_projects_view.scss' =>
array (
'file' => 'rsx/app/frontend/projects/frontend_projects_view.scss',
'hash' => 'd90c05e66231b30a92e2159410f4c9de9a9f7deb',
'mtime' => 1761074428,
'size' => 246,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Projects_View',
),
'id' => 'Frontend_Projects_View',
'relative_path' => 'rsx/app/frontend/projects/frontend_projects_view.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/index/frontend_projects.blade.php' =>
array (
'file' => 'rsx/app/frontend/projects/index/frontend_projects.blade.php',
'hash' => 'f2937a665f1484ebb184a9d43cc9f5060600acc8',
'mtime' => 1762928350,
'size' => 972,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Projects',
'view_name' => 'rsx.app.frontend.projects.index.frontend_projects',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/projects/index/frontend_projects.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/index/projects_datagrid.jqhtml' =>
array (
'file' => 'rsx/app/frontend/projects/index/projects_datagrid.jqhtml',
'hash' => 'c21da44092d805443ad0a5ca70443433f7e0da51',
'mtime' => 1762928738,
'size' => 3843,
'extension' => 'jqhtml',
'template_name' => 'Projects_DataGrid',
'id' => 'Projects_DataGrid',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Card_Title',
1 => 'Card_Header_Right',
2 => 'Search_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
0 => 'DG_Card_Header',
1 => 'DG_Table_Header',
2 => 'row',
),
'expected_class' => 'ProjectsDataGrid',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/index/projects_datagrid.js' =>
array (
'file' => 'rsx/app/frontend/projects/index/projects_datagrid.js',
'hash' => '693a7a29a2bcf1d0e47b5f89efd3ba1998a622df',
'mtime' => 1762928356,
'size' => 245,
'extension' => 'js',
'class' => 'Projects_DataGrid',
'extends' => 'DataGrid_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/projects/index/projects_datagrid.php' =>
array (
'file' => 'rsx/app/frontend/projects/index/projects_datagrid.php',
'hash' => 'a2deb7f764abece710bfaed1ee144d9715c1e368',
'mtime' => 1761620133,
'size' => 2645,
'extension' => 'php',
'class' => 'Projects_DataGrid',
'namespace' => 'Rsx\\App\\Frontend\\Projects\\Index',
'fqcn' => 'Rsx\\App\\Frontend\\Projects\\Index\\Projects_DataGrid',
'extends' => 'DataGrid_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
'public_static_methods' =>
array (
'build_query' =>
array (
'name' => 'build_query',
'static' => true,
'visibility' => 'public',
'line' => 56,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'transform_records' =>
array (
'name' => 'transform_records',
'static' => true,
'visibility' => 'public',
'line' => 77,
'parameters' =>
array (
0 =>
array (
'name' => 'records',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'default_sort',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'default_order',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'sortable_columns',
'visibility' => 'protected',
'static' => true,
),
),
),
'rsx/app/frontend/reports/frontend_reports.blade.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports.blade.php',
'hash' => '49f9f914a7113cbdcb91da79141140149e2aa725',
'mtime' => 1762928350,
'size' => 2318,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Reports',
'view_name' => 'rsx.app.frontend.reports.frontend_reports',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/reports/frontend_reports.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports.js' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports.js',
'hash' => '7d157a47476d86cf41f73d94d6caa7c1ab466bed',
'mtime' => 1762928356,
'size' => 751,
'extension' => 'js',
'class' => 'Frontend_Reports',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports.scss' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports.scss',
'hash' => 'dcc48ab13333b8249756533bbf150c9525718761',
'mtime' => 1761074428,
'size' => 240,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Reports',
),
'id' => 'Frontend_Reports',
'relative_path' => 'rsx/app/frontend/reports/frontend_reports.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_clients.blade.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_clients.blade.php',
'hash' => '3e01967e1c8f7c489f987e7370dfefb836ae581f',
'mtime' => 1762928350,
'size' => 1043,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Reports_Clients',
'view_name' => 'rsx.app.frontend.reports.frontend_reports_clients',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_clients.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_clients.js' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_clients.js',
'hash' => '512b5b7e1ee47734a6f5a458edf1d259728984d1',
'mtime' => 1762928356,
'size' => 783,
'extension' => 'js',
'class' => 'Frontend_Reports_Clients',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_clients.scss' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_clients.scss',
'hash' => '5c1ffba7cccad5c5571395d217ee8f70452803b4',
'mtime' => 1761074428,
'size' => 248,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Reports_Clients',
),
'id' => 'Frontend_Reports_Clients',
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_clients.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_clients_controller.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_clients_controller.php',
'hash' => 'e6f82103f8c35281adc7e8a1888328c986307c04',
'mtime' => 1761074428,
'size' => 1028,
'extension' => 'php',
'class' => 'Frontend_Reports_Clients_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Reports',
'fqcn' => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Clients_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/reports/clients',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_controller.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_controller.php',
'hash' => '86c283746715c967c7282b55103e556cddb5ed45',
'mtime' => 1761074428,
'size' => 990,
'extension' => 'php',
'class' => 'Frontend_Reports_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Reports',
'fqcn' => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/reports',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_projects.blade.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_projects.blade.php',
'hash' => '97bdc35d79ba19d026e44d2fc7cca9c7a21e3cc7',
'mtime' => 1762928350,
'size' => 1454,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Reports_Projects',
'view_name' => 'rsx.app.frontend.reports.frontend_reports_projects',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_projects.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_projects.js' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_projects.js',
'hash' => 'f7d4a1431e0ec494ea8c20b6ec0f9670f8fa7239',
'mtime' => 1762928356,
'size' => 787,
'extension' => 'js',
'class' => 'Frontend_Reports_Projects',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_projects.scss' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_projects.scss',
'hash' => '33caa8766fca2de8972a9c6f45ed1e1b35a7b721',
'mtime' => 1761074428,
'size' => 249,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Reports_Projects',
),
'id' => 'Frontend_Reports_Projects',
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_projects.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_projects_controller.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_projects_controller.php',
'hash' => 'ae94a9e1ecb5d73ba8482d5923cf1edeec863f76',
'mtime' => 1761074428,
'size' => 1032,
'extension' => 'php',
'class' => 'Frontend_Reports_Projects_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Reports',
'fqcn' => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Projects_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/reports/projects',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_revenue.blade.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_revenue.blade.php',
'hash' => 'f9e7f86e815704ac3f70b17d5eac5bdf6d8fdc5f',
'mtime' => 1762928350,
'size' => 2279,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Reports_Revenue',
'view_name' => 'rsx.app.frontend.reports.frontend_reports_revenue',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_revenue.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_revenue.js' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_revenue.js',
'hash' => '9ed8b705450043e96bb6b5fc615375880d4e5b25',
'mtime' => 1762928356,
'size' => 783,
'extension' => 'js',
'class' => 'Frontend_Reports_Revenue',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_revenue.scss' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_revenue.scss',
'hash' => 'f135ca67264734458f47acb706858d3d694da282',
'mtime' => 1761074428,
'size' => 248,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Reports_Revenue',
),
'id' => 'Frontend_Reports_Revenue',
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_revenue.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_revenue_controller.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_revenue_controller.php',
'hash' => '573c5ed32ca5e137b56668a0a8ffccffdc88abb5',
'mtime' => 1761074428,
'size' => 1028,
'extension' => 'php',
'class' => 'Frontend_Reports_Revenue_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Reports',
'fqcn' => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Revenue_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/reports/revenue',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_time.blade.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_time.blade.php',
'hash' => '36c25cfb55c53e1859c4dce16c329b0b5265a509',
'mtime' => 1762928350,
'size' => 1476,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Reports_Time',
'view_name' => 'rsx.app.frontend.reports.frontend_reports_time',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_time.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_time.js' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_time.js',
'hash' => 'f97d5a35f96e55cfb1f09537bd7e2ebfe14b824e',
'mtime' => 1762928356,
'size' => 771,
'extension' => 'js',
'class' => 'Frontend_Reports_Time',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_time.scss' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_time.scss',
'hash' => '066ed1bba99d4c54fbc2b768af842a641311e1f1',
'mtime' => 1761074428,
'size' => 245,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Reports_Time',
),
'id' => 'Frontend_Reports_Time',
'relative_path' => 'rsx/app/frontend/reports/frontend_reports_time.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/reports/frontend_reports_time_controller.php' =>
array (
'file' => 'rsx/app/frontend/reports/frontend_reports_time_controller.php',
'hash' => 'c87c241016df7dafbb5c5ff9387886f71f64e4bd',
'mtime' => 1761074428,
'size' => 1016,
'extension' => 'php',
'class' => 'Frontend_Reports_Time_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Reports',
'fqcn' => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Time_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/reports/time',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/account/frontend_settings_account.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/account/frontend_settings_account.blade.php',
'hash' => '9ac0cd8ccbf3d4aa9dcc6c681dc15f73421c1ad3',
'mtime' => 1762928350,
'size' => 2147,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Account',
'view_name' => 'rsx.app.frontend.settings.account.frontend_settings_account',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/account/frontend_settings_account.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/account/frontend_settings_account_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/account/frontend_settings_account_controller.php',
'hash' => '0b1915d4a747181e6aa9446ec4ba1366232b0843',
'mtime' => 1762058457,
'size' => 732,
'extension' => 'php',
'class' => 'Frontend_Settings_Account_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Account',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Account\\Frontend_Settings_Account_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 20,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/account',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/api/frontend_settings_api.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/api/frontend_settings_api.blade.php',
'hash' => '86b1d7b89b1f1ab8ca58fbf1d5591a57d1e4535a',
'mtime' => 1762928350,
'size' => 2404,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Api',
'view_name' => 'rsx.app.frontend.settings.api.frontend_settings_api',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/api/frontend_settings_api.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api/frontend_settings_api.js' =>
array (
'file' => 'rsx/app/frontend/settings/api/frontend_settings_api.js',
'hash' => '826209328714e8efbdb9ea210008d20335b34cac',
'mtime' => 1762928356,
'size' => 771,
'extension' => 'js',
'class' => 'Frontend_Settings_Api',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api/frontend_settings_api.scss' =>
array (
'file' => 'rsx/app/frontend/settings/api/frontend_settings_api.scss',
'hash' => '82b13d87ee266c5face1474c6fe18d822103e9e8',
'mtime' => 1761074428,
'size' => 245,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Api',
),
'id' => 'Frontend_Settings_Api',
'relative_path' => 'rsx/app/frontend/settings/api/frontend_settings_api.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api/frontend_settings_api_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/api/frontend_settings_api_controller.php',
'hash' => 'c8362abc7f025962d4d1a4acadf0575a4dbed8fb',
'mtime' => 1762058457,
'size' => 871,
'extension' => 'php',
'class' => 'Frontend_Settings_Api_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Api',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Api\\Frontend_Settings_Api_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 14,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/api',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.blade.php',
'hash' => '71f2bee6941a7363876beb4a93042e56de20a187',
'mtime' => 1762928350,
'size' => 4285,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Api_Keys',
'view_name' => 'rsx.app.frontend.settings.api_keys.frontend_settings_api_keys',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.js' =>
array (
'file' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.js',
'hash' => 'b5cf56897e14fe9227d2f692785688d719193bae',
'mtime' => 1762928356,
'size' => 791,
'extension' => 'js',
'class' => 'Frontend_Settings_Api_Keys',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.scss' =>
array (
'file' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.scss',
'hash' => 'd3fbeeede4e5d05f6f1ca311825e1d73c9856a22',
'mtime' => 1762053415,
'size' => 250,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Api_Keys',
),
'id' => 'Frontend_Settings_Api_Keys',
'relative_path' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys_controller.php',
'hash' => '7e4a6d7be70844eb85e0de30ce437d90b073eba9',
'mtime' => 1762058457,
'size' => 1796,
'extension' => 'php',
'class' => 'Frontend_Settings_Api_Keys_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\ApiKeys',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\ApiKeys\\Frontend_Settings_Api_Keys_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 12,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 21,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/api_keys',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'generate' =>
array (
'name' => 'generate',
'static' => true,
'visibility' => 'public',
'line' => 51,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'revoke' =>
array (
'name' => 'revoke',
'static' => true,
'visibility' => 'public',
'line' => 61,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => '765791066a2f191ec555e2be7daa1170',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_Api_Keys_Controller.js',
),
'rsx/app/frontend/settings/audit/frontend_settings_audit.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.blade.php',
'hash' => 'f0a272ea85f9cc1bf99188162654408cdae78b39',
'mtime' => 1762928350,
'size' => 4267,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Audit',
'view_name' => 'rsx.app.frontend.settings.audit.frontend_settings_audit',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/audit/frontend_settings_audit.js' =>
array (
'file' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.js',
'hash' => 'da66fb761ae98b33d381bd205e796d4a08de776b',
'mtime' => 1762928356,
'size' => 779,
'extension' => 'js',
'class' => 'Frontend_Settings_Audit',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/audit/frontend_settings_audit.scss' =>
array (
'file' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.scss',
'hash' => 'b8295142db2bb5822404ee69b9d6508edcab6d81',
'mtime' => 1761074428,
'size' => 247,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Audit',
),
'id' => 'Frontend_Settings_Audit',
'relative_path' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/audit/frontend_settings_audit_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/audit/frontend_settings_audit_controller.php',
'hash' => 'dc53b384d653f1073b9346e7433d8101c6dc1e58',
'mtime' => 1762058457,
'size' => 881,
'extension' => 'php',
'class' => 'Frontend_Settings_Audit_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Audit',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Audit\\Frontend_Settings_Audit_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 14,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/audit',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/billing/frontend_settings_billing.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.blade.php',
'hash' => '268089d061c435a9ca08bc8058f6bd9b3d82333e',
'mtime' => 1762928350,
'size' => 1540,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Billing',
'view_name' => 'rsx.app.frontend.settings.billing.frontend_settings_billing',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/billing/frontend_settings_billing.js' =>
array (
'file' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.js',
'hash' => '2db72a359ce9507423b8074d33c0570c41a32ede',
'mtime' => 1762928356,
'size' => 787,
'extension' => 'js',
'class' => 'Frontend_Settings_Billing',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/billing/frontend_settings_billing.scss' =>
array (
'file' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.scss',
'hash' => '64a63ce860265b0b0f43907aedfa6f5872e7d706',
'mtime' => 1761074428,
'size' => 249,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Billing',
),
'id' => 'Frontend_Settings_Billing',
'relative_path' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/billing/frontend_settings_billing_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/billing/frontend_settings_billing_controller.php',
'hash' => 'e4c826d28605c9661c8d587143bece657ec81309',
'mtime' => 1762058457,
'size' => 1054,
'extension' => 'php',
'class' => 'Frontend_Settings_Billing_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Billing',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Billing\\Frontend_Settings_Billing_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 19,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 32,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/billing',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/frontend_settings.js' =>
array (
'file' => 'rsx/app/frontend/settings/frontend_settings.js',
'hash' => '990ba02b6cac6af37d54f55f4cb6ca3d2c36e31f',
'mtime' => 1762928356,
'size' => 2354,
'extension' => 'js',
'class' => 'Frontend_Settings',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 8,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/frontend_settings.scss' =>
array (
'file' => 'rsx/app/frontend/settings/frontend_settings.scss',
'hash' => 'cafc2c22c7043af26f20cddbce2991989d264ed5',
'mtime' => 1761074428,
'size' => 5974,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.frontend-settings',
),
'relative_path' => 'rsx/app/frontend/settings/frontend_settings.scss',
'scope' => 'general',
'media_features' =>
array (
0 => 'responsive',
),
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/frontend_settings_layout.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/frontend_settings_layout.blade.php',
'hash' => '7e1df895575938a6d2f0b19ac2fab325c5b81c8e',
'mtime' => 1762928350,
'size' => 4338,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Layout',
'view_name' => 'rsx.app.frontend.settings.frontend_settings_layout',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'title',
1 => 'constrained_wider',
2 => 'content',
),
'yields' =>
array (
0 => 'sidebar_additional',
1 => 'breadcrumb_items',
2 => 'settings_content',
),
'is_layout' => true,
'custom_directives' =>
array (
0 => 'hasSection',
1 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/frontend_settings_layout.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/general/frontend_settings_general.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/general/frontend_settings_general.blade.php',
'hash' => 'fd61c48b3452cc3b988dfc17d18235129d5e9b73',
'mtime' => 1762928350,
'size' => 4225,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_General',
'view_name' => 'rsx.app.frontend.settings.general.frontend_settings_general',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'sidebar_additional',
2 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/general/frontend_settings_general.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/general/frontend_settings_general_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/general/frontend_settings_general_controller.php',
'hash' => '341c368ab7705808d249ff854fffd9a8d913c9bf',
'mtime' => 1762058707,
'size' => 849,
'extension' => 'php',
'class' => 'Frontend_Settings_General_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\General',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\General\\Frontend_Settings_General_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 23,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
1 =>
array (
0 => 'Permission::authenticated()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings',
'methods' =>
array (
0 => 'GET',
),
),
1 =>
array (
0 => '/frontend/settings/general',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/import/frontend_settings_import.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/import/frontend_settings_import.blade.php',
'hash' => 'aa5242908ac20b12b41b85979e916f655488ae23',
'mtime' => 1762928350,
'size' => 1392,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Import',
'view_name' => 'rsx.app.frontend.settings.import.frontend_settings_import',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/import/frontend_settings_import.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/import/frontend_settings_import.js' =>
array (
'file' => 'rsx/app/frontend/settings/import/frontend_settings_import.js',
'hash' => 'ae2c7fe2cd064b1ee004eba278175f4b720739c6',
'mtime' => 1762928356,
'size' => 783,
'extension' => 'js',
'class' => 'Frontend_Settings_Import',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/import/frontend_settings_import.scss' =>
array (
'file' => 'rsx/app/frontend/settings/import/frontend_settings_import.scss',
'hash' => 'bf23c2078a2f68da9cb091e653a482e2cd9a1309',
'mtime' => 1761074428,
'size' => 248,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Import',
),
'id' => 'Frontend_Settings_Import',
'relative_path' => 'rsx/app/frontend/settings/import/frontend_settings_import.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/import/frontend_settings_import_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/import/frontend_settings_import_controller.php',
'hash' => '4db573db03d0b1f1ef7421c7ab11618b68df3523',
'mtime' => 1762058457,
'size' => 1049,
'extension' => 'php',
'class' => 'Frontend_Settings_Import_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Import',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Import\\Frontend_Settings_Import_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 19,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 32,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/import',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/notifications/frontend_settings_notifications.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.blade.php',
'hash' => '678557a978f9847a6564f5aefee378883a251664',
'mtime' => 1762928350,
'size' => 1633,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Notifications',
'view_name' => 'rsx.app.frontend.settings.notifications.frontend_settings_notifications',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/notifications/frontend_settings_notifications.js' =>
array (
'file' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.js',
'hash' => '92135553bd8c9131d2673ded5330d08c73d2904b',
'mtime' => 1762928356,
'size' => 811,
'extension' => 'js',
'class' => 'Frontend_Settings_Notifications',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/notifications/frontend_settings_notifications.scss' =>
array (
'file' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.scss',
'hash' => '76db11b02bf1caaf2dff1f21f79e3aa547ffa061',
'mtime' => 1761074428,
'size' => 255,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Notifications',
),
'id' => 'Frontend_Settings_Notifications',
'relative_path' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/notifications/frontend_settings_notifications_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications_controller.php',
'hash' => 'fda171a89a3f88b6679d6117c6ef207be80dd4ab',
'mtime' => 1762058457,
'size' => 1084,
'extension' => 'php',
'class' => 'Frontend_Settings_Notifications_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Notifications',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Notifications\\Frontend_Settings_Notifications_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 19,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 32,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/notifications',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/password_security/frontend_settings_password_security.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.blade.php',
'hash' => 'cdffcfee96da8c59eb1e512fa775ce5f9fd88d7b',
'mtime' => 1762928350,
'size' => 6851,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Password_Security',
'view_name' => 'rsx.app.frontend.settings.password_security.frontend_settings_password_security',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/password_security/frontend_settings_password_security.js' =>
array (
'file' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.js',
'hash' => '9c5a718d79753d3f9ac350013dd7f210dd526402',
'mtime' => 1762928356,
'size' => 827,
'extension' => 'js',
'class' => 'Frontend_Settings_Password_Security',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/password_security/frontend_settings_password_security.scss' =>
array (
'file' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.scss',
'hash' => '41625142fff75f5079b1656384c7919a25d0bc33',
'mtime' => 1762053413,
'size' => 259,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Password_Security',
),
'id' => 'Frontend_Settings_Password_Security',
'relative_path' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/password_security/frontend_settings_password_security_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security_controller.php',
'hash' => 'e7f3d171521659b48974ad086ac7ac6eba572b92',
'mtime' => 1762058457,
'size' => 2356,
'extension' => 'php',
'class' => 'Frontend_Settings_Password_Security_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\PasswordSecurity',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\PasswordSecurity\\Frontend_Settings_Password_Security_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 12,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 25,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/password_security',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'change_password' =>
array (
'name' => 'change_password',
'static' => true,
'visibility' => 'public',
'line' => 63,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'revoke_session' =>
array (
'name' => 'revoke_session',
'static' => true,
'visibility' => 'public',
'line' => 80,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => '2fa8b5a0d86bef27f6c130ac99dfcaf2',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_Password_Security_Controller.js',
),
'rsx/app/frontend/settings/profile/frontend_settings_profile.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile/frontend_settings_profile.blade.php',
'hash' => 'd0bea41e345205ceaefb370f4bf818fbddaa4ea9',
'mtime' => 1762928350,
'size' => 1958,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Profile',
'view_name' => 'rsx.app.frontend.settings.profile.frontend_settings_profile',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/profile/frontend_settings_profile.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile/frontend_settings_profile_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile/frontend_settings_profile_controller.php',
'hash' => 'a5f9012aa6ef6c0e9e04a392a755df7597fd7c11',
'mtime' => 1762058457,
'size' => 1109,
'extension' => 'php',
'class' => 'Frontend_Settings_Profile_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Profile',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Profile\\Frontend_Settings_Profile_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 20,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/profile',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.blade.php',
'hash' => 'e20ed2a103b50d8e52969433a971a4e7f6190386',
'mtime' => 1762928350,
'size' => 5654,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Profile_Display',
'view_name' => 'rsx.app.frontend.settings.profile_display.frontend_settings_profile_display',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.js' =>
array (
'file' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.js',
'hash' => 'e33a994bacb0f51bbf2b0e6d8a68ee5696c0a608',
'mtime' => 1762928356,
'size' => 819,
'extension' => 'js',
'class' => 'Frontend_Settings_Profile_Display',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.scss' =>
array (
'file' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.scss',
'hash' => 'f8cf4fc1ec8e7da5de43843d55ff4ebef4e30c58',
'mtime' => 1762053183,
'size' => 257,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Profile_Display',
),
'id' => 'Frontend_Settings_Profile_Display',
'relative_path' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display_controller.php',
'hash' => 'cf739e38e51b8ec054ce9b3d3ad5646c55ce3cd6',
'mtime' => 1762058712,
'size' => 868,
'extension' => 'php',
'class' => 'Frontend_Settings_Profile_Display_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\ProfileDisplay',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\ProfileDisplay\\Frontend_Settings_Profile_Display_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 13,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 26,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/profile_display',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.blade.php',
'hash' => 'd3faa659b08d3f7a2ce005edb863332016573116',
'mtime' => 1762928350,
'size' => 5194,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Profile_Edit',
'view_name' => 'rsx.app.frontend.settings.profile_edit.frontend_settings_profile_edit',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.scss' =>
array (
'file' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.scss',
'hash' => '59edd71f80e7a72b1cb854ac5d43210d06e334c6',
'mtime' => 1762053245,
'size' => 254,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Profile_Edit',
),
'id' => 'Frontend_Settings_Profile_Edit',
'relative_path' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit_controller.php',
'hash' => 'ff9f869a34e061b677d6a5d930b41e7d5755c8a6',
'mtime' => 1762932498,
'size' => 4267,
'extension' => 'php',
'class' => 'Frontend_Settings_Profile_Edit_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\ProfileEdit',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\ProfileEdit\\Frontend_Settings_Profile_Edit_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 15,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 28,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/profile_edit',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save_profile' =>
array (
'name' => 'save_profile',
'static' => true,
'visibility' => 'public',
'line' => 47,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'cecc8cc5d56bd2217bf9e425735fb034',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_Profile_Edit_Controller.js',
),
'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.blade.php',
'hash' => '0e72c9a026851793853e9e59289c624d14aad2e6',
'mtime' => 1762928350,
'size' => 6640,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Site_Settings',
'view_name' => 'rsx.app.frontend.settings.site_settings.frontend_settings_site_settings',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.js' =>
array (
'file' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.js',
'hash' => '362064a458cb37f5c4f6b40af4245469a10aa4f4',
'mtime' => 1762928356,
'size' => 811,
'extension' => 'js',
'class' => 'Frontend_Settings_Site_Settings',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.scss' =>
array (
'file' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.scss',
'hash' => 'e17c6a516011df6016e60e53532d481281deca5f',
'mtime' => 1762053421,
'size' => 255,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Site_Settings',
),
'id' => 'Frontend_Settings_Site_Settings',
'relative_path' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings_controller.php',
'hash' => 'bb7f0f8063bd56e7e0c0ca79dfeee592b9bd3235',
'mtime' => 1762058457,
'size' => 998,
'extension' => 'php',
'class' => 'Frontend_Settings_Site_Settings_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\SiteSettings',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\SiteSettings\\Frontend_Settings_Site_Settings_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 12,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 21,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/site_settings',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'update' =>
array (
'name' => 'update',
'static' => true,
'visibility' => 'public',
'line' => 33,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'ff5e137abbf31e5ae3e4e32585750c9f',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_Site_Settings_Controller.js',
),
'rsx/app/frontend/settings/team/frontend_settings_team.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/team/frontend_settings_team.blade.php',
'hash' => '8d4e2e8737940cfdc7aeaa3d0f3fff6831c6e02b',
'mtime' => 1762928350,
'size' => 1104,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Team',
'view_name' => 'rsx.app.frontend.settings.team.frontend_settings_team',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/team/frontend_settings_team.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/team/frontend_settings_team.js' =>
array (
'file' => 'rsx/app/frontend/settings/team/frontend_settings_team.js',
'hash' => 'cbf936d6286912da900497004dbb483cc4987b09',
'mtime' => 1762928356,
'size' => 775,
'extension' => 'js',
'class' => 'Frontend_Settings_Team',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/team/frontend_settings_team.scss' =>
array (
'file' => 'rsx/app/frontend/settings/team/frontend_settings_team.scss',
'hash' => '3a2641be9bd117473dd6f04b09282e1c225aeabd',
'mtime' => 1761074428,
'size' => 246,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Team',
),
'id' => 'Frontend_Settings_Team',
'relative_path' => 'rsx/app/frontend/settings/team/frontend_settings_team.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/team/frontend_settings_team_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/team/frontend_settings_team_controller.php',
'hash' => 'ceb79de93c283336eae70e1e8e5c320c625ef4e4',
'mtime' => 1762058457,
'size' => 1039,
'extension' => 'php',
'class' => 'Frontend_Settings_Team_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Team',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Team\\Frontend_Settings_Team_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 19,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 32,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/team',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/templates/frontend_settings_templates.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.blade.php',
'hash' => 'c72c66ed547f5c78f4d30a405d95693258848473',
'mtime' => 1762928350,
'size' => 2741,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_Templates',
'view_name' => 'rsx.app.frontend.settings.templates.frontend_settings_templates',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'submodule_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/templates/frontend_settings_templates.js' =>
array (
'file' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.js',
'hash' => 'b7b903878a02e0215c203d659679a2cd7fcfb77b',
'mtime' => 1762928356,
'size' => 795,
'extension' => 'js',
'class' => 'Frontend_Settings_Templates',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/templates/frontend_settings_templates.scss' =>
array (
'file' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.scss',
'hash' => '0eddaecd9be6cdaf50912061197f94f43647a1b2',
'mtime' => 1761074428,
'size' => 251,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_Templates',
),
'id' => 'Frontend_Settings_Templates',
'relative_path' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/templates/frontend_settings_templates_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/templates/frontend_settings_templates_controller.php',
'hash' => '10c14a4d15dd9e49b80a436e9e8b06ad06812392',
'mtime' => 1762058457,
'size' => 901,
'extension' => 'php',
'class' => 'Frontend_Settings_Templates_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\Templates',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\Templates\\Frontend_Settings_Templates_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 14,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/templates',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/settings/user_management/add_user_form.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/add_user_form.js',
'hash' => 'f74b0c4bc316d3ba52c5cc5133a63eea997cc100',
'mtime' => 1762928356,
'size' => 1539,
'extension' => 'js',
'class' => 'Add_User_Form',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/add_user_modal.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/add_user_modal.js',
'hash' => 'a2e92edcc5030e8dd664cc1897a9685a82683b1b',
'mtime' => 1762928356,
'size' => 1190,
'extension' => 'js',
'class' => 'Add_User_Modal',
'extends' => 'Modal_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'show' =>
array (
'name' => 'show',
'static' => true,
'visibility' => 'public',
'line' => 15,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/add_user_modal_form.jqhtml' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/add_user_modal_form.jqhtml',
'hash' => '4989fd2b5750bf61863461ef32c0fbc4a1e01da5',
'mtime' => 1762928353,
'size' => 1910,
'extension' => 'jqhtml',
'template_name' => 'Add_User_Modal_Form',
'id' => 'Add_User_Modal_Form',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Rsx_Form',
1 => 'Form_Field',
2 => 'Text_Input',
3 => 'Select_Input',
4 => 'Phone_Text_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'AddUserModalForm',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/edit_user_modal.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/edit_user_modal.js',
'hash' => 'c7404c74c94a6bcf379a7ecdef0521adfa45ebb7',
'mtime' => 1762928356,
'size' => 1592,
'extension' => 'js',
'class' => 'Edit_User_Modal',
'extends' => 'Modal_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'show' =>
array (
'name' => 'show',
'static' => true,
'visibility' => 'public',
'line' => 16,
'params' =>
array (
0 => 'user_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/edit_user_modal_form.jqhtml' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/edit_user_modal_form.jqhtml',
'hash' => '6dc7fdb4881397d756d59e60299cd3e874967be7',
'mtime' => 1762933084,
'size' => 1881,
'extension' => 'jqhtml',
'template_name' => 'Edit_User_Modal_Form',
'id' => 'Edit_User_Modal_Form',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Rsx_Form',
1 => 'Form_Hidden_Field',
2 => 'Form_Field',
3 => 'Text_Input',
4 => 'Select_Input',
5 => 'Phone_Text_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'EditUserModalForm',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.blade.php',
'hash' => '8463edd40494a46a4665906ada8620664648438d',
'mtime' => 1762928350,
'size' => 608,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_User_Management',
'view_name' => 'rsx.app.frontend.settings.user_management.frontend_settings_user_management',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.js',
'hash' => '919de4f9f1236e3d3d56e9f143c96525a3e85b8b',
'mtime' => 1762928356,
'size' => 842,
'extension' => 'js',
'class' => 'Frontend_Settings_User_Management',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_add_user' =>
array (
'name' => 'handle_add_user',
'static' => true,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 27,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management.scss' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.scss',
'hash' => '5f72445bb7b9879a18cb2355df37471a855b1334',
'mtime' => 1762053419,
'size' => 257,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_User_Management',
),
'id' => 'Frontend_Settings_User_Management',
'relative_path' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_controller.php',
'hash' => '8044048913e55f112dca3f64a2da3e4916c22a3c',
'mtime' => 1762932498,
'size' => 11214,
'extension' => 'php',
'class' => 'Frontend_Settings_User_Management_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\UserManagement',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\UserManagement\\Frontend_Settings_User_Management_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 15,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 24,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/user_management',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'datagrid_fetch' =>
array (
'name' => 'datagrid_fetch',
'static' => true,
'visibility' => 'public',
'line' => 38,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'add_user' =>
array (
'name' => 'add_user',
'static' => true,
'visibility' => 'public',
'line' => 53,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'get_user_for_edit' =>
array (
'name' => 'get_user_for_edit',
'static' => true,
'visibility' => 'public',
'line' => 128,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'save_user' =>
array (
'name' => 'save_user',
'static' => true,
'visibility' => 'public',
'line' => 170,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'send_invite' =>
array (
'name' => 'send_invite',
'static' => true,
'visibility' => 'public',
'line' => 262,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'view' =>
array (
'name' => 'view',
'static' => true,
'visibility' => 'public',
'line' => 325,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/user_management/:id',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'affeda0dcbd482920eccd0987742ac89',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_User_Management_Controller.js',
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.blade.php',
'hash' => '20b84447b75945d652e99d769fb722bde47aea40',
'mtime' => 1762928350,
'size' => 9970,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_User_Management_View',
'view_name' => 'rsx.app.frontend.settings.user_management.frontend_settings_user_management_view',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'rsx_page_data',
1 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.js',
'hash' => '4d90b21301f57b363a7f20b82f0ca95003df47ec',
'mtime' => 1762928356,
'size' => 1728,
'extension' => 'js',
'class' => 'Frontend_Settings_User_Management_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_edit_user' =>
array (
'name' => 'handle_edit_user',
'static' => true,
'visibility' => 'public',
'line' => 19,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_resend_invite' =>
array (
'name' => 'handle_resend_invite',
'static' => true,
'visibility' => 'public',
'line' => 40,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 58,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/send_user_invite_modal.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/send_user_invite_modal.js',
'hash' => 'ffdb5037bbc0fdf57115a1df529172373a85598e',
'mtime' => 1762928356,
'size' => 1352,
'extension' => 'js',
'class' => 'Send_User_Invite_Modal',
'extends' => 'Modal_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'show' =>
array (
'name' => 'show',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
0 => 'user_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/users_datagrid.jqhtml' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/users_datagrid.jqhtml',
'hash' => 'e88b7ccabbca025b2d4367194c04940d9321cf58',
'mtime' => 1762928720,
'size' => 3312,
'extension' => 'jqhtml',
'template_name' => 'Users_DataGrid',
'id' => 'Users_DataGrid',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Card_Title',
1 => 'Card_Header_Right',
2 => 'Search_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
0 => 'DG_Card_Header',
1 => 'DG_Table_Header',
2 => 'row',
),
'expected_class' => 'UsersDataGrid',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/users_datagrid.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/users_datagrid.js',
'hash' => '75ba14fb0018ce8dc7fc67db2cc394fa32a9955c',
'mtime' => 1762928356,
'size' => 247,
'extension' => 'js',
'class' => 'Users_DataGrid',
'extends' => 'DataGrid_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_management/users_datagrid.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_management/users_datagrid.php',
'hash' => '648b1808d16639737a618961b6d758a7f9d81452',
'mtime' => 1762932498,
'size' => 2697,
'extension' => 'php',
'class' => 'Users_DataGrid',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\UserManagement',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\UserManagement\\Users_DataGrid',
'extends' => 'DataGrid_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
'public_static_methods' =>
array (
'build_query' =>
array (
'name' => 'build_query',
'static' => true,
'visibility' => 'public',
'line' => 53,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'transform_records' =>
array (
'name' => 'transform_records',
'static' => true,
'visibility' => 'public',
'line' => 84,
'parameters' =>
array (
0 =>
array (
'name' => 'records',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'default_sort',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'default_order',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'sortable_columns',
'visibility' => 'protected',
'static' => true,
),
),
),
'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.blade.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.blade.php',
'hash' => '5e4352e0d5c5ee67e7fece7a6c6bf9288712fd5d',
'mtime' => 1762928350,
'size' => 10184,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Settings_User_Settings',
'view_name' => 'rsx.app.frontend.settings.user_settings.frontend_settings_user_settings',
'rsx_extends' => 'Frontend_Settings_Layout',
'sections' =>
array (
0 => 'breadcrumb_items',
1 => 'settings_content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.js' =>
array (
'file' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.js',
'hash' => '38161a0cf4d599868f2a966c1a5251905d2d8a2d',
'mtime' => 1762928356,
'size' => 811,
'extension' => 'js',
'class' => 'Frontend_Settings_User_Settings',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.scss' =>
array (
'file' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.scss',
'hash' => '18896009246c0f2811cbbcb4aec33c0b4584b490',
'mtime' => 1762053316,
'size' => 255,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Settings_User_Settings',
),
'id' => 'Frontend_Settings_User_Settings',
'relative_path' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings_controller.php' =>
array (
'file' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings_controller.php',
'hash' => 'bad64cbf5bb18869bbef0be02b133c0a171dc270',
'mtime' => 1762058457,
'size' => 1315,
'extension' => 'php',
'class' => 'Frontend_Settings_User_Settings_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Settings\\UserSettings',
'fqcn' => 'Rsx\\App\\Frontend\\Settings\\UserSettings\\Frontend_Settings_User_Settings_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 13,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 26,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/frontend/settings/user_settings',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'update' =>
array (
'name' => 'update',
'static' => true,
'visibility' => 'public',
'line' => 45,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'ff5e137abbf31e5ae3e4e32585750c9f',
'js_stub' => 'storage/rsx-build/js-stubs/Frontend_Settings_User_Settings_Controller.js',
),
'rsx/app/frontend/tasks/frontend_tasks.blade.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks.blade.php',
'hash' => '3e8f597a8765b2553859fa494873b685a39f417b',
'mtime' => 1762928350,
'size' => 2313,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Tasks',
'view_name' => 'rsx.app.frontend.tasks.frontend_tasks',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks.js' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks.js',
'hash' => 'e927c3ce1a6331e7f1888c66b7596cc549f34f69',
'mtime' => 1762928356,
'size' => 743,
'extension' => 'js',
'class' => 'Frontend_Tasks',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks.scss' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks.scss',
'hash' => '2f415fedb7d8f8c0cdb57a4295971903a3bc268a',
'mtime' => 1761074428,
'size' => 238,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Tasks',
),
'id' => 'Frontend_Tasks',
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_add.blade.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_add.blade.php',
'hash' => '1405cf7cd81bb6f9b988f0e2980ec13483070345',
'mtime' => 1762928350,
'size' => 1672,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Tasks_Add',
'view_name' => 'rsx.app.frontend.tasks.frontend_tasks_add',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks_add.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_add.js' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_add.js',
'hash' => '8b6d32619ae98ce1089f1f5475d16bfc7f7d3c9d',
'mtime' => 1762928356,
'size' => 759,
'extension' => 'js',
'class' => 'Frontend_Tasks_Add',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_add.scss' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_add.scss',
'hash' => '075fc9ed4ffbbdea1c49bfe7191e63f3ebf176a4',
'mtime' => 1761074428,
'size' => 242,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Tasks_Add',
),
'id' => 'Frontend_Tasks_Add',
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks_add.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_add_controller.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_add_controller.php',
'hash' => '4d3cdd5f97551770fd32def6b2767477953cd5e7',
'mtime' => 1761074428,
'size' => 1002,
'extension' => 'php',
'class' => 'Frontend_Tasks_Add_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Tasks',
'fqcn' => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_Add_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/tasks/add',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_controller.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_controller.php',
'hash' => 'cf3469360e8daaeeec430951c9edb0c898cac1ff',
'mtime' => 1761074428,
'size' => 980,
'extension' => 'php',
'class' => 'Frontend_Tasks_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Tasks',
'fqcn' => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/tasks',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_view.blade.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_view.blade.php',
'hash' => '7ca10be92c546936902e2e33956d19d71fc490dc',
'mtime' => 1762928350,
'size' => 6241,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Frontend_Tasks_View',
'view_name' => 'rsx.app.frontend.tasks.frontend_tasks_view',
'rsx_extends' => 'Frontend_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks_view.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_view.js' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_view.js',
'hash' => '6c78af1155836a4891039642d11bc8e164d75d89',
'mtime' => 1762928356,
'size' => 763,
'extension' => 'js',
'class' => 'Frontend_Tasks_View',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_view.scss' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_view.scss',
'hash' => 'cc076c725afbfa32025f7fbe985a5e3a96c41f86',
'mtime' => 1761074428,
'size' => 243,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Tasks_View',
),
'id' => 'Frontend_Tasks_View',
'relative_path' => 'rsx/app/frontend/tasks/frontend_tasks_view.scss',
'scope' => 'general',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/app/frontend/tasks/frontend_tasks_view_controller.php' =>
array (
'file' => 'rsx/app/frontend/tasks/frontend_tasks_view_controller.php',
'hash' => '3aa004cfda90e1b5bbba0f27a59703091a01e06e',
'mtime' => 1761074428,
'size' => 1006,
'extension' => 'php',
'class' => 'Frontend_Tasks_View_Controller',
'namespace' => 'Rsx\\App\\Frontend\\Tasks',
'fqcn' => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_View_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 18,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Route' =>
array (
0 =>
array (
0 => '/tasks/view',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/index_controller.php' =>
array (
'file' => 'rsx/app/index_controller.php',
'hash' => '08ef33991e8fdc0e5e4c5e92e3890b42a8643864',
'mtime' => 1761550151,
'size' => 1183,
'extension' => 'php',
'class' => 'Index_Controller',
'namespace' => 'Rsx\\App',
'fqcn' => 'Rsx\\App\\Index_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 28,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 39,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/login/accept_invite_controller.php' =>
array (
'file' => 'rsx/app/login/accept_invite_controller.php',
'hash' => '8f86e08f0c1a57cb77cf1f8a4b98157ef7a21215',
'mtime' => 1762932498,
'size' => 5361,
'extension' => 'php',
'class' => 'Accept_Invite_Controller',
'namespace' => 'Rsx\\App\\Login',
'fqcn' => 'Rsx\\App\\Login\\Accept_Invite_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 31,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/accept-invite/:code',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'accept' =>
array (
'name' => 'accept',
'static' => true,
'visibility' => 'public',
'line' => 104,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => 'f199366d36c1dca8c1e846ee2484e61e',
'js_stub' => 'storage/rsx-build/js-stubs/Accept_Invite_Controller.js',
),
'rsx/app/login/accept_invite_index.blade.php' =>
array (
'file' => 'rsx/app/login/accept_invite_index.blade.php',
'hash' => 'd24125d291a01fae3fc7fefd2c118cd9d6b1b7d8',
'mtime' => 1762928350,
'size' => 4518,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Accept_Invite_Index',
'view_name' => 'rsx.app.login.accept_invite_index',
'rsx_extends' => 'Login_Pagemodal_Layout',
'sections' =>
array (
0 => 'card_title',
1 => 'card_subtitle',
2 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/login/accept_invite_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/accept_invite_index.js' =>
array (
'file' => 'rsx/app/login/accept_invite_index.js',
'hash' => '34093c3e9719014e15030512982f0610ce7631a8',
'mtime' => 1762928356,
'size' => 1208,
'extension' => 'js',
'class' => 'Accept_Invite_Index',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/invite_helper.php' =>
array (
'file' => 'rsx/app/login/invite_helper.php',
'hash' => '96190e53c2cdf63ca9b0ccde0e611b8aa310f145',
'mtime' => 1762932498,
'size' => 3742,
'extension' => 'php',
'class' => 'Invite_Helper',
'namespace' => 'Rsx\\App\\Login',
'fqcn' => 'Rsx\\App\\Login\\Invite_Helper',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'validate_invitation' =>
array (
'name' => 'validate_invitation',
'static' => true,
'visibility' => 'public',
'line' => 28,
'parameters' =>
array (
0 =>
array (
'name' => 'invite_code',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
1 =>
array (
'name' => 'require_email_match',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => true,
),
),
),
'can_email_accept_invitation' =>
array (
'name' => 'can_email_accept_invitation',
'static' => true,
'visibility' => 'public',
'line' => 97,
'parameters' =>
array (
0 =>
array (
'name' => 'invitation',
'optional' => false,
'type' => 'App\\RSpade\\Core\\Models\\User_Model',
'nullable' => false,
),
1 =>
array (
'name' => 'email',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'get_error_message' =>
array (
'name' => 'get_error_message',
'static' => true,
'visibility' => 'public',
'line' => 108,
'parameters' =>
array (
0 =>
array (
'name' => 'validation_result',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/login/login_bundle.php' =>
array (
'file' => 'rsx/app/login/login_bundle.php',
'hash' => 'c0129ce348018a2021c7a1ca2f4bf8bf3bb60510',
'mtime' => 1762369397,
'size' => 983,
'extension' => 'php',
'class' => 'Login_Bundle',
'namespace' => 'Rsx\\App\\Login',
'fqcn' => 'Rsx\\App\\Login\\Login_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 18,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/login/login_controller.php' =>
array (
'file' => 'rsx/app/login/login_controller.php',
'hash' => '795f5909b345e452f96496578a3c7fa1ad4838df',
'mtime' => 1762384091,
'size' => 2229,
'extension' => 'php',
'class' => 'Login_Controller',
'namespace' => 'Rsx\\App\\Login',
'fqcn' => 'Rsx\\App\\Login\\Login_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/login',
'methods' =>
array (
0 => 'GET',
1 => 'POST',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'logout' =>
array (
'name' => 'logout',
'static' => true,
'visibility' => 'public',
'line' => 54,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
'message' => 'You must be logged in to log out',
'redirect' => '/login',
),
),
'Route' =>
array (
0 =>
array (
0 => '/logout',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/login/login_index.blade.php' =>
array (
'file' => 'rsx/app/login/login_index.blade.php',
'hash' => '6a2dda99190d9f7f140c3a151d8c4c6f600bb92e',
'mtime' => 1762928350,
'size' => 1830,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Login_Index',
'view_name' => 'rsx.app.login.login_index',
'rsx_extends' => 'Login_Pagemodal_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/login/login_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/login_index.js' =>
array (
'file' => 'rsx/app/login/login_index.js',
'hash' => '5e61c83f20142e22d7b60233d3922bfd2ff2e84f',
'mtime' => 1762928356,
'size' => 1565,
'extension' => 'js',
'class' => 'Login_Index',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_app_ready' =>
array (
'name' => 'on_app_ready',
'static' => true,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/login_index.scss' =>
array (
'file' => 'rsx/app/login/login_index.scss',
'hash' => '9a7639efd8caefd7d2b725b87455247918d5b1ff',
'mtime' => 1762381294,
'size' => 149,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Login_Index',
),
'id' => 'Login_Index',
'relative_path' => 'rsx/app/login/login_index.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/login_layout.blade.php' =>
array (
'file' => 'rsx/app/login/login_layout.blade.php',
'hash' => 'b2adc04e92d73d4c10e888849f6234b0c2fbc538',
'mtime' => 1762928350,
'size' => 767,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Login_Layout',
'view_name' => 'rsx.app.login.login_layout',
'yields' =>
array (
0 => 'content',
),
'is_layout' => true,
'relative_path' => 'rsx/app/login/login_layout.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/login_pagemodal_layout.blade.php' =>
array (
'file' => 'rsx/app/login/login_pagemodal_layout.blade.php',
'hash' => 'd57bb4cfdc8634f609505a5420cc119cf6ba57ff',
'mtime' => 1762928350,
'size' => 2707,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Login_Pagemodal_Layout',
'view_name' => 'rsx.app.login.login_pagemodal_layout',
'yields' =>
array (
0 => 'card_subtitle',
1 => 'content',
),
'is_layout' => true,
'custom_directives' =>
array (
0 => 'media',
1 => 'hasSection',
),
'relative_path' => 'rsx/app/login/login_pagemodal_layout.blade.php',
'code_quality_metadata' =>
array (
'JQHTML-INLINE-01' =>
array (
'jqhtml_inline_violations' =>
array (
0 =>
array (
'type' => 'inline_style',
'line' => 17,
'code' => '<style>',
),
),
),
),
),
'rsx/app/login/signup/signup_controller.php' =>
array (
'file' => 'rsx/app/login/signup/signup_controller.php',
'hash' => '76600a319ae5ae27770cb05d6d8b38a794d9b079',
'mtime' => 1762932498,
'size' => 8261,
'extension' => 'php',
'class' => 'Signup_Controller',
'namespace' => 'Rsx\\App\\Login\\Signup',
'fqcn' => 'Rsx\\App\\Login\\Signup\\Signup_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/signup',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'submit' =>
array (
'name' => 'submit',
'static' => true,
'visibility' => 'public',
'line' => 126,
'attributes' =>
array (
'Ajax_Endpoint' =>
array (
0 =>
array (
),
),
'Auth' =>
array (
0 =>
array (
0 => 'Permission::anybody()',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'api_methods_hash' => '8a1ee2ac78159ef2bccfe58be02a4a46',
'js_stub' => 'storage/rsx-build/js-stubs/Signup_Controller.js',
),
'rsx/app/login/signup/signup_index.blade.php' =>
array (
'file' => 'rsx/app/login/signup/signup_index.blade.php',
'hash' => 'dd0a2c57f4644ec906b34f66bb32cfe43a7c5b85',
'mtime' => 1762933090,
'size' => 2503,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Signup_Index',
'view_name' => 'rsx.app.login.signup.signup_index',
'rsx_extends' => 'Login_Pagemodal_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/login/signup/signup_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/signup/signup_index.js' =>
array (
'file' => 'rsx/app/login/signup/signup_index.js',
'hash' => '0e75302289ea9cdc482b2a9a5f04f61b39f48d73',
'mtime' => 1762933637,
'size' => 758,
'extension' => 'js',
'class' => 'Signup_Index',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'on_success' =>
array (
'name' => 'on_success',
'static' => true,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
0 => 'response',
),
'parameters' =>
array (
0 =>
array (
'name' => 'response',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/signup/signup_index.scss' =>
array (
'file' => 'rsx/app/login/signup/signup_index.scss',
'hash' => 'ad6ca9bede2bf61cade0dec77342add098736e40',
'mtime' => 1762381259,
'size' => 97,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Signup_Index',
),
'id' => 'Signup_Index',
'relative_path' => 'rsx/app/login/signup/signup_index.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/app/login/site_selection_controller.php' =>
array (
'file' => 'rsx/app/login/site_selection_controller.php',
'hash' => 'f353c19e5dcd3adbead4124ebffd6bb119edae20',
'mtime' => 1762932498,
'size' => 1828,
'extension' => 'php',
'class' => 'Site_Selection_Controller',
'namespace' => 'Rsx\\App\\Login',
'fqcn' => 'Rsx\\App\\Login\\Site_Selection_Controller',
'extends' => 'Rsx_Controller_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
'public_static_methods' =>
array (
'index' =>
array (
'name' => 'index',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Auth' =>
array (
0 =>
array (
0 => 'Permission::authenticated()',
),
),
'Route' =>
array (
0 =>
array (
0 => '/login/site/:site_id',
'methods' =>
array (
0 => 'GET',
),
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/app/login/site_selection_error_index.blade.php' =>
array (
'file' => 'rsx/app/login/site_selection_error_index.blade.php',
'hash' => 'b46da3030c6b9fc0fe608e6398e6a04909a3ff2a',
'mtime' => 1762928350,
'size' => 544,
'extension' => 'blade.php',
'type' => 'view',
'id' => 'Site_Selection_Error_Index',
'view_name' => 'rsx.app.login.site_selection_error_index',
'rsx_extends' => 'Login_Pagemodal_Layout',
'sections' =>
array (
0 => 'content',
),
'custom_directives' =>
array (
0 => 'endsection',
),
'relative_path' => 'rsx/app/login/site_selection_error_index.blade.php',
'code_quality_metadata' =>
array (
),
),
'rsx/handlers/File_Upload_Handlers.php' =>
array (
'file' => 'rsx/handlers/File_Upload_Handlers.php',
'hash' => 'e79761fcac64c9bf02a929f472d3c9a604ef43ee',
'mtime' => 1762149474,
'size' => 1035,
'extension' => 'php',
'class' => 'File_Upload_Handlers',
'namespace' => 'Rsx\\Handlers',
'fqcn' => 'Rsx\\Handlers\\File_Upload_Handlers',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'require_authentication' =>
array (
'name' => 'require_authentication',
'static' => true,
'visibility' => 'public',
'line' => 25,
'attributes' =>
array (
'OnEvent' =>
array (
0 =>
array (
0 => 'file.upload.authorize',
'priority' => 10,
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/lib/formatters.php' =>
array (
'file' => 'rsx/lib/formatters.php',
'hash' => '36ae51baa95f35622091aae115233b986c129bdb',
'mtime' => 1761775410,
'size' => 8078,
'extension' => 'php',
'class' => 'Formatters',
'namespace' => 'Rsx\\Lib',
'fqcn' => 'Rsx\\Lib\\Formatters',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'public_static_methods' =>
array (
'phone' =>
array (
'name' => 'phone',
'static' => true,
'visibility' => 'public',
'line' => 35,
'parameters' =>
array (
0 =>
array (
'name' => 'input',
'optional' => false,
'type' => 'string',
'nullable' => true,
),
),
),
'_format_us_phone' =>
array (
'name' => '_format_us_phone',
'static' => true,
'visibility' => 'public',
'line' => 77,
'parameters' =>
array (
0 =>
array (
'name' => 'digits',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'currency' =>
array (
'name' => 'currency',
'static' => true,
'visibility' => 'public',
'line' => 119,
'parameters' =>
array (
0 =>
array (
'name' => 'amount',
'optional' => false,
),
1 =>
array (
'name' => 'show_symbol',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
2 =>
array (
'name' => 'allow_decimals',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
3 =>
array (
'name' => 'symbol',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => '$',
),
),
),
'percentage' =>
array (
'name' => 'percentage',
'static' => true,
'visibility' => 'public',
'line' => 158,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
1 =>
array (
'name' => 'decimals',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 2,
),
2 =>
array (
'name' => 'input_as_decimal',
'optional' => true,
'type' => 'bool',
'nullable' => false,
'default' => false,
),
),
),
'file_size' =>
array (
'name' => 'file_size',
'static' => true,
'visibility' => 'public',
'line' => 184,
'parameters' =>
array (
0 =>
array (
'name' => 'bytes',
'optional' => false,
'type' => 'int',
'nullable' => true,
),
1 =>
array (
'name' => 'decimals',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 2,
),
),
),
'date' =>
array (
'name' => 'date',
'static' => true,
'visibility' => 'public',
'line' => 213,
'parameters' =>
array (
0 =>
array (
'name' => 'date',
'optional' => false,
),
1 =>
array (
'name' => 'format',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'M d, Y',
),
),
),
'datetime' =>
array (
'name' => 'datetime',
'static' => true,
'visibility' => 'public',
'line' => 241,
'parameters' =>
array (
0 =>
array (
'name' => 'datetime',
'optional' => false,
),
1 =>
array (
'name' => 'format',
'optional' => true,
'type' => 'string',
'nullable' => false,
'default' => 'M d, Y g:i A',
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/main.php' =>
array (
'file' => 'rsx/main.php',
'hash' => '5b0cf2cc83ec14ab0d95975f74408fa7f6fb449b',
'mtime' => 1762975477,
'size' => 3379,
'extension' => 'php',
'class' => 'Main',
'namespace' => 'Rsx',
'fqcn' => 'Rsx\\Main',
'extends' => 'Main_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Base\\Main_Abstract',
'public_static_methods' =>
array (
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 28,
),
'pre_dispatch' =>
array (
'name' => 'pre_dispatch',
'static' => true,
'visibility' => 'public',
'line' => 46,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'unhandled_route' =>
array (
'name' => 'unhandled_route',
'static' => true,
'visibility' => 'public',
'line' => 97,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/models/client_department_model.php' =>
array (
'file' => 'rsx/models/client_department_model.php',
'hash' => '02a39051293c938725757ac6bc2f56f6365aa790',
'mtime' => 1762240691,
'size' => 1338,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Client_Department_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Client_Department_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 40,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => true,
'visibility' => 'public',
'line' => 46,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 52,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => false,
'visibility' => 'public',
'line' => 40,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => false,
'visibility' => 'public',
'line' => 46,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => false,
'visibility' => 'public',
'line' => 52,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
),
'model_metadata_hash' => '65722c281283ea3cb99b0f70a9eb9b25',
'js_stub' => 'storage/rsx-build/js-model-stubs/client-department-model.js',
),
'rsx/models/client_model.php' =>
array (
'file' => 'rsx/models/client_model.php',
'hash' => '14cf1dd30808e66f083d396e75158d75f5bfb26d',
'mtime' => 1762369135,
'size' => 4250,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Client_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Client_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'country_name' =>
array (
'name' => 'country_name',
'static' => true,
'visibility' => 'public',
'line' => 86,
),
'region_name' =>
array (
'name' => 'region_name',
'static' => true,
'visibility' => 'public',
'line' => 100,
),
'billing_contact' =>
array (
'name' => 'billing_contact',
'static' => true,
'visibility' => 'public',
'line' => 119,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => true,
'visibility' => 'public',
'line' => 125,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'departments' =>
array (
'name' => 'departments',
'static' => true,
'visibility' => 'public',
'line' => 131,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 137,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 143,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'country_name' =>
array (
'name' => 'country_name',
'static' => false,
'visibility' => 'public',
'line' => 86,
),
'region_name' =>
array (
'name' => 'region_name',
'static' => false,
'visibility' => 'public',
'line' => 100,
),
'billing_contact' =>
array (
'name' => 'billing_contact',
'static' => false,
'visibility' => 'public',
'line' => 119,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => false,
'visibility' => 'public',
'line' => 125,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'departments' =>
array (
'name' => 'departments',
'static' => false,
'visibility' => 'public',
'line' => 131,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => false,
'visibility' => 'public',
'line' => 137,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => false,
'visibility' => 'public',
'line' => 143,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
3 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '4b58b361a52ce6163e905b95b62801a7',
'js_stub' => 'storage/rsx-build/js-model-stubs/client-model.js',
),
'rsx/models/contact_model.php' =>
array (
'file' => 'rsx/models/contact_model.php',
'hash' => 'e242285c8838a6ffb418095ce4944d213d71d1cf',
'mtime' => 1762369135,
'size' => 3325,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Contact_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Contact_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 75,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'department' =>
array (
'name' => 'department',
'static' => true,
'visibility' => 'public',
'line' => 81,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'reports_to' =>
array (
'name' => 'reports_to',
'static' => true,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'direct_reports' =>
array (
'name' => 'direct_reports',
'static' => true,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name_attribute' =>
array (
'name' => 'get_full_name_attribute',
'static' => true,
'visibility' => 'public',
'line' => 113,
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => false,
'visibility' => 'public',
'line' => 75,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'department' =>
array (
'name' => 'department',
'static' => false,
'visibility' => 'public',
'line' => 81,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'reports_to' =>
array (
'name' => 'reports_to',
'static' => false,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'direct_reports' =>
array (
'name' => 'direct_reports',
'static' => false,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => false,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => false,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name_attribute' =>
array (
'name' => 'get_full_name_attribute',
'static' => false,
'visibility' => 'public',
'line' => 113,
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
3 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => 'c368c8eb0aa52f24fb9a4a6aca0f8c7b',
'js_stub' => 'storage/rsx-build/js-model-stubs/contact-model.js',
),
'rsx/models/demo_product_model.php' =>
array (
'file' => 'rsx/models/demo_product_model.php',
'hash' => 'c1ec40c22bfb022ba371dd9de5461c2a240a986f',
'mtime' => 1762280669,
'size' => 3691,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Demo_Product_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Demo_Product_Model',
'extends' => 'Rsx_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
'public_static_methods' =>
array (
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 128,
'attributes' =>
array (
'Ajax_Endpoint_Model_Fetch' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
'implements' =>
array (
0 => 'Illuminate\\Contracts\\Support\\Arrayable',
1 => 'ArrayAccess',
2 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
3 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'JsonSerializable',
6 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
7 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
8 => 'Stringable',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'casts',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
),
'model_metadata_hash' => '85865b486978c03e100e97f405b751e9',
'js_stub' => 'storage/rsx-build/js-model-stubs/demo-product-model.js',
),
'rsx/models/project_model.php' =>
array (
'file' => 'rsx/models/project_model.php',
'hash' => '31726e6d480d7c9d71b0bbd8557feaf13875a26f',
'mtime' => 1762369135,
'size' => 3850,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Project_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Project_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'client_department' =>
array (
'name' => 'client_department',
'static' => true,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contact' =>
array (
'name' => 'contact',
'static' => true,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'tasks' =>
array (
'name' => 'tasks',
'static' => true,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 111,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 117,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => false,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'client_department' =>
array (
'name' => 'client_department',
'static' => false,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contact' =>
array (
'name' => 'contact',
'static' => false,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'tasks' =>
array (
'name' => 'tasks',
'static' => false,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => false,
'visibility' => 'public',
'line' => 111,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => false,
'visibility' => 'public',
'line' => 117,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
3 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '21fc3c6cd6bea4877c5258b030806a95',
'js_stub' => 'storage/rsx-build/js-model-stubs/project-model.js',
),
'rsx/models/task_model.php' =>
array (
'file' => 'rsx/models/task_model.php',
'hash' => 'baab2288b8da5944da6a6081aba7f8cef0fa512e',
'mtime' => 1762369135,
'size' => 3199,
'extension' => 'php',
'static_properties' =>
array (
'enums' =>
array (
'has_value' => true,
'comment' => NULL,
'visibility' => 'public',
),
),
'class' => 'Task_Model',
'namespace' => 'Rsx\\Models',
'fqcn' => 'Rsx\\Models\\Task_Model',
'extends' => 'Rsx_Site_Model_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
'public_static_methods' =>
array (
'taskable' =>
array (
'name' => 'taskable',
'static' => true,
'visibility' => 'public',
'line' => 78,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'assigned_to' =>
array (
'name' => 'assigned_to',
'static' => true,
'visibility' => 'public',
'line' => 84,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 90,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'subtasks' =>
array (
'name' => 'subtasks',
'static' => true,
'visibility' => 'public',
'line' => 96,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'public_instance_methods' =>
array (
'taskable' =>
array (
'name' => 'taskable',
'static' => false,
'visibility' => 'public',
'line' => 78,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'assigned_to' =>
array (
'name' => 'assigned_to',
'static' => false,
'visibility' => 'public',
'line' => 84,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => false,
'visibility' => 'public',
'line' => 90,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'subtasks' =>
array (
'name' => 'subtasks',
'static' => false,
'visibility' => 'public',
'line' => 96,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'implements' =>
array (
0 => 'Stringable',
1 => 'Illuminate\\Contracts\\Routing\\UrlRoutable',
2 => 'Illuminate\\Contracts\\Queue\\QueueableEntity',
3 => 'JsonSerializable',
4 => 'Illuminate\\Contracts\\Support\\Jsonable',
5 => 'Illuminate\\Contracts\\Broadcasting\\HasBroadcastChannel',
6 => 'Illuminate\\Contracts\\Support\\CanBeEscapedWhenCastToString',
7 => 'ArrayAccess',
8 => 'Illuminate\\Contracts\\Support\\Arrayable',
),
'traits' =>
array (
0 => 'Illuminate\\Database\\Eloquent\\SoftDeletes',
),
'properties' =>
array (
0 =>
array (
'name' => 'table',
'visibility' => 'protected',
'static' => false,
),
1 =>
array (
'name' => 'fillable',
'visibility' => 'protected',
'static' => false,
),
2 =>
array (
'name' => 'enums',
'visibility' => 'public',
'static' => true,
),
3 =>
array (
'name' => 'forceDeleting',
'visibility' => 'protected',
'static' => false,
),
),
'model_metadata_hash' => '3b6333970c1ae57dfe37d67b4eee1066',
'js_stub' => 'storage/rsx-build/js-model-stubs/task-model.js',
),
'rsx/package.json' =>
array (
'file' => 'rsx/package.json',
'hash' => '8abfa9904d817b75e62c9c0c821dbca1d86f8e8f',
'mtime' => 1761074429,
'size' => 146,
'extension' => 'json',
'code_quality_metadata' =>
array (
),
),
'rsx/permission.php' =>
array (
'file' => 'rsx/permission.php',
'hash' => '7555b7e33699bbab2fb261ad78178f86c3492660',
'mtime' => 1761074429,
'size' => 2354,
'extension' => 'php',
'class' => 'Permission',
'namespace' => 'Rsx',
'fqcn' => 'Rsx\\Permission',
'extends' => 'Permission_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Permission\\Permission_Abstract',
'public_static_methods' =>
array (
'anybody' =>
array (
'name' => 'anybody',
'static' => true,
'visibility' => 'public',
'line' => 37,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'authenticated' =>
array (
'name' => 'authenticated',
'static' => true,
'visibility' => 'public',
'line' => 51,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'_unconfigured' =>
array (
'name' => '_unconfigured',
'static' => true,
'visibility' => 'public',
'line' => 66,
'parameters' =>
array (
0 =>
array (
'name' => 'request',
'optional' => false,
'type' => 'Illuminate\\Http\\Request',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/services/seeder_service.php' =>
array (
'file' => 'rsx/services/seeder_service.php',
'hash' => 'b1e72584a995012e00a548a40b2312d542ec5e27',
'mtime' => 1761254938,
'size' => 7648,
'extension' => 'php',
'class' => 'Seeder_Service',
'namespace' => 'Rsx\\Services',
'fqcn' => 'Rsx\\Services\\Seeder_Service',
'extends' => 'Rsx_Service_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract',
'public_static_methods' =>
array (
'seed_clients' =>
array (
'name' => 'seed_clients',
'static' => true,
'visibility' => 'public',
'line' => 27,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Seed 20 test clients into the database',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'seed_contacts' =>
array (
'name' => 'seed_contacts',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Seed 5-15 test contacts for each client',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'seed_all' =>
array (
'name' => 'seed_all',
'static' => true,
'visibility' => 'public',
'line' => 148,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Seed both clients and contacts (runs seed_clients then seed_contacts)',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/services/service_test_service.php' =>
array (
'file' => 'rsx/services/service_test_service.php',
'hash' => '601330db41b1fd3319950a5ff7c55890c6d2902c',
'mtime' => 1761624401,
'size' => 1557,
'extension' => 'php',
'class' => 'Service_Test_Service',
'namespace' => 'Rsx\\Services',
'fqcn' => 'Rsx\\Services\\Service_Test_Service',
'extends' => 'Rsx_Service_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract',
'public_static_methods' =>
array (
'hello_world' =>
array (
'name' => 'hello_world',
'static' => true,
'visibility' => 'public',
'line' => 21,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Test task with no arguments - returns hello world message',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'greet' =>
array (
'name' => 'greet',
'static' => true,
'visibility' => 'public',
'line' => 30,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Test task with optional name parameter',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'calculate' =>
array (
'name' => 'calculate',
'static' => true,
'visibility' => 'public',
'line' => 41,
'attributes' =>
array (
'Task' =>
array (
0 =>
array (
0 => 'Test task with multiple parameters - performs calculation',
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
),
'rsx/theme/bootstrap5_src_bundle.php' =>
array (
'file' => 'rsx/theme/bootstrap5_src_bundle.php',
'hash' => 'c8a7f62fe5ce8b57b4fec3c9517cfffe53f34efa',
'mtime' => 1761797814,
'size' => 1521,
'extension' => 'php',
'class' => 'Bootstrap5_Src_Bundle',
'namespace' => 'Rsx\\Theme',
'fqcn' => 'Rsx\\Theme\\Bootstrap5_Src_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 23,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Activity_Feed.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Activity_Feed.js',
'hash' => 'a459d48a93440d5b58976b90c7a73763edbafc82',
'mtime' => 1762928359,
'size' => 1107,
'extension' => 'js',
'class' => 'Activity_Feed',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'start_auto_refresh' =>
array (
'name' => 'start_auto_refresh',
'static' => false,
'visibility' => 'public',
'line' => 18,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'stop_auto_refresh' =>
array (
'name' => 'stop_auto_refresh',
'static' => false,
'visibility' => 'public',
'line' => 26,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reload_data' =>
array (
'name' => 'reload_data',
'static' => false,
'visibility' => 'public',
'line' => 33,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Actor_Reference.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Actor_Reference.js',
'hash' => 'f76433a1ab36bd57027c3cf5b74bdfdd6307a31a',
'mtime' => 1762928359,
'size' => 104,
'extension' => 'js',
'class' => 'Actor_Reference',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Advanced_Search_Panel.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Advanced_Search_Panel.js',
'hash' => '79d5578f32ee7e69656dce96446048b7e48466b8',
'mtime' => 1762928359,
'size' => 2219,
'extension' => 'js',
'class' => 'Advanced_Search_Panel',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'perform_search' =>
array (
'name' => 'perform_search',
'static' => false,
'visibility' => 'public',
'line' => 40,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reset' =>
array (
'name' => 'reset',
'static' => false,
'visibility' => 'public',
'line' => 63,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Alert_Banner.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Alert_Banner.js',
'hash' => '332f368e4b6326a8cd0ec183cc1b109b986e72a4',
'mtime' => 1762928359,
'size' => 461,
'extension' => 'js',
'class' => 'Alert_Banner',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Avatar.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Avatar.js',
'hash' => '6cc0c8a4f55bbf47de2cc5d518f2aed7310e14fb',
'mtime' => 1762928359,
'size' => 1296,
'extension' => 'js',
'class' => 'Avatar',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show_initials' =>
array (
'name' => 'show_initials',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
0 => 'name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Blockquote.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Blockquote.js',
'hash' => 'b08fcd3832a450e0f17a05ab417ddb84735216ef',
'mtime' => 1762928359,
'size' => 100,
'extension' => 'js',
'class' => 'Blockquote',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Breadcrumbs.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Breadcrumbs.js',
'hash' => '8da023eaffa1129a4941c178013c3c9368f36059',
'mtime' => 1762928359,
'size' => 113,
'extension' => 'js',
'class' => 'Breadcrumbs',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Bulk_Action_Bar.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Bulk_Action_Bar.js',
'hash' => 'dce8da544dad7e6cf119a276604732651f8ed0ed',
'mtime' => 1762928359,
'size' => 445,
'extension' => 'js',
'class' => 'Bulk_Action_Bar',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_count' =>
array (
'name' => 'set_count',
'static' => false,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
0 => 'count',
),
'parameters' =>
array (
0 =>
array (
'name' => 'count',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Bulk_Selection.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Bulk_Selection.js',
'hash' => '43efe90f9d6164f8e3924b9cde5db676727c0a4c',
'mtime' => 1762928359,
'size' => 537,
'extension' => 'js',
'class' => 'Bulk_Selection',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Calendar_Event.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Calendar_Event.js',
'hash' => '645769fb7d69654c025ad2dc0fafc500133ad4d6',
'mtime' => 1762928359,
'size' => 436,
'extension' => 'js',
'class' => 'Calendar_Event',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Calendar_Grid.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Calendar_Grid.js',
'hash' => 'ba401dc4ef5ad4b9dcd6771e8f1d38346d382959',
'mtime' => 1762928359,
'size' => 4239,
'extension' => 'js',
'class' => 'Calendar_Grid',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'render_calendar' =>
array (
'name' => 'render_calendar',
'static' => false,
'visibility' => 'public',
'line' => 22,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_events_for_date' =>
array (
'name' => 'get_events_for_date',
'static' => false,
'visibility' => 'public',
'line' => 111,
'params' =>
array (
0 => 'year',
1 => 'month',
2 => 'day',
),
'parameters' =>
array (
0 =>
array (
'name' => 'year',
),
1 =>
array (
'name' => 'month',
),
2 =>
array (
'name' => 'day',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Card.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Card.js',
'hash' => 'f5821505527f7e52531e8ff4cd4f76a6b860602e',
'mtime' => 1762928359,
'size' => 386,
'extension' => 'js',
'class' => 'Card',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Chart_Component.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Chart_Component.js',
'hash' => '3553c2cdd4766e9a876e0de74a4163a86df0e7ae',
'mtime' => 1762928359,
'size' => 103,
'extension' => 'js',
'class' => 'Chart_Component',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Checkbox.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Checkbox.js',
'hash' => '021ce372a79f78e0b116184320e868fc09861f80',
'mtime' => 1762928359,
'size' => 951,
'extension' => 'js',
'class' => 'Checkbox',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Code_Block.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Code_Block.js',
'hash' => '36546b60fd86b2079f8063f0e67e1f9648e9b1bb',
'mtime' => 1762928359,
'size' => 143,
'extension' => 'js',
'class' => 'Code_Block',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Column_Visibility_Toggle.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Column_Visibility_Toggle.js',
'hash' => '14f16d4c8abe249475857d2759d27137069db6db',
'mtime' => 1762928359,
'size' => 1547,
'extension' => 'js',
'class' => 'Column_Visibility_Toggle',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'build_menu' =>
array (
'name' => 'build_menu',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
0 => 'columns',
),
'parameters' =>
array (
0 =>
array (
'name' => 'columns',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'toggle_column' =>
array (
'name' => 'toggle_column',
'static' => false,
'visibility' => 'public',
'line' => 32,
'params' =>
array (
0 => 'index',
1 => 'visible',
),
'parameters' =>
array (
0 =>
array (
'name' => 'index',
),
1 =>
array (
'name' => 'visible',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_columns' =>
array (
'name' => 'set_columns',
'static' => false,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
0 => 'columns',
),
'parameters' =>
array (
0 =>
array (
'name' => 'columns',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Comment_Thread.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Comment_Thread.js',
'hash' => '66d6b19f0159e0a702fae6dc3cee038f642cfbd5',
'mtime' => 1762928359,
'size' => 2458,
'extension' => 'js',
'class' => 'Comment_Thread',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'submit_comment' =>
array (
'name' => 'submit_comment',
'static' => false,
'visibility' => 'public',
'line' => 39,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show_reply_form' =>
array (
'name' => 'show_reply_form',
'static' => false,
'visibility' => 'public',
'line' => 52,
'params' =>
array (
0 => 'comment_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'comment_id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'edit_comment' =>
array (
'name' => 'edit_comment',
'static' => false,
'visibility' => 'public',
'line' => 57,
'params' =>
array (
0 => 'comment_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'comment_id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'delete_comment' =>
array (
'name' => 'delete_comment',
'static' => false,
'visibility' => 'public',
'line' => 63,
'params' =>
array (
0 => 'comment_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'comment_id',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reload_data' =>
array (
'name' => 'reload_data',
'static' => false,
'visibility' => 'public',
'line' => 74,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Date_Picker.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Date_Picker.js',
'hash' => '17772a35f0b6f0c6e67340f62ddea1c2edd59d88',
'mtime' => 1762928359,
'size' => 1068,
'extension' => 'js',
'class' => 'Date_Picker',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 40,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 44,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'focus' =>
array (
'name' => 'focus',
'static' => false,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Dropdown_Menu.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Dropdown_Menu.js',
'hash' => '734d63f1f6747057a9ca3fb5f2a086d9b38b750f',
'mtime' => 1762928359,
'size' => 616,
'extension' => 'js',
'class' => 'Dropdown_Menu',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Empty_State.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Empty_State.js',
'hash' => 'cda1771b4108e4c86a68835ebc34f65946e41253',
'mtime' => 1762928359,
'size' => 101,
'extension' => 'js',
'class' => 'Empty_State',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Export_Button.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Export_Button.js',
'hash' => '8e4c8382482b1aa344f314bda269971db305c3a6',
'mtime' => 1762928359,
'size' => 2249,
'extension' => 'js',
'class' => 'Export_Button',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'export_data' =>
array (
'name' => 'export_data',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
0 => 'format',
),
'parameters' =>
array (
0 =>
array (
'name' => 'format',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'auto_export' =>
array (
'name' => 'auto_export',
'static' => false,
'visibility' => 'public',
'line' => 25,
'params' =>
array (
0 => 'format',
1 => 'data',
),
'parameters' =>
array (
0 =>
array (
'name' => 'format',
),
1 =>
array (
'name' => 'data',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'export_csv' =>
array (
'name' => 'export_csv',
'static' => false,
'visibility' => 'public',
'line' => 35,
'params' =>
array (
0 => 'data',
),
'parameters' =>
array (
0 =>
array (
'name' => 'data',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'export_json' =>
array (
'name' => 'export_json',
'static' => false,
'visibility' => 'public',
'line' => 60,
'params' =>
array (
0 => 'data',
),
'parameters' =>
array (
0 =>
array (
'name' => 'data',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/File_Upload.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/File_Upload.js',
'hash' => '811d41932aa1ce3ec43d7ac23af316219a141b6f',
'mtime' => 1762928359,
'size' => 3805,
'extension' => 'js',
'class' => 'File_Upload',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_files' =>
array (
'name' => 'handle_files',
'static' => false,
'visibility' => 'public',
'line' => 58,
'params' =>
array (
0 => 'files',
),
'parameters' =>
array (
0 =>
array (
'name' => 'files',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'upload' =>
array (
'name' => 'upload',
'static' => false,
'visibility' => 'public',
'line' => 86,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear' =>
array (
'name' => 'clear',
'static' => false,
'visibility' => 'public',
'line' => 118,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_file' =>
array (
'name' => 'get_file',
'static' => false,
'visibility' => 'public',
'line' => 130,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'format_size' =>
array (
'name' => 'format_size',
'static' => false,
'visibility' => 'public',
'line' => 134,
'params' =>
array (
0 => 'bytes',
),
'parameters' =>
array (
0 =>
array (
'name' => 'bytes',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Filter_Bar.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Filter_Bar.js',
'hash' => '0959ad2b22a08101c057dbc029688c61a0b57171',
'mtime' => 1762928359,
'size' => 3786,
'extension' => 'js',
'class' => 'Filter_Bar',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'add_filter' =>
array (
'name' => 'add_filter',
'static' => false,
'visibility' => 'public',
'line' => 44,
'params' =>
array (
0 => 'key',
1 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
1 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'apply_filters' =>
array (
'name' => 'apply_filters',
'static' => false,
'visibility' => 'public',
'line' => 53,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_filters' =>
array (
'name' => 'clear_filters',
'static' => false,
'visibility' => 'public',
'line' => 79,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_filter_display' =>
array (
'name' => 'update_filter_display',
'static' => false,
'visibility' => 'public',
'line' => 95,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_filters' =>
array (
'name' => 'get_filters',
'static' => false,
'visibility' => 'public',
'line' => 124,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Form_Field_Group.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Form_Field_Group.js',
'hash' => 'fde14b74f6e79a00a402c8d1d64bdbca88b3b01f',
'mtime' => 1762928359,
'size' => 1089,
'extension' => 'js',
'class' => 'Form_Field_Group',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'make_collapsible' =>
array (
'name' => 'make_collapsible',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Form_Validation_Message.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Form_Validation_Message.js',
'hash' => '15a93e36e7e55a13ee0b95ea2ac2d7ae9c6d6913',
'mtime' => 1762928359,
'size' => 688,
'extension' => 'js',
'class' => 'Form_Validation_Message',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Gantt_Chart.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Gantt_Chart.js',
'hash' => 'd2866046e139193caedc82030781125016f3453d',
'mtime' => 1762928359,
'size' => 644,
'extension' => 'js',
'class' => 'Gantt_Chart',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'generate_months' =>
array (
'name' => 'generate_months',
'static' => false,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Icon_With_Label.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Icon_With_Label.js',
'hash' => '6419e4c112f8a13b92b97146d453f95bef774775',
'mtime' => 1762928359,
'size' => 105,
'extension' => 'js',
'class' => 'Icon_With_Label',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Icon_With_Text.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Icon_With_Text.js',
'hash' => '91d0507b4d6f5b29bda656622bd8646154bbcac7',
'mtime' => 1762928359,
'size' => 103,
'extension' => 'js',
'class' => 'Icon_With_Text',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Info_Box.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Info_Box.js',
'hash' => '24335288b042cf91ecdad1a98a9e1927c3265920',
'mtime' => 1762928359,
'size' => 229,
'extension' => 'js',
'class' => 'Info_Box',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Inline_Edit_Field.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Inline_Edit_Field.js',
'hash' => '65e2a2c22b3e5922cc544a20bda3e12f6b2153a6',
'mtime' => 1762928359,
'size' => 2760,
'extension' => 'js',
'class' => 'Inline_Edit_Field',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'enter_edit_mode' =>
array (
'name' => 'enter_edit_mode',
'static' => false,
'visibility' => 'public',
'line' => 32,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'exit_edit_mode' =>
array (
'name' => 'exit_edit_mode',
'static' => false,
'visibility' => 'public',
'line' => 43,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'save' =>
array (
'name' => 'save',
'static' => false,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'cancel' =>
array (
'name' => 'cancel',
'static' => false,
'visibility' => 'public',
'line' => 84,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_display' =>
array (
'name' => 'update_display',
'static' => false,
'visibility' => 'public',
'line' => 88,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show_saving' =>
array (
'name' => 'show_saving',
'static' => false,
'visibility' => 'public',
'line' => 93,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 98,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 102,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Input.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Input.js',
'hash' => '3e71dd24fb085c929dee950b6c8df7f7f625ab12',
'mtime' => 1762928359,
'size' => 1076,
'extension' => 'js',
'class' => 'Input',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Input_With_Icon.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Input_With_Icon.js',
'hash' => '74fa66eac7400696e4bae93abe2b6b802216fb7b',
'mtime' => 1762928359,
'size' => 963,
'extension' => 'js',
'class' => 'Input_With_Icon',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 34,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 38,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'focus' =>
array (
'name' => 'focus',
'static' => false,
'visibility' => 'public',
'line' => 42,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Input_With_Validation.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Input_With_Validation.js',
'hash' => '53edd07e61be1e4e9a0595e23fdbb1c5d83a02f3',
'mtime' => 1762928359,
'size' => 3022,
'extension' => 'js',
'class' => 'Input_With_Validation',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'validate' =>
array (
'name' => 'validate',
'static' => false,
'visibility' => 'public',
'line' => 45,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_error' =>
array (
'name' => 'set_error',
'static' => false,
'visibility' => 'public',
'line' => 74,
'params' =>
array (
0 => 'message',
),
'parameters' =>
array (
0 =>
array (
'name' => 'message',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_valid' =>
array (
'name' => 'set_valid',
'static' => false,
'visibility' => 'public',
'line' => 83,
'params' =>
array (
0 => 'message',
),
'parameters' =>
array (
0 =>
array (
'name' => 'message',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_validation' =>
array (
'name' => 'clear_validation',
'static' => false,
'visibility' => 'public',
'line' => 97,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 105,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 109,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'focus' =>
array (
'name' => 'focus',
'static' => false,
'visibility' => 'public',
'line' => 116,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Kanban_Board.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Kanban_Board.js',
'hash' => '80702a888f26b7f419a2f471c0f47b0ff3c45d7b',
'mtime' => 1762928359,
'size' => 1903,
'extension' => 'js',
'class' => 'Kanban_Board',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'setup_drag_and_drop' =>
array (
'name' => 'setup_drag_and_drop',
'static' => false,
'visibility' => 'public',
'line' => 16,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/List.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/List.js',
'hash' => 'a90578450ad570eb27919d173338f7478953ee97',
'mtime' => 1762928359,
'size' => 265,
'extension' => 'js',
'class' => 'List',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Loading_Skeleton.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Loading_Skeleton.js',
'hash' => 'b0cedd810f7a78b9cd64ca64ef7d2b64245bc3b9',
'mtime' => 1762928359,
'size' => 422,
'extension' => 'js',
'class' => 'Loading_Skeleton',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Metric_Card.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Metric_Card.js',
'hash' => '8a1cd52cc9ac35d80db58ecd376fbe0faa6c9247',
'mtime' => 1762928359,
'size' => 95,
'extension' => 'js',
'class' => 'Metric_Card',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Mobile_Header.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Mobile_Header.js',
'hash' => '62aa0ea1be1db9beafbb9d6ea7790e632b195c5c',
'mtime' => 1762928359,
'size' => 103,
'extension' => 'js',
'class' => 'Mobile_Header',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Modal_Dialog.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Modal_Dialog.js',
'hash' => 'a93b95529bc3c1abc0a64f0867233cc830c45d7f',
'mtime' => 1762928359,
'size' => 256,
'extension' => 'js',
'class' => 'Modal_Dialog',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show' =>
array (
'name' => 'show',
'static' => false,
'visibility' => 'public',
'line' => 7,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'hide' =>
array (
'name' => 'hide',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Multi_Select.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Multi_Select.js',
'hash' => 'aa047f0e6ae100d1467146e2e9dbdac5f18f53c0',
'mtime' => 1762928359,
'size' => 3957,
'extension' => 'js',
'class' => 'Multi_Select',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'render_options' =>
array (
'name' => 'render_options',
'static' => false,
'visibility' => 'public',
'line' => 34,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'filter_options' =>
array (
'name' => 'filter_options',
'static' => false,
'visibility' => 'public',
'line' => 60,
'params' =>
array (
0 => 'query',
),
'parameters' =>
array (
0 =>
array (
'name' => 'query',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'toggle_option' =>
array (
'name' => 'toggle_option',
'static' => false,
'visibility' => 'public',
'line' => 67,
'params' =>
array (
0 => 'value',
1 => 'checked',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
1 =>
array (
'name' => 'checked',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_display' =>
array (
'name' => 'update_display',
'static' => false,
'visibility' => 'public',
'line' => 83,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_all' =>
array (
'name' => 'clear_all',
'static' => false,
'visibility' => 'public',
'line' => 97,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'select_all' =>
array (
'name' => 'select_all',
'static' => false,
'visibility' => 'public',
'line' => 107,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 117,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 121,
'params' =>
array (
0 => 'values',
),
'parameters' =>
array (
0 =>
array (
'name' => 'values',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_options' =>
array (
'name' => 'set_options',
'static' => false,
'visibility' => 'public',
'line' => 130,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Notification_Badge.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Notification_Badge.js',
'hash' => '526339bf574a98343d7f360f8833a9d2ba8bf2b4',
'mtime' => 1762928359,
'size' => 462,
'extension' => 'js',
'class' => 'Notification_Badge',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_count' =>
array (
'name' => 'set_count',
'static' => false,
'visibility' => 'public',
'line' => 10,
'params' =>
array (
0 => 'count',
),
'parameters' =>
array (
0 =>
array (
'name' => 'count',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Notification_Dropdown.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Notification_Dropdown.js',
'hash' => '17ac7882d90a643feafbcf0d0c017afa1798c9e3',
'mtime' => 1762928359,
'size' => 111,
'extension' => 'js',
'class' => 'Notification_Dropdown',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Overdue_Indicator.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Overdue_Indicator.js',
'hash' => 'ef16e5041aa995fb9dac5b81205ceab4bad65cac',
'mtime' => 1762928359,
'size' => 106,
'extension' => 'js',
'class' => 'Overdue_Indicator',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Page_Header.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Page_Header.js',
'hash' => '78e4e27dbe309141d12c56a90c0ff869c14ff0a1',
'mtime' => 1762928359,
'size' => 490,
'extension' => 'js',
'class' => 'Page_Header',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Popover.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Popover.js',
'hash' => '8a5f0e96aeae8edfa69b8455cde48c4e87b01529',
'mtime' => 1762928359,
'size' => 513,
'extension' => 'js',
'class' => 'Popover',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Progress_Bar.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Progress_Bar.js',
'hash' => 'f550cc2ab5db1fc09bceaaf6c3271fa850adc67a',
'mtime' => 1762928359,
'size' => 593,
'extension' => 'js',
'class' => 'Progress_Bar',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 16,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Radio_Button.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Radio_Button.js',
'hash' => 'dcc78f8cdf5a08ae6dad809e9c2d40f263c8905f',
'mtime' => 1762928359,
'size' => 1199,
'extension' => 'js',
'class' => 'Radio_Button',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 10,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Rich_Text_Editor.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Rich_Text_Editor.js',
'hash' => '27046d7c67431e5743e10ca3e47111a437083645',
'mtime' => 1762928359,
'size' => 1534,
'extension' => 'js',
'class' => 'Rich_Text_Editor',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 39,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_text' =>
array (
'name' => 'get_text',
'static' => false,
'visibility' => 'public',
'line' => 43,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 47,
'params' =>
array (
0 => 'html',
),
'parameters' =>
array (
0 =>
array (
'name' => 'html',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear' =>
array (
'name' => 'clear',
'static' => false,
'visibility' => 'public',
'line' => 51,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'focus' =>
array (
'name' => 'focus',
'static' => false,
'visibility' => 'public',
'line' => 55,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Row_Action_Menu.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Row_Action_Menu.js',
'hash' => 'e46938f49dfe747d3da7d205a558754c215180a2',
'mtime' => 1762928359,
'size' => 685,
'extension' => 'js',
'class' => 'Row_Action_Menu',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.jqhtml',
'hash' => '2cfc43c4d95b1f40882b99a6a31b67b0e21916a3',
'mtime' => 1762928353,
'size' => 8963,
'extension' => 'jqhtml',
'template_name' => 'Sample_Datagrid_Component',
'id' => 'Sample_Datagrid_Component',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SampleDatagridComponent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.js',
'hash' => 'bef1b82f3c7dbf2650e28257639750df2a67a078',
'mtime' => 1762928359,
'size' => 7193,
'extension' => 'js',
'class' => 'Sample_Datagrid_Component',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 26,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 38,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_selection_count' =>
array (
'name' => 'update_selection_count',
'static' => false,
'visibility' => 'public',
'line' => 87,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_selected_ids' =>
array (
'name' => 'get_selected_ids',
'static' => false,
'visibility' => 'public',
'line' => 103,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_selection' =>
array (
'name' => 'clear_selection',
'static' => false,
'visibility' => 'public',
'line' => 117,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'confirm_delete' =>
array (
'name' => 'confirm_delete',
'static' => false,
'visibility' => 'public',
'line' => 126,
'params' =>
array (
0 => 'id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'delete_row' =>
array (
'name' => 'delete_row',
'static' => false,
'visibility' => 'public',
'line' => 137,
'params' =>
array (
0 => 'id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'go_to_page' =>
array (
'name' => 'go_to_page',
'static' => false,
'visibility' => 'public',
'line' => 160,
'params' =>
array (
0 => 'page',
),
'parameters' =>
array (
0 =>
array (
'name' => 'page',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reload_data' =>
array (
'name' => 'reload_data',
'static' => false,
'visibility' => 'public',
'line' => 186,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'generate_sample_data' =>
array (
'name' => 'generate_sample_data',
'static' => false,
'visibility' => 'public',
'line' => 198,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'random_date' =>
array (
'name' => 'random_date',
'static' => false,
'visibility' => 'public',
'line' => 248,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Search_Bar.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Search_Bar.js',
'hash' => '333b7bc656d8ef4776d8907f4f0a5576d75b72d1',
'mtime' => 1762928359,
'size' => 294,
'extension' => 'js',
'class' => 'Search_Bar',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Searchable_Select.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Searchable_Select.js',
'hash' => 'b3c9f5ad84c16f215aa09795a905028bc4d81275',
'mtime' => 1762928359,
'size' => 3249,
'extension' => 'js',
'class' => 'Searchable_Select',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'render_options' =>
array (
'name' => 'render_options',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'filter_options' =>
array (
'name' => 'filter_options',
'static' => false,
'visibility' => 'public',
'line' => 59,
'params' =>
array (
0 => 'query',
),
'parameters' =>
array (
0 =>
array (
'name' => 'query',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'select_option' =>
array (
'name' => 'select_option',
'static' => false,
'visibility' => 'public',
'line' => 66,
'params' =>
array (
0 => 'option',
),
'parameters' =>
array (
0 =>
array (
'name' => 'option',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 90,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 94,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_options' =>
array (
'name' => 'set_options',
'static' => false,
'visibility' => 'public',
'line' => 104,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Select_Dropdown.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Select_Dropdown.js',
'hash' => '7538af5a5461fd7c325ee404c7f19c1a3df02d2d',
'mtime' => 1762928359,
'size' => 820,
'extension' => 'js',
'class' => 'Select_Dropdown',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Sidebar_Nav.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Sidebar_Nav.js',
'hash' => '7377a10e7bc29ae0868cf21c3cad4eebebcdf860',
'mtime' => 1762928359,
'size' => 796,
'extension' => 'js',
'class' => 'Sidebar_Nav',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Sortable_Column_Header.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Sortable_Column_Header.js',
'hash' => '6c52aeeb38f668bc34940bd3663c5b775934ca32',
'mtime' => 1762928359,
'size' => 1071,
'extension' => 'js',
'class' => 'Sortable_Column_Header',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'toggle_sort' =>
array (
'name' => 'toggle_sort',
'static' => false,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_sort' =>
array (
'name' => 'set_sort',
'static' => false,
'visibility' => 'public',
'line' => 25,
'params' =>
array (
0 => 'direction',
),
'parameters' =>
array (
0 =>
array (
'name' => 'direction',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Spinner.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Spinner.js',
'hash' => '8fa26ba3a72fe0118261de4d68459cf8fc79616d',
'mtime' => 1762928359,
'size' => 313,
'extension' => 'js',
'class' => 'Spinner',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Stat_Card.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Stat_Card.js',
'hash' => '9012aca4bad5521d4b4cf8777e5941210095a726',
'mtime' => 1762928359,
'size' => 99,
'extension' => 'js',
'class' => 'Stat_Card',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Status_Badge.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Status_Badge.js',
'hash' => '12c52471a82ef2e27f8ab07074fb5bcde3fdd96c',
'mtime' => 1762928359,
'size' => 613,
'extension' => 'js',
'class' => 'Status_Badge',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Tab_Content.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Tab_Content.js',
'hash' => '7ccfdd298f309a07a085844df6c531ac900ee1e7',
'mtime' => 1762928359,
'size' => 470,
'extension' => 'js',
'class' => 'Tab_Content',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Table.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Table.js',
'hash' => 'b5f9539cd49082125e8dc5baa473de0c39d33eb4',
'mtime' => 1762928359,
'size' => 347,
'extension' => 'js',
'class' => 'Table',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Table_Pagination.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Table_Pagination.js',
'hash' => '4343aff8bb894d89f991910e743363fd8d8d301e',
'mtime' => 1762928359,
'size' => 1310,
'extension' => 'js',
'class' => 'Table_Pagination',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'generate_pagination' =>
array (
'name' => 'generate_pagination',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
0 => 'current',
1 => 'total',
),
'parameters' =>
array (
0 =>
array (
'name' => 'current',
),
1 =>
array (
'name' => 'total',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Tabs.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Tabs.js',
'hash' => '40b27d954ef32f1db5e7b80ae01af4ff71ebaefb',
'mtime' => 1762928359,
'size' => 592,
'extension' => 'js',
'class' => 'Tabs',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Tag.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Tag.js',
'hash' => 'bdbd5ef44639efb1ad06f92f8721367c28212416',
'mtime' => 1762928359,
'size' => 218,
'extension' => 'js',
'class' => 'Tag',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Tag_Group.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Tag_Group.js',
'hash' => 'b9bca6fbd3204954b802d18b41ee2e9d757ee876',
'mtime' => 1762928359,
'size' => 106,
'extension' => 'js',
'class' => 'Tag_Group',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Textarea.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Textarea.js',
'hash' => '92dd398607bdb08b81069708d7ccf9e57e239e5d',
'mtime' => 1762928359,
'size' => 1086,
'extension' => 'js',
'class' => 'Textarea',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 8,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Three_Column_Layout.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Three_Column_Layout.js',
'hash' => 'ea2dc1bee396ccde69975e89eb318fad69b5244c',
'mtime' => 1762928359,
'size' => 299,
'extension' => 'js',
'class' => 'Three_Column_Layout',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Time_Picker.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Time_Picker.js',
'hash' => 'cc7367ae8178af7d729de8fa65b836791c216ea9',
'mtime' => 1762928359,
'size' => 1158,
'extension' => 'js',
'class' => 'Time_Picker',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_value' =>
array (
'name' => 'get_value',
'static' => false,
'visibility' => 'public',
'line' => 44,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_value' =>
array (
'name' => 'set_value',
'static' => false,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'focus' =>
array (
'name' => 'focus',
'static' => false,
'visibility' => 'public',
'line' => 52,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Timeline.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Timeline.js',
'hash' => 'eecf882d39e028f6823d38b74412d70ca6a93d5c',
'mtime' => 1762928359,
'size' => 97,
'extension' => 'js',
'class' => 'Timeline',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Timestamp_Display.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Timestamp_Display.js',
'hash' => '4f88c561f2fb550e77d0a180306cd660f1f5544b',
'mtime' => 1762928359,
'size' => 106,
'extension' => 'js',
'class' => 'Timestamp_Display',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Tooltip.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Tooltip.js',
'hash' => 'b6a6c3499fa5f78f283ac394113a08e1de77c3be',
'mtime' => 1762928359,
'size' => 423,
'extension' => 'js',
'class' => 'Tooltip',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Top_Nav.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Top_Nav.js',
'hash' => '6d864225c3e168c37f628c9395099fdef927aa33',
'mtime' => 1762928359,
'size' => 446,
'extension' => 'js',
'class' => 'Top_Nav',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Trend_Indicator.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Trend_Indicator.js',
'hash' => '7b9a4010d839794c17fea68ba8569350b24a9962',
'mtime' => 1762928359,
'size' => 504,
'extension' => 'js',
'class' => 'Trend_Indicator',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/Two_Column_Layout.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/Two_Column_Layout.js',
'hash' => 'd3012b2f0acffcd2332fdecbe89c511ada3dcc05',
'mtime' => 1762928359,
'size' => 288,
'extension' => 'js',
'class' => 'Two_Column_Layout',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/User_Avatar_Dropdown.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/User_Avatar_Dropdown.js',
'hash' => '8767965671e8f328fc0d6e5dc4c3f5a2cea26263',
'mtime' => 1762928359,
'size' => 670,
'extension' => 'js',
'class' => 'User_Avatar_Dropdown',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/action_button_delete.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/action_button_delete.jqhtml',
'hash' => '72588e81e5c7b5dbcd9a21fbeb8cc894b1d8a403',
'mtime' => 1762928353,
'size' => 156,
'extension' => 'jqhtml',
'template_name' => 'Action_Button_Delete',
'id' => 'Action_Button_Delete',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ActionButtonDelete',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/action_button_edit.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/action_button_edit.jqhtml',
'hash' => 'bc27a9496f24d60b8244da2b2c36990baf8ded32',
'mtime' => 1762928353,
'size' => 135,
'extension' => 'jqhtml',
'template_name' => 'Action_Button_Edit',
'id' => 'Action_Button_Edit',
'type' => 'jqhtml_template',
'tag_name' => 'a',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ActionButtonEdit',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/action_button_view.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/action_button_view.jqhtml',
'hash' => 'b489f155793d147de30d9ef33e9d42d60c396372',
'mtime' => 1762928353,
'size' => 130,
'extension' => 'jqhtml',
'template_name' => 'Action_Button_View',
'id' => 'Action_Button_View',
'type' => 'jqhtml_template',
'tag_name' => 'a',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ActionButtonView',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/activity_feed.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/activity_feed.jqhtml',
'hash' => '26805d992f02c32230fcdf2afd3f199de0a67b81',
'mtime' => 1762928353,
'size' => 1858,
'extension' => 'jqhtml',
'template_name' => 'Activity_Feed',
'id' => 'Activity_Feed',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Spinner',
1 => 'Empty_State',
2 => 'Avatar',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ActivityFeed',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/activity_feed.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/activity_feed.scss',
'hash' => 'cd53bc4c4bd592618d976f152ab75a3ff5b2caae',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Activity_Feed',
),
'id' => 'Activity_Feed',
'relative_path' => 'rsx/theme/components/_archived/unfinished/activity_feed.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/actor_reference.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/actor_reference.jqhtml',
'hash' => '60355b22521d7488ef4b2de46dc46800dd6fb5a6',
'mtime' => 1762928353,
'size' => 114,
'extension' => 'jqhtml',
'template_name' => 'Actor_Reference',
'id' => 'Actor_Reference',
'type' => 'jqhtml_template',
'tag_name' => 'small',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ActorReference',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/actor_reference.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/actor_reference.scss',
'hash' => 'b86223f1ca789e52b35dbf925e649bf354e56412',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Actor_Reference',
),
'id' => 'Actor_Reference',
'relative_path' => 'rsx/theme/components/_archived/unfinished/actor_reference.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/advanced_search_panel.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/advanced_search_panel.jqhtml',
'hash' => 'c8147bd96b474f5896b3af93c21d4b1927bd4984',
'mtime' => 1762928353,
'size' => 2037,
'extension' => 'jqhtml',
'template_name' => 'Advanced_Search_Panel',
'id' => 'Advanced_Search_Panel',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Input_With_Validation',
1 => 'Searchable_Select',
2 => 'Multi_Select',
3 => 'Date_Picker',
4 => 'Button_Secondary',
5 => 'Button_Primary',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'AdvancedSearchPanel',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/advanced_search_panel.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/advanced_search_panel.scss',
'hash' => '4e6468fdab5dbc2f87e74b153ece333a6dfd4260',
'mtime' => 1761074429,
'size' => 75,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Advanced_Search_Panel',
),
'id' => 'Advanced_Search_Panel',
'relative_path' => 'rsx/theme/components/_archived/unfinished/advanced_search_panel.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/alert_banner.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/alert_banner.jqhtml',
'hash' => 'b70244029d1a4e42fe7e49a6e7ac6f23b4f312e7',
'mtime' => 1762928353,
'size' => 225,
'extension' => 'jqhtml',
'template_name' => 'Alert_Banner',
'id' => 'Alert_Banner',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'AlertBanner',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/alert_banner.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/alert_banner.scss',
'hash' => '5bc6116d7a30fd3d866538024245756765b9eb1c',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Alert_Banner',
),
'id' => 'Alert_Banner',
'relative_path' => 'rsx/theme/components/_archived/unfinished/alert_banner.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/avatar.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/avatar.jqhtml',
'hash' => '2fbd098c5fbe18a9b32f6b7fba21320b439fccbc',
'mtime' => 1762928353,
'size' => 84,
'extension' => 'jqhtml',
'template_name' => 'Avatar',
'id' => 'Avatar',
'type' => 'jqhtml_template',
'tag_name' => 'img',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Avatar',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/avatar.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/avatar.scss',
'hash' => '9c6cc5527e178b2a2d460fa6cdaa49020a97f314',
'mtime' => 1761074429,
'size' => 60,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Avatar',
),
'id' => 'Avatar',
'relative_path' => 'rsx/theme/components/_archived/unfinished/avatar.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/blockquote.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/blockquote.jqhtml',
'hash' => '1b7b8ce107b1e46775e194522755c36600e172b5',
'mtime' => 1762928353,
'size' => 96,
'extension' => 'jqhtml',
'template_name' => 'Blockquote',
'id' => 'Blockquote',
'type' => 'jqhtml_template',
'tag_name' => 'blockquote',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Blockquote',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/blockquote.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/blockquote.scss',
'hash' => '1770ab7f93d92ec41e07e4b08c3c27fb89876534',
'mtime' => 1761074429,
'size' => 64,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Blockquote',
),
'id' => 'Blockquote',
'relative_path' => 'rsx/theme/components/_archived/unfinished/blockquote.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/breadcrumbs.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/breadcrumbs.jqhtml',
'hash' => '6676a48037aaba4848fc54e3666d4ea4908e8591',
'mtime' => 1762928353,
'size' => 137,
'extension' => 'jqhtml',
'template_name' => 'Breadcrumbs',
'id' => 'Breadcrumbs',
'type' => 'jqhtml_template',
'tag_name' => 'nav',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Breadcrumbs',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/breadcrumbs.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/breadcrumbs.scss',
'hash' => '5ec38b790b66dbef2dc44ee9a5e621eefe588925',
'mtime' => 1761074429,
'size' => 63,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Breadcrumbs',
),
'id' => 'Breadcrumbs',
'relative_path' => 'rsx/theme/components/_archived/unfinished/breadcrumbs.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/bulk_action_bar.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/bulk_action_bar.jqhtml',
'hash' => 'bec0c6e377d10c8a12bf681bc18ddcb3401028eb',
'mtime' => 1762928353,
'size' => 364,
'extension' => 'jqhtml',
'template_name' => 'Bulk_Action_Bar',
'id' => 'Bulk_Action_Bar',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'BulkActionBar',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/bulk_action_bar.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/bulk_action_bar.scss',
'hash' => '150eb7f0d3604483ba9975bcd9b054f897a1b7cc',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Bulk_Action_Bar',
),
'id' => 'Bulk_Action_Bar',
'relative_path' => 'rsx/theme/components/_archived/unfinished/bulk_action_bar.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/bulk_selection.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/bulk_selection.jqhtml',
'hash' => '569f700364c87cee80319d8d2a4e0e1fd3b33a49',
'mtime' => 1762928353,
'size' => 187,
'extension' => 'jqhtml',
'template_name' => 'Bulk_Selection',
'id' => 'Bulk_Selection',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'BulkSelection',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/bulk_selection.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/bulk_selection.scss',
'hash' => 'e60decf82520d1ce7874f06b2161acb221e220bf',
'mtime' => 1761074429,
'size' => 68,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Bulk_Selection',
),
'id' => 'Bulk_Selection',
'relative_path' => 'rsx/theme/components/_archived/unfinished/bulk_selection.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button.jqhtml',
'hash' => '3cb8ef38648f25811e588582ce02dc8bd9d2d0b4',
'mtime' => 1762928353,
'size' => 91,
'extension' => 'jqhtml',
'template_name' => 'Button',
'id' => 'Button',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Button',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button.js',
'hash' => '4d49a0e4a6c365d135453a005c2093b7ee2fe14a',
'mtime' => 1762928359,
'size' => 169,
'extension' => 'js',
'class' => 'Button',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button.scss',
'hash' => '96c2ad952deae7274254745639e6b62186ca15b4',
'mtime' => 1761074429,
'size' => 88,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Button',
),
'id' => 'Button',
'relative_path' => 'rsx/theme/components/_archived/unfinished/button.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_group.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_group.jqhtml',
'hash' => 'fe19ce12676c65eb68697b0507d45d667a83db65',
'mtime' => 1762928353,
'size' => 95,
'extension' => 'jqhtml',
'template_name' => 'Button_Group',
'id' => 'Button_Group',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ButtonGroup',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_group.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_group.js',
'hash' => '4333ea9486f2dff403a381757257dbde6e8f0443',
'mtime' => 1762928359,
'size' => 163,
'extension' => 'js',
'class' => 'Button_Group',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_group.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_group.scss',
'hash' => 'ed9ffa336ef86a5f40d21fefffca063d6badcc61',
'mtime' => 1761074429,
'size' => 126,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Button_Group',
),
'id' => 'Button_Group',
'relative_path' => 'rsx/theme/components/_archived/unfinished/button_group.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_primary.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_primary.jqhtml',
'hash' => '99a39866f3544c3e69bc00f0387bf35a1c305d37',
'mtime' => 1762928353,
'size' => 119,
'extension' => 'jqhtml',
'template_name' => 'Button_Primary',
'id' => 'Button_Primary',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ButtonPrimary',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_primary.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_primary.js',
'hash' => '68cf46b2253aa3570aea065fdae314b0085831f9',
'mtime' => 1762928359,
'size' => 156,
'extension' => 'js',
'class' => 'Button_Primary',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_primary.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_primary.scss',
'hash' => 'a3579644654cb01488255b3985162714cdcca779',
'mtime' => 1761074429,
'size' => 147,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Button_Primary',
),
'id' => 'Button_Primary',
'relative_path' => 'rsx/theme/components/_archived/unfinished/button_primary.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_secondary.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_secondary.jqhtml',
'hash' => '52946a1ad639f02d5313c9efb035f03d3c8e0ad1',
'mtime' => 1762928353,
'size' => 125,
'extension' => 'jqhtml',
'template_name' => 'Button_Secondary',
'id' => 'Button_Secondary',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ButtonSecondary',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_secondary.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_secondary.js',
'hash' => 'd1ac387d6ca0072f81ef15181de66d443d5545c4',
'mtime' => 1762928359,
'size' => 173,
'extension' => 'js',
'class' => 'Button_Secondary',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/button_secondary.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/button_secondary.scss',
'hash' => '9bae3e064cbf22abd7db52808dc063f5ae1c92a8',
'mtime' => 1761074429,
'size' => 145,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Button_Secondary',
),
'id' => 'Button_Secondary',
'relative_path' => 'rsx/theme/components/_archived/unfinished/button_secondary.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/calendar_event.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/calendar_event.jqhtml',
'hash' => 'ad5ccfc2e491048f86bdb984e3f1b955d168a244',
'mtime' => 1762928353,
'size' => 753,
'extension' => 'jqhtml',
'template_name' => 'Calendar_Event',
'id' => 'Calendar_Event',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CalendarEvent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/calendar_event.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/calendar_event.scss',
'hash' => '28ad9860a413319c808137744d517097ced62427',
'mtime' => 1761074429,
'size' => 68,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Calendar_Event',
),
'id' => 'Calendar_Event',
'relative_path' => 'rsx/theme/components/_archived/unfinished/calendar_event.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/calendar_grid.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/calendar_grid.jqhtml',
'hash' => '73f62a6944f7e91c65e7fb85822e49318e8f93f4',
'mtime' => 1762928353,
'size' => 1378,
'extension' => 'jqhtml',
'template_name' => 'Calendar_Grid',
'id' => 'Calendar_Grid',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CalendarGrid',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/calendar_grid.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/calendar_grid.scss',
'hash' => '15a937b86e751e4a5b913558ce42609a862a1315',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Calendar_Grid',
),
'id' => 'Calendar_Grid',
'relative_path' => 'rsx/theme/components/_archived/unfinished/calendar_grid.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/card.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/card.jqhtml',
'hash' => '5856b390dba9eea15677c92225aff02f2e7cbfb0',
'mtime' => 1762928353,
'size' => 108,
'extension' => 'jqhtml',
'template_name' => 'Card',
'id' => 'Card',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Card',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/card.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/card.scss',
'hash' => '99ebd7d7b004860227327ad648b09d2759f75b44',
'mtime' => 1761074429,
'size' => 158,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Card',
),
'id' => 'Card',
'relative_path' => 'rsx/theme/components/_archived/unfinished/card.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/card_footer.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/card_footer.jqhtml',
'hash' => '7b8e01d3d381d25e1d07ee2a5624df56712fc5f5',
'mtime' => 1762928353,
'size' => 168,
'extension' => 'jqhtml',
'template_name' => 'Card_Footer',
'id' => 'Card_Footer',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CardFooter',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/card_header.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/card_header.jqhtml',
'hash' => 'dd8132b606f40582efcaf1e884a84f8cfbd2b955',
'mtime' => 1762928353,
'size' => 168,
'extension' => 'jqhtml',
'template_name' => 'Card_Header',
'id' => 'Card_Header',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CardHeader',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/card_title.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/card_title.jqhtml',
'hash' => 'c2342f67691c55e5fa789a783683ac2b17b65008',
'mtime' => 1762928353,
'size' => 85,
'extension' => 'jqhtml',
'template_name' => 'Card_Title',
'id' => 'Card_Title',
'type' => 'jqhtml_template',
'tag_name' => 'h5',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CardTitle',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/chart_component.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/chart_component.jqhtml',
'hash' => 'd6eba01b15fab8bcfb8b071969b327eb16d83024',
'mtime' => 1762928353,
'size' => 348,
'extension' => 'jqhtml',
'template_name' => 'Chart_Component',
'id' => 'Chart_Component',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ChartComponent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/chart_component.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/chart_component.scss',
'hash' => '3281f31273c286b7d9aa66bb6f72553b7ef2a2a5',
'mtime' => 1761074429,
'size' => 74,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Frontend_Dashboard',
),
'relative_path' => 'rsx/theme/components/_archived/unfinished/chart_component.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/checkbox.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/checkbox.jqhtml',
'hash' => 'd5852db76d4f6c0c7cad9460eeff5eea4f39d491',
'mtime' => 1762928353,
'size' => 90,
'extension' => 'jqhtml',
'template_name' => 'Checkbox',
'id' => 'Checkbox',
'type' => 'jqhtml_template',
'tag_name' => 'input',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Checkbox',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/checkbox.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/checkbox.scss',
'hash' => 'acdaade635ed306a3d8dd5f2186eda88c2e6fca9',
'mtime' => 1761074429,
'size' => 171,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Checkbox',
),
'id' => 'Checkbox',
'relative_path' => 'rsx/theme/components/_archived/unfinished/checkbox.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/code_block.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/code_block.jqhtml',
'hash' => '617b232018c78e8a4273448fedaceab37c2d8fad',
'mtime' => 1762928353,
'size' => 122,
'extension' => 'jqhtml',
'template_name' => 'Code_Block',
'id' => 'Code_Block',
'type' => 'jqhtml_template',
'tag_name' => 'pre',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CodeBlock',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/code_block.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/code_block.scss',
'hash' => '5db6db00c0abe6fea9f14fea0c4167648fc4623e',
'mtime' => 1761074429,
'size' => 64,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Code_Block',
),
'id' => 'Code_Block',
'relative_path' => 'rsx/theme/components/_archived/unfinished/code_block.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/column_visibility_toggle.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/column_visibility_toggle.jqhtml',
'hash' => 'a859d53490711a0df09531dff46f02dcd551e5ae',
'mtime' => 1762928353,
'size' => 378,
'extension' => 'jqhtml',
'template_name' => 'Column_Visibility_Toggle',
'id' => 'Column_Visibility_Toggle',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ColumnVisibilityToggle',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/column_visibility_toggle.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/column_visibility_toggle.scss',
'hash' => '79116379cedbbfe78149af817df4f439281dd721',
'mtime' => 1761074429,
'size' => 78,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Column_Visibility_Toggle',
),
'id' => 'Column_Visibility_Toggle',
'relative_path' => 'rsx/theme/components/_archived/unfinished/column_visibility_toggle.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/comment_thread.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/comment_thread.jqhtml',
'hash' => '3f3526048e4b8270786725255899944dfb673d5b',
'mtime' => 1762928353,
'size' => 3317,
'extension' => 'jqhtml',
'template_name' => 'Comment_Thread',
'id' => 'Comment_Thread',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Spinner',
1 => 'Empty_State',
2 => 'Avatar',
3 => 'Button_Primary',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CommentThread',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/comment_thread.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/comment_thread.scss',
'hash' => '2f6032485f6cb47b2d267d160913d00efd39b257',
'mtime' => 1761074429,
'size' => 68,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Comment_Thread',
),
'id' => 'Comment_Thread',
'relative_path' => 'rsx/theme/components/_archived/unfinished/comment_thread.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/contact_actions.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/contact_actions.jqhtml',
'hash' => 'ab3cfcf91aeb98b6afc9bcfe2a88874057904487',
'mtime' => 1762928353,
'size' => 139,
'extension' => 'jqhtml',
'template_name' => 'Contact_Actions',
'id' => 'Contact_Actions',
'type' => 'jqhtml_template',
'tag_name' => 'td',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ContactActions',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/contact_row.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/contact_row.jqhtml',
'hash' => '75aebec376f4aea8dad15cff913e4e850c06574d',
'mtime' => 1762928353,
'size' => 71,
'extension' => 'jqhtml',
'template_name' => 'Contact_Row',
'id' => 'Contact_Row',
'type' => 'jqhtml_template',
'tag_name' => 'tr',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ContactRow',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/contacts_data_table.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/contacts_data_table.jqhtml',
'hash' => '6bbc6794d1948152801552a8dddd983f09796ed5',
'mtime' => 1762928353,
'size' => 9288,
'extension' => 'jqhtml',
'template_name' => 'Contacts_Data_Table',
'id' => 'Contacts_Data_Table',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ContactsDataTable',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/contacts_data_table_test.jqhtml.txt' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/contacts_data_table_test.jqhtml.txt',
'hash' => 'f32b6bb91b31a119e1e481ff0e2ac2982c516a00',
'mtime' => 1761074429,
'size' => 497,
'extension' => 'txt',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/contacts_list_card.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/contacts_list_card.jqhtml',
'hash' => 'bc9fa883331d9e97ea288d15e4624efe0423d9e0',
'mtime' => 1762928353,
'size' => 103,
'extension' => 'jqhtml',
'template_name' => 'Contacts_List_Card',
'id' => 'Contacts_List_Card',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ContactsListCard',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/date_picker.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/date_picker.jqhtml',
'hash' => '7b0b4244ca24073ed93d4ae02889d0934d2b9c11',
'mtime' => 1762928353,
'size' => 511,
'extension' => 'jqhtml',
'template_name' => 'Date_Picker',
'id' => 'Date_Picker',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'DatePicker',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/date_picker.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/date_picker.scss',
'hash' => '0ef273de674c2317edd81f65aa82c7d5357220f9',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Date_Picker',
),
'id' => 'Date_Picker',
'relative_path' => 'rsx/theme/components/_archived/unfinished/date_picker.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/dropdown_menu.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/dropdown_menu.jqhtml',
'hash' => 'dd5ed390188021a7fd5699e03b27a763af96fcb8',
'mtime' => 1762928353,
'size' => 375,
'extension' => 'jqhtml',
'template_name' => 'Dropdown_Menu',
'id' => 'Dropdown_Menu',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'DropdownMenu',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/dropdown_menu.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/dropdown_menu.scss',
'hash' => 'fd8213c61c21ac96899b4afe367372cd581d7513',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Dropdown_Menu',
),
'id' => 'Dropdown_Menu',
'relative_path' => 'rsx/theme/components/_archived/unfinished/dropdown_menu.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/empty_state.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/empty_state.jqhtml',
'hash' => 'd92cc758d0641728f4a65155e6861204e8b9a835',
'mtime' => 1762928353,
'size' => 463,
'extension' => 'jqhtml',
'template_name' => 'Empty_State',
'id' => 'Empty_State',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Icon',
1 => 'Button_Primary',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'EmptyState',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/empty_state.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/empty_state.scss',
'hash' => '9fb04f4e9fdd1187e7aea5111d156ba64c0e9ab1',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Empty_State',
),
'id' => 'Empty_State',
'relative_path' => 'rsx/theme/components/_archived/unfinished/empty_state.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/export_button.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/export_button.jqhtml',
'hash' => '0224ae40a146112b09cb2eda87ea1e701d1411a9',
'mtime' => 1762928353,
'size' => 974,
'extension' => 'jqhtml',
'template_name' => 'Export_Button',
'id' => 'Export_Button',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ExportButton',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/export_button.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/export_button.scss',
'hash' => '2dcdb8f1dc551ee283bdb40d848f0293db7da4fe',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Export_Button',
),
'id' => 'Export_Button',
'relative_path' => 'rsx/theme/components/_archived/unfinished/export_button.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/file_upload.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/file_upload.jqhtml',
'hash' => 'd70a8d08552732ac3b68a43c1a0aaecf8cbf9d5d',
'mtime' => 1762928353,
'size' => 1360,
'extension' => 'jqhtml',
'template_name' => 'File_Upload',
'id' => 'File_Upload',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Button_Secondary',
1 => 'Progress_Bar',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FileUpload',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/file_upload.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/file_upload.scss',
'hash' => '1cca675d0d91fd1f45b698a848a6f468b653da17',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.File_Upload',
),
'id' => 'File_Upload',
'relative_path' => 'rsx/theme/components/_archived/unfinished/file_upload.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/filter_bar.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/filter_bar.jqhtml',
'hash' => 'c3270e7a25782a5080f77ff75f5c95fcad5e611c',
'mtime' => 1762928353,
'size' => 1651,
'extension' => 'jqhtml',
'template_name' => 'Filter_Bar',
'id' => 'Filter_Bar',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Input_With_Icon',
1 => 'Date_Picker',
2 => 'Button_Secondary',
3 => 'Button_Primary',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FilterBar',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/filter_bar.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/filter_bar.scss',
'hash' => '878676dd2bb3d88e96948cf82502ac73cbef0232',
'mtime' => 1761074429,
'size' => 64,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Filter_Bar',
),
'id' => 'Filter_Bar',
'relative_path' => 'rsx/theme/components/_archived/unfinished/filter_bar.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_actions_component.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_actions_component.jqhtml',
'hash' => 'c574be1c94d085c016930722920204376a3cfe42',
'mtime' => 1762928353,
'size' => 343,
'extension' => 'jqhtml',
'template_name' => 'Form_Actions_Component',
'id' => 'Form_Actions_Component',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormActionsComponent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_actions_component.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_actions_component.js',
'hash' => 'ef7b0905e690d64fbd175951611df6b545cce5c7',
'mtime' => 1762928359,
'size' => 1664,
'extension' => 'js',
'class' => 'Form_Actions_Component',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 34,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_click_hello' =>
array (
'name' => 'on_click_hello',
'static' => false,
'visibility' => 'public',
'line' => 43,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_field_group.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_field_group.jqhtml',
'hash' => '0de118acea39c7145f7e648ab7e6dfe9521a1a9a',
'mtime' => 1762928353,
'size' => 351,
'extension' => 'jqhtml',
'template_name' => 'Form_Field_Group',
'id' => 'Form_Field_Group',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormFieldGroup',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_field_group.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_field_group.scss',
'hash' => 'ec06c27c4f30fa945db1e7a52645796151f86bf1',
'mtime' => 1761074429,
'size' => 70,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Form_Field_Group',
),
'id' => 'Form_Field_Group',
'relative_path' => 'rsx/theme/components/_archived/unfinished/form_field_group.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_group_component.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_group_component.jqhtml',
'hash' => '67cddb4939296b6c8ccabe33e57e20cf7de162f9',
'mtime' => 1762928353,
'size' => 1671,
'extension' => 'jqhtml',
'template_name' => 'Form_Group_Component',
'id' => 'Form_Group_Component',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormGroupComponent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_group_component.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_group_component.js',
'hash' => 'dd376717586dc38f4eedd25103ec2e683a921b5f',
'mtime' => 1762928359,
'size' => 734,
'extension' => 'js',
'class' => 'Form_Group_Component',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_row_component.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_row_component.jqhtml',
'hash' => '7a57695a33b4efe436d45fc42b6eb01e060d0123',
'mtime' => 1762928353,
'size' => 98,
'extension' => 'jqhtml',
'template_name' => 'Form_Row_Component',
'id' => 'Form_Row_Component',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormRowComponent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_row_component.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_row_component.js',
'hash' => '1132c5dcb200caa44616ac644d5eaeb146c79b82',
'mtime' => 1762928359,
'size' => 1656,
'extension' => 'js',
'class' => 'Form_Row_Component',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 14,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 34,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_click_hello' =>
array (
'name' => 'on_click_hello',
'static' => false,
'visibility' => 'public',
'line' => 43,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_validation_message.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_validation_message.jqhtml',
'hash' => '73081b5bb7fc6e0af76ab2973223c6a0f762fac1',
'mtime' => 1762928353,
'size' => 111,
'extension' => 'jqhtml',
'template_name' => 'Form_Validation_Message',
'id' => 'Form_Validation_Message',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormValidationMessage',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/form_validation_message.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/form_validation_message.scss',
'hash' => 'e055d668d540b065e42fa74727b23a1c80e8fb62',
'mtime' => 1761074429,
'size' => 202,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Form_Validation_Message',
),
'id' => 'Form_Validation_Message',
'relative_path' => 'rsx/theme/components/_archived/unfinished/form_validation_message.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/gantt_chart.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/gantt_chart.jqhtml',
'hash' => '1fc39447ef9823232acfe6a39a5cd44884db54a9',
'mtime' => 1762928353,
'size' => 1779,
'extension' => 'jqhtml',
'template_name' => 'Gantt_Chart',
'id' => 'Gantt_Chart',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Spinner',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'GanttChart',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/gantt_chart.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/gantt_chart.scss',
'hash' => '4981d83d4cdf934a52db78be386272f9e263aa9a',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Gantt_Chart',
),
'id' => 'Gantt_Chart',
'relative_path' => 'rsx/theme/components/_archived/unfinished/gantt_chart.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon.jqhtml',
'hash' => 'b3d5549cf9c847abb5d013904f1ad5c4c7805ad0',
'mtime' => 1762928353,
'size' => 154,
'extension' => 'jqhtml',
'template_name' => 'Icon',
'id' => 'Icon',
'type' => 'jqhtml_template',
'tag_name' => 'svg',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Icon',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon.js',
'hash' => '83b5940f47e9c8ca5b649ded38b6f19a4c39b6fd',
'mtime' => 1762928359,
'size' => 85,
'extension' => 'js',
'class' => 'Icon',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon.scss',
'hash' => 'd43bf0dd8cd1355b9631f0dce012ac7c4c9660e8',
'mtime' => 1761074429,
'size' => 532,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.icon',
),
'relative_path' => 'rsx/theme/components/_archived/unfinished/icon.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_button.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_button.jqhtml',
'hash' => 'd43e6289051e2831bf7a52f76a63ee0fa26b0bfa',
'mtime' => 1762928353,
'size' => 115,
'extension' => 'jqhtml',
'template_name' => 'Icon_Button',
'id' => 'Icon_Button',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'IconButton',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_button.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_button.js',
'hash' => '1c6906237a385d50462e5cb815464f6eefc9191e',
'mtime' => 1762928359,
'size' => 539,
'extension' => 'js',
'class' => 'Icon_Button',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_button.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_button.scss',
'hash' => 'd68b480c733463f33fe14067d675984f27e4f6bb',
'mtime' => 1761074429,
'size' => 360,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Icon_Button',
),
'id' => 'Icon_Button',
'relative_path' => 'rsx/theme/components/_archived/unfinished/icon_button.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_with_label.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_with_label.jqhtml',
'hash' => 'f4560175b92875c588fecff832b42e9e560d8e84',
'mtime' => 1762928353,
'size' => 164,
'extension' => 'jqhtml',
'template_name' => 'Icon_With_Label',
'id' => 'Icon_With_Label',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Icon',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'IconWithLabel',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_with_label.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_with_label.scss',
'hash' => '02fadad14187d2ac045fcd35ca1a0c0f9a5d923f',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Icon_With_Label',
),
'id' => 'Icon_With_Label',
'relative_path' => 'rsx/theme/components/_archived/unfinished/icon_with_label.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_with_text.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_with_text.jqhtml',
'hash' => '895479782bbe49fa01e56297265a6deee3cd0ff3',
'mtime' => 1762928353,
'size' => 221,
'extension' => 'jqhtml',
'template_name' => 'Icon_With_Text',
'id' => 'Icon_With_Text',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'IconWithText',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/icon_with_text.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/icon_with_text.scss',
'hash' => '243314aa06a99753d780c6908a533ce6df347ed9',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Icon_With_Text',
),
'id' => 'Icon_With_Text',
'relative_path' => 'rsx/theme/components/_archived/unfinished/icon_with_text.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/info_box.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/info_box.jqhtml',
'hash' => '332e4ed244cec14ad0da3f50fcfe650cf272ffdd',
'mtime' => 1762928353,
'size' => 119,
'extension' => 'jqhtml',
'template_name' => 'Info_Box',
'id' => 'Info_Box',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'InfoBox',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/info_box.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/info_box.scss',
'hash' => '02c37ed20c7930284f033e2a8627a964ea7e1f6a',
'mtime' => 1761074429,
'size' => 62,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Info_Box',
),
'id' => 'Info_Box',
'relative_path' => 'rsx/theme/components/_archived/unfinished/info_box.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/inline_edit_field.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/inline_edit_field.jqhtml',
'hash' => 'e519d1f8b97b2e053c1c06e23883ee254c1886af',
'mtime' => 1762928353,
'size' => 756,
'extension' => 'jqhtml',
'template_name' => 'Inline_Edit_Field',
'id' => 'Inline_Edit_Field',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'InlineEditField',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/inline_edit_field.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/inline_edit_field.scss',
'hash' => '978071a2b24c444f8220314bd46b1f2c2c4cf7a8',
'mtime' => 1761074429,
'size' => 71,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Inline_Edit_Field',
),
'id' => 'Inline_Edit_Field',
'relative_path' => 'rsx/theme/components/_archived/unfinished/inline_edit_field.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input.jqhtml',
'hash' => 'cf13980347905c0731af34b77aece441ebb34b04',
'mtime' => 1762928353,
'size' => 76,
'extension' => 'jqhtml',
'template_name' => 'Input',
'id' => 'Input',
'type' => 'jqhtml_template',
'tag_name' => 'input',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Input',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input.scss',
'hash' => 'f86ed9bd17db2a18577212ce1c9f54e125bc539f',
'mtime' => 1761074429,
'size' => 137,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Input',
),
'id' => 'Input',
'relative_path' => 'rsx/theme/components/_archived/unfinished/input.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input_with_icon.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input_with_icon.jqhtml',
'hash' => 'a61557bacae8b4c8387def91a6db92fb80482163',
'mtime' => 1762928353,
'size' => 560,
'extension' => 'jqhtml',
'template_name' => 'Input_With_Icon',
'id' => 'Input_With_Icon',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'InputWithIcon',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input_with_icon.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input_with_icon.scss',
'hash' => 'fa21e3adc3cd8d104230da49bb2334078230bd8d',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Input_With_Icon',
),
'id' => 'Input_With_Icon',
'relative_path' => 'rsx/theme/components/_archived/unfinished/input_with_icon.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input_with_validation.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input_with_validation.jqhtml',
'hash' => 'd8e6e35d4f488a9942b8a9b63116161e6b832151',
'mtime' => 1762928353,
'size' => 629,
'extension' => 'jqhtml',
'template_name' => 'Input_With_Validation',
'id' => 'Input_With_Validation',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'InputWithValidation',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/input_with_validation.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/input_with_validation.scss',
'hash' => '050e561e1d05780dfee09bf94093ad16858cb73d',
'mtime' => 1761074429,
'size' => 75,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Input_With_Validation',
),
'id' => 'Input_With_Validation',
'relative_path' => 'rsx/theme/components/_archived/unfinished/input_with_validation.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/kanban_board.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/kanban_board.jqhtml',
'hash' => 'd60f2abd344e1f593f4fb2ffac37576d7810e94b',
'mtime' => 1762928353,
'size' => 1918,
'extension' => 'jqhtml',
'template_name' => 'Kanban_Board',
'id' => 'Kanban_Board',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Spinner',
1 => 'Avatar',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'KanbanBoard',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/kanban_board.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/kanban_board.scss',
'hash' => '640476e0eaebf0967541338e45f7b8b6894ba4db',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Kanban_Board',
),
'id' => 'Kanban_Board',
'relative_path' => 'rsx/theme/components/_archived/unfinished/kanban_board.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/link.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/link.jqhtml',
'hash' => 'b52cabd5e50d0980be2ff65058b4193c2267571c',
'mtime' => 1762928353,
'size' => 65,
'extension' => 'jqhtml',
'template_name' => 'Link',
'id' => 'Link',
'type' => 'jqhtml_template',
'tag_name' => 'a',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Link',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/link.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/link.js',
'hash' => '653618214c0899de4c44b4348e120b3be7ca0460',
'mtime' => 1762928359,
'size' => 204,
'extension' => 'js',
'class' => 'Link',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/link.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/link.scss',
'hash' => 'aba99a7629cd948a44d7b27e7671bb73a1c50c7d',
'mtime' => 1761074429,
'size' => 151,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Link',
),
'id' => 'Link',
'relative_path' => 'rsx/theme/components/_archived/unfinished/link.scss',
'scope' => 'component',
'css_variables' =>
array (
0 => 'bs-link-color',
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/list.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/list.jqhtml',
'hash' => '886a2eab747171aa68e43ef49b04d99f237ae78e',
'mtime' => 1762928353,
'size' => 84,
'extension' => 'jqhtml',
'template_name' => 'List',
'id' => 'List',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'List',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/list.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/list.scss',
'hash' => '036c2d73d63ac7c226e291edfc4ff88ccdb70b2d',
'mtime' => 1761074429,
'size' => 56,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.List',
),
'id' => 'List',
'relative_path' => 'rsx/theme/components/_archived/unfinished/list.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/loading_skeleton.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/loading_skeleton.jqhtml',
'hash' => '2e795fae0bbb21b765f648286c7f8d1f8def237c',
'mtime' => 1762928353,
'size' => 206,
'extension' => 'jqhtml',
'template_name' => 'Loading_Skeleton',
'id' => 'Loading_Skeleton',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'LoadingSkeleton',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/loading_skeleton.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/loading_skeleton.scss',
'hash' => 'c17b85b6a3db1371ebe23a319059fb509cc8911f',
'mtime' => 1761074429,
'size' => 70,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Loading_Skeleton',
),
'id' => 'Loading_Skeleton',
'relative_path' => 'rsx/theme/components/_archived/unfinished/loading_skeleton.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/metric_card.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/metric_card.jqhtml',
'hash' => '8fb19ffb87a68f42762d4566a81afbf5510e2d62',
'mtime' => 1762928353,
'size' => 133,
'extension' => 'jqhtml',
'template_name' => 'Metric_Card',
'id' => 'Metric_Card',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'MetricCard',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/metric_card.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/metric_card.scss',
'hash' => '2fd88381ed82bf25117f1a3670162cd2c8fc4589',
'mtime' => 1761074429,
'size' => 63,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Metric_Card',
),
'id' => 'Metric_Card',
'relative_path' => 'rsx/theme/components/_archived/unfinished/metric_card.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/mobile_header.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/mobile_header.jqhtml',
'hash' => 'e610403b902c1b2f77290f7c5624cc222ed84127',
'mtime' => 1762928353,
'size' => 531,
'extension' => 'jqhtml',
'template_name' => 'Mobile_Header',
'id' => 'Mobile_Header',
'type' => 'jqhtml_template',
'tag_name' => 'header',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'MobileHeader',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/mobile_header.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/mobile_header.scss',
'hash' => 'c20f930394f465428c9334eda892207eb80eeaa6',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Mobile_Header',
),
'id' => 'Mobile_Header',
'relative_path' => 'rsx/theme/components/_archived/unfinished/mobile_header.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/modal_dialog.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/modal_dialog.jqhtml',
'hash' => '5083dfd71918c25f9a7c2db56102e4db2b37c316',
'mtime' => 1762928353,
'size' => 685,
'extension' => 'jqhtml',
'template_name' => 'Modal_Dialog',
'id' => 'Modal_Dialog',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Button_Secondary',
1 => 'Button_Primary',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ModalDialog',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/modal_dialog.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/modal_dialog.scss',
'hash' => 'c0234d38e5fbd7d420af04b14bab2c2ff30cacb2',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Modal_Dialog',
),
'id' => 'Modal_Dialog',
'relative_path' => 'rsx/theme/components/_archived/unfinished/modal_dialog.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/multi_select.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/multi_select.jqhtml',
'hash' => '36672eb170a2f619a6798983174136e729db942f',
'mtime' => 1762928353,
'size' => 1076,
'extension' => 'jqhtml',
'template_name' => 'Multi_Select',
'id' => 'Multi_Select',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'MultiSelect',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/multi_select.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/multi_select.scss',
'hash' => 'b3d9ae44c33695fbdcced1a8b54fa1765c808f09',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Multi_Select',
),
'id' => 'Multi_Select',
'relative_path' => 'rsx/theme/components/_archived/unfinished/multi_select.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/notification_badge.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/notification_badge.jqhtml',
'hash' => 'd42f2d389af12dad614b03081984599c79655d92',
'mtime' => 1762928353,
'size' => 341,
'extension' => 'jqhtml',
'template_name' => 'Notification_Badge',
'id' => 'Notification_Badge',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'NotificationBadge',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/notification_badge.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/notification_badge.scss',
'hash' => '91de1eeaffe686ca575bd1ba555c308dbea3d85d',
'mtime' => 1761074429,
'size' => 72,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Notification_Badge',
),
'id' => 'Notification_Badge',
'relative_path' => 'rsx/theme/components/_archived/unfinished/notification_badge.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/notification_dropdown.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/notification_dropdown.jqhtml',
'hash' => 'fe88d8fb5d82dc15caff554d3e3c75f066de30c4',
'mtime' => 1762928353,
'size' => 876,
'extension' => 'jqhtml',
'template_name' => 'Notification_Dropdown',
'id' => 'Notification_Dropdown',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Icon',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'NotificationDropdown',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/notification_dropdown.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/notification_dropdown.scss',
'hash' => '093b8be105c5709080b0911a72e1a12606cf1f2a',
'mtime' => 1761074429,
'size' => 75,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Notification_Dropdown',
),
'id' => 'Notification_Dropdown',
'relative_path' => 'rsx/theme/components/_archived/unfinished/notification_dropdown.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/overdue_indicator.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/overdue_indicator.jqhtml',
'hash' => '5b8473831f3920ca38702631bb735c8b357895bc',
'mtime' => 1762928353,
'size' => 133,
'extension' => 'jqhtml',
'template_name' => 'Overdue_Indicator',
'id' => 'Overdue_Indicator',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'OverdueIndicator',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/overdue_indicator.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/overdue_indicator.scss',
'hash' => 'b120c729529409a4089c60caf6cb017716557ff7',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Overdue_Indicator',
),
'id' => 'Overdue_Indicator',
'relative_path' => 'rsx/theme/components/_archived/unfinished/overdue_indicator.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page.jqhtml',
'hash' => '6dce8ebe2fd74766d711b4c44b20975ffec835ac',
'mtime' => 1762928353,
'size' => 48,
'extension' => 'jqhtml',
'template_name' => 'Page',
'id' => 'Page',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Page',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page.js',
'hash' => '123ecb26bdd89b4eff6e03f14c58191e3ac6c296',
'mtime' => 1762928359,
'size' => 100,
'extension' => 'js',
'class' => 'Page',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page.scss',
'hash' => 'a44e62fdf44836ad2f49169991fb032cb1a9c1a6',
'mtime' => 1761074429,
'size' => 101,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Page',
),
'id' => 'Page',
'relative_path' => 'rsx/theme/components/_archived/unfinished/page.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_header.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_header.jqhtml',
'hash' => 'c0ede1c25c6663d5769eb8720c2e1734d45e9d68',
'mtime' => 1762928353,
'size' => 125,
'extension' => 'jqhtml',
'template_name' => 'Page_Header',
'id' => 'Page_Header',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageHeader',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_header.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_header.scss',
'hash' => 'c55829277ab08a80a91745620c35c5b3e26c5b14',
'mtime' => 1761074429,
'size' => 239,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Page_Header',
),
'id' => 'Page_Header',
'relative_path' => 'rsx/theme/components/_archived/unfinished/page_header.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_header_left.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_header_left.jqhtml',
'hash' => '3be98ac83a6e42bef5bdb25c6cb74b67884d8157',
'mtime' => 1762928353,
'size' => 91,
'extension' => 'jqhtml',
'template_name' => 'Page_Header_Left',
'id' => 'Page_Header_Left',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageHeaderLeft',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_header_right.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_header_right.jqhtml',
'hash' => 'dd5ab6c20d854cfeaa8c8c94c03d6061190f1106',
'mtime' => 1762928353,
'size' => 95,
'extension' => 'jqhtml',
'template_name' => 'Page_Header_Right',
'id' => 'Page_Header_Right',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageHeaderRight',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_section.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_section.jqhtml',
'hash' => 'd90f353a78ca6cc252bc140bf18fce6b15bc27af',
'mtime' => 1762928353,
'size' => 77,
'extension' => 'jqhtml',
'template_name' => 'Page_Section',
'id' => 'Page_Section',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageSection',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_section.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_section.js',
'hash' => '1b325344f6fc1ac8f680241ba9b29d7aa0cfb021',
'mtime' => 1762928359,
'size' => 113,
'extension' => 'js',
'class' => 'Page_Section',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_section.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_section.scss',
'hash' => 'e89d941853e46ea0bee08c3b4cf726e628192f07',
'mtime' => 1761074429,
'size' => 85,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Page_Section',
),
'id' => 'Page_Section',
'relative_path' => 'rsx/theme/components/_archived/unfinished/page_section.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_subtitle.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_subtitle.jqhtml',
'hash' => '1188f17a71e2588f5d73f3f2dc347a5dba472796',
'mtime' => 1762928353,
'size' => 98,
'extension' => 'jqhtml',
'template_name' => 'Page_Subtitle',
'id' => 'Page_Subtitle',
'type' => 'jqhtml_template',
'tag_name' => 'p',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageSubtitle',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/page_title.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/page_title.jqhtml',
'hash' => 'ce6ecc637e8e880db2a220401ffef668e8174a2f',
'mtime' => 1762928353,
'size' => 85,
'extension' => 'jqhtml',
'template_name' => 'Page_Title',
'id' => 'Page_Title',
'type' => 'jqhtml_template',
'tag_name' => 'h1',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PageTitle',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/pagination_controls.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/pagination_controls.jqhtml',
'hash' => '3ed950671e32ce17fc13fd616096781f6ac53b7e',
'mtime' => 1762928353,
'size' => 173,
'extension' => 'jqhtml',
'template_name' => 'Pagination_Controls',
'id' => 'Pagination_Controls',
'type' => 'jqhtml_template',
'tag_name' => 'nav',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PaginationControls',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/pagination_info.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/pagination_info.jqhtml',
'hash' => '9fbf17bcc4d8429a92e000b191b38c70386c9311',
'mtime' => 1762928353,
'size' => 123,
'extension' => 'jqhtml',
'template_name' => 'Pagination_Info',
'id' => 'Pagination_Info',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PaginationInfo',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/popover.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/popover.jqhtml',
'hash' => '7469d9cbeaf8777ce811829a68bf8ce8f5911989',
'mtime' => 1762928353,
'size' => 148,
'extension' => 'jqhtml',
'template_name' => 'Popover',
'id' => 'Popover',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Popover',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/popover.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/popover.scss',
'hash' => 'cf3bf73b37e00e8e251905c8811a8afd32a78989',
'mtime' => 1761074429,
'size' => 61,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Popover',
),
'id' => 'Popover',
'relative_path' => 'rsx/theme/components/_archived/unfinished/popover.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/progress_bar.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/progress_bar.jqhtml',
'hash' => '7c0f7be7f35f1d0003ca1a4bb36110eb48b37abb',
'mtime' => 1762928353,
'size' => 297,
'extension' => 'jqhtml',
'template_name' => 'Progress_Bar',
'id' => 'Progress_Bar',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ProgressBar',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/progress_bar.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/progress_bar.scss',
'hash' => 'd0eeba556c110199d0eacd14df2c5d1355f2c73d',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Progress_Bar',
),
'id' => 'Progress_Bar',
'relative_path' => 'rsx/theme/components/_archived/unfinished/progress_bar.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/radio_button.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/radio_button.jqhtml',
'hash' => 'd277b72d34df6e2190227167ca6fab9e0d81bb22',
'mtime' => 1762928353,
'size' => 95,
'extension' => 'jqhtml',
'template_name' => 'Radio_Button',
'id' => 'Radio_Button',
'type' => 'jqhtml_template',
'tag_name' => 'input',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RadioButton',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/radio_button.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/radio_button.scss',
'hash' => 'c2c1df488d1b32c0d242dd4a3936be2efe9e38ca',
'mtime' => 1761074429,
'size' => 180,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Radio_Button',
),
'id' => 'Radio_Button',
'relative_path' => 'rsx/theme/components/_archived/unfinished/radio_button.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/record_count_display.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/record_count_display.jqhtml',
'hash' => '0a2bb8736db3ad90488963e717495a345248a7e4',
'mtime' => 1762928353,
'size' => 111,
'extension' => 'jqhtml',
'template_name' => 'Record_Count_Display',
'id' => 'Record_Count_Display',
'type' => 'jqhtml_template',
'tag_name' => 'small',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RecordCountDisplay',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/rich_text_editor.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/rich_text_editor.jqhtml',
'hash' => '0be1142769bf5d3d9795aac92338101ce4a59305',
'mtime' => 1762928353,
'size' => 2476,
'extension' => 'jqhtml',
'template_name' => 'Rich_Text_Editor',
'id' => 'Rich_Text_Editor',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RichTextEditor',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/rich_text_editor.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/rich_text_editor.scss',
'hash' => 'f5bf0d4d88f5715d12f464678fa93b21edca732e',
'mtime' => 1761074429,
'size' => 70,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Rich_Text_Editor',
),
'id' => 'Rich_Text_Editor',
'relative_path' => 'rsx/theme/components/_archived/unfinished/rich_text_editor.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/row_action_menu.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/row_action_menu.jqhtml',
'hash' => '767f935e7800c0887881d44a8401fe88e6cb3be5',
'mtime' => 1762928353,
'size' => 333,
'extension' => 'jqhtml',
'template_name' => 'Row_Action_Menu',
'id' => 'Row_Action_Menu',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RowActionMenu',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/row_action_menu.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/row_action_menu.scss',
'hash' => '938189bb3e4ead48bfd66522d944f427d0cb68e6',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Row_Action_Menu',
),
'id' => 'Row_Action_Menu',
'relative_path' => 'rsx/theme/components/_archived/unfinished/row_action_menu.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/search_bar.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/search_bar.jqhtml',
'hash' => '91e4d3941c02f5dc423620efcda8bc818e34a2fd',
'mtime' => 1762928353,
'size' => 277,
'extension' => 'jqhtml',
'template_name' => 'Search_Bar',
'id' => 'Search_Bar',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Icon',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SearchBar',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/search_bar.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/search_bar.scss',
'hash' => 'ca6ef70c81bff972f5d66e55d137a35f74a0818a',
'mtime' => 1761074429,
'size' => 64,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Search_Bar',
),
'id' => 'Search_Bar',
'relative_path' => 'rsx/theme/components/_archived/unfinished/search_bar.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/search_button.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/search_button.jqhtml',
'hash' => '8c0bdf683bca3e53603cef630373b6c3b92ffa3d',
'mtime' => 1762928353,
'size' => 131,
'extension' => 'jqhtml',
'template_name' => 'Search_Button',
'id' => 'Search_Button',
'type' => 'jqhtml_template',
'tag_name' => 'button',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SearchButton',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/search_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/search_input.jqhtml',
'hash' => 'e59213d5d108193b6fd12c8a557daf06295de6b7',
'mtime' => 1762928353,
'size' => 147,
'extension' => 'jqhtml',
'template_name' => 'Search_Input',
'id' => 'Search_Input',
'type' => 'jqhtml_template',
'tag_name' => 'input',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SearchInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/searchable_select.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/searchable_select.jqhtml',
'hash' => '2b32dbe976096bc17146ed58a33fe5e24a6caafe',
'mtime' => 1762928353,
'size' => 785,
'extension' => 'jqhtml',
'template_name' => 'Searchable_Select',
'id' => 'Searchable_Select',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SearchableSelect',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/searchable_select.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/searchable_select.scss',
'hash' => 'c347a271437f04544e855035bf9ccbb7460f27b3',
'mtime' => 1761074429,
'size' => 71,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Searchable_Select',
),
'id' => 'Searchable_Select',
'relative_path' => 'rsx/theme/components/_archived/unfinished/searchable_select.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/select_dropdown.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/select_dropdown.jqhtml',
'hash' => '1e3f2fbbf70b01e4af7d98956d1f9c26e8c8f183',
'mtime' => 1762928353,
'size' => 103,
'extension' => 'jqhtml',
'template_name' => 'Select_Dropdown',
'id' => 'Select_Dropdown',
'type' => 'jqhtml_template',
'tag_name' => 'select',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SelectDropdown',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/select_dropdown.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/select_dropdown.scss',
'hash' => 'dda3206b8f5145800b0379f9319610c5ad9ae79a',
'mtime' => 1761074429,
'size' => 186,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Select_Dropdown',
),
'id' => 'Select_Dropdown',
'relative_path' => 'rsx/theme/components/_archived/unfinished/select_dropdown.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/sidebar_nav.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/sidebar_nav.jqhtml',
'hash' => '06523e491c08f66181078cc68f1c347ff85d09c7',
'mtime' => 1762928353,
'size' => 361,
'extension' => 'jqhtml',
'template_name' => 'Sidebar_Nav',
'id' => 'Sidebar_Nav',
'type' => 'jqhtml_template',
'tag_name' => 'nav',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SidebarNav',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/sidebar_nav.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/sidebar_nav.scss',
'hash' => 'dbc4bb7be8c85e8cd3c8acf1c03ad1806a22b57e',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Sidebar_Nav',
),
'id' => 'Sidebar_Nav',
'relative_path' => 'rsx/theme/components/_archived/unfinished/sidebar_nav.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/simple_table_test.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/simple_table_test.jqhtml',
'hash' => 'fa5b61e62608658a2afc9084a63ba7359ca2387f',
'mtime' => 1762928353,
'size' => 129,
'extension' => 'jqhtml',
'template_name' => 'Simple_Table_Test',
'id' => 'Simple_Table_Test',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SimpleTableTest',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/sortable_column_header.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/sortable_column_header.jqhtml',
'hash' => 'e20d372271c025da35ab857e11b9f5cf0a679884',
'mtime' => 1762928353,
'size' => 321,
'extension' => 'jqhtml',
'template_name' => 'Sortable_Column_Header',
'id' => 'Sortable_Column_Header',
'type' => 'jqhtml_template',
'tag_name' => 'th',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SortableColumnHeader',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/sortable_column_header.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/sortable_column_header.scss',
'hash' => '431ca364bdf473080f92396d9ca11786b6722828',
'mtime' => 1761074429,
'size' => 76,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Sortable_Column_Header',
),
'id' => 'Sortable_Column_Header',
'relative_path' => 'rsx/theme/components/_archived/unfinished/sortable_column_header.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/spinner.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/spinner.jqhtml',
'hash' => '684858f8e861ac9b55675e582e902d575dcd989a',
'mtime' => 1762928353,
'size' => 122,
'extension' => 'jqhtml',
'template_name' => 'Spinner',
'id' => 'Spinner',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Spinner',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/spinner.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/spinner.scss',
'hash' => 'c1d6c324a74ff941a74ec97ec9119d15eb8c72c0',
'mtime' => 1761074429,
'size' => 61,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Spinner',
),
'id' => 'Spinner',
'relative_path' => 'rsx/theme/components/_archived/unfinished/spinner.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/stat_card.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/stat_card.jqhtml',
'hash' => 'e4d6b9a699204835ca3ca7e44823f86293201e7d',
'mtime' => 1762928353,
'size' => 139,
'extension' => 'jqhtml',
'template_name' => 'Stat_Card',
'id' => 'Stat_Card',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'StatCard',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/stat_card.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/stat_card.scss',
'hash' => '49cec37d1a64727bfbef6437182c8dc9fbba056b',
'mtime' => 1761074429,
'size' => 63,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Stat_Card',
),
'id' => 'Stat_Card',
'relative_path' => 'rsx/theme/components/_archived/unfinished/stat_card.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/status_badge.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/status_badge.jqhtml',
'hash' => '00e96983edc160b4e3f54ac0dc29e4ccf5d5a053',
'mtime' => 1762928353,
'size' => 89,
'extension' => 'jqhtml',
'template_name' => 'Status_Badge',
'id' => 'Status_Badge',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'StatusBadge',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/status_badge.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/status_badge.scss',
'hash' => '6d5cd7354547b53df6f035e655c9c28c7e75c450',
'mtime' => 1761074429,
'size' => 66,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Status_Badge',
),
'id' => 'Status_Badge',
'relative_path' => 'rsx/theme/components/_archived/unfinished/status_badge.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tab_content.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tab_content.jqhtml',
'hash' => 'e823fce1b8b47a55e3fb1e953177a92f50cd0650',
'mtime' => 1762928353,
'size' => 87,
'extension' => 'jqhtml',
'template_name' => 'Tab_Content',
'id' => 'Tab_Content',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TabContent',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tab_content.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tab_content.scss',
'hash' => '1e39380838c8b5fa36fa3b9f84fc821396f151b7',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Tab_Content',
),
'id' => 'Tab_Content',
'relative_path' => 'rsx/theme/components/_archived/unfinished/tab_content.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table.jqhtml',
'hash' => 'd96091c857856108083cdf59724a7d0307376570',
'mtime' => 1762928353,
'size' => 88,
'extension' => 'jqhtml',
'template_name' => 'Table',
'id' => 'Table',
'type' => 'jqhtml_template',
'tag_name' => 'table',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Table',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table.scss',
'hash' => 'ee2cd4f792a653db45c515655aaa5892550874b3',
'mtime' => 1761074429,
'size' => 59,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Table',
),
'id' => 'Table',
'relative_path' => 'rsx/theme/components/_archived/unfinished/table.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table_body.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table_body.jqhtml',
'hash' => 'eada2406d775e2c6dc5a8f81d1dfce85854e2e97',
'mtime' => 1762928353,
'size' => 72,
'extension' => 'jqhtml',
'template_name' => 'Table_Body',
'id' => 'Table_Body',
'type' => 'jqhtml_template',
'tag_name' => 'tbody',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TableBody',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table_headers.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table_headers.jqhtml',
'hash' => '637cc1181ee82edaf76f9b50e074c4ba6233f01a',
'mtime' => 1762928353,
'size' => 95,
'extension' => 'jqhtml',
'template_name' => 'Table_Headers',
'id' => 'Table_Headers',
'type' => 'jqhtml_template',
'tag_name' => 'thead',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TableHeaders',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table_pagination.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table_pagination.jqhtml',
'hash' => '0472c049c61866ec50fbe6b08a799d5594849983',
'mtime' => 1762928353,
'size' => 408,
'extension' => 'jqhtml',
'template_name' => 'Table_Pagination',
'id' => 'Table_Pagination',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TablePagination',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/table_pagination.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/table_pagination.scss',
'hash' => '2d080012fe4f667825c62d1da8f74a4305b72924',
'mtime' => 1761074429,
'size' => 70,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Table_Pagination',
),
'id' => 'Table_Pagination',
'relative_path' => 'rsx/theme/components/_archived/unfinished/table_pagination.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tabs.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tabs.jqhtml',
'hash' => '5cc942badbb12f092389640f3dadba97647f97c7',
'mtime' => 1762928353,
'size' => 78,
'extension' => 'jqhtml',
'template_name' => 'Tabs',
'id' => 'Tabs',
'type' => 'jqhtml_template',
'tag_name' => 'ul',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Tabs',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tabs.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tabs.scss',
'hash' => '67e170af134bf5fbcd50967afde2cd84784a5f47',
'mtime' => 1761074429,
'size' => 58,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Tabs',
),
'id' => 'Tabs',
'relative_path' => 'rsx/theme/components/_archived/unfinished/tabs.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tag.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tag.jqhtml',
'hash' => 'cb913f5427a2ff00cf42bff0c296536768a89f03',
'mtime' => 1762928353,
'size' => 102,
'extension' => 'jqhtml',
'template_name' => 'Tag',
'id' => 'Tag',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Tag',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tag.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tag.scss',
'hash' => 'f0548c2914931847b7c2d65eba4b6ef3976b4bdd',
'mtime' => 1761074429,
'size' => 57,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Tag',
),
'id' => 'Tag',
'relative_path' => 'rsx/theme/components/_archived/unfinished/tag.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tag_group.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tag_group.jqhtml',
'hash' => '9f9ef172996f8806a3628ef2bb5392ca1776957f',
'mtime' => 1762928353,
'size' => 89,
'extension' => 'jqhtml',
'template_name' => 'Tag_Group',
'id' => 'Tag_Group',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TagGroup',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tag_group.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tag_group.scss',
'hash' => '5f5c1205982810cf881a555b493ec311cd1856cd',
'mtime' => 1761074429,
'size' => 63,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Tag_Group',
),
'id' => 'Tag_Group',
'relative_path' => 'rsx/theme/components/_archived/unfinished/tag_group.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/text_display.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/text_display.jqhtml',
'hash' => '9cba600c2f9c8d4c86c16aea97633d557fdbdb71',
'mtime' => 1762928353,
'size' => 75,
'extension' => 'jqhtml',
'template_name' => 'Text_Display',
'id' => 'Text_Display',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TextDisplay',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/text_display.js' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/text_display.js',
'hash' => 'bc3d9be802835e1a4c0b470177578be73ef9237a',
'mtime' => 1762928359,
'size' => 108,
'extension' => 'js',
'class' => 'Text_Display',
'extends' => 'Component',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/text_display.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/text_display.scss',
'hash' => '2dc296735907ecd65c67859f86036e0b45705b96',
'mtime' => 1761074429,
'size' => 88,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Text_Display',
),
'id' => 'Text_Display',
'relative_path' => 'rsx/theme/components/_archived/unfinished/text_display.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/textarea.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/textarea.jqhtml',
'hash' => '373dfef6b3ba8ea4df3e0e484fb151e2855ae9f3',
'mtime' => 1762928353,
'size' => 101,
'extension' => 'jqhtml',
'template_name' => 'Textarea',
'id' => 'Textarea',
'type' => 'jqhtml_template',
'tag_name' => 'textarea',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Textarea',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/textarea.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/textarea.scss',
'hash' => '4edebe4f4a1c8dc6f2fc761c3892404ea4a4ace7',
'mtime' => 1761074429,
'size' => 154,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Textarea',
),
'id' => 'Textarea',
'relative_path' => 'rsx/theme/components/_archived/unfinished/textarea.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/three_column_layout.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/three_column_layout.jqhtml',
'hash' => '1733e4babb667c00cfa38e24396781db9fb632dc',
'mtime' => 1762928353,
'size' => 90,
'extension' => 'jqhtml',
'template_name' => 'Three_Column_Layout',
'id' => 'Three_Column_Layout',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ThreeColumnLayout',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/three_column_layout.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/three_column_layout.scss',
'hash' => 'd31a00b08bafbd9393540c812f02b9370716490f',
'mtime' => 1761074429,
'size' => 73,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Three_Column_Layout',
),
'id' => 'Three_Column_Layout',
'relative_path' => 'rsx/theme/components/_archived/unfinished/three_column_layout.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/time_picker.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/time_picker.jqhtml',
'hash' => 'ace64c9b416141c13165e02ff66e489715f20dfa',
'mtime' => 1762928353,
'size' => 508,
'extension' => 'jqhtml',
'template_name' => 'Time_Picker',
'id' => 'Time_Picker',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TimePicker',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/time_picker.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/time_picker.scss',
'hash' => '915e7e529d8f5f51bd11e474be493c8903a85a3b',
'mtime' => 1761074429,
'size' => 65,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Time_Picker',
),
'id' => 'Time_Picker',
'relative_path' => 'rsx/theme/components/_archived/unfinished/time_picker.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/timeline.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/timeline.jqhtml',
'hash' => 'a34cedc2d4cb813d09564864d492bbd90498909c',
'mtime' => 1762928353,
'size' => 89,
'extension' => 'jqhtml',
'template_name' => 'Timeline',
'id' => 'Timeline',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Timeline',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/timeline.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/timeline.scss',
'hash' => '56ede102e4fdb23c4fc34242d4047aed0c7275de',
'mtime' => 1761074429,
'size' => 60,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Timeline',
),
'id' => 'Timeline',
'relative_path' => 'rsx/theme/components/_archived/unfinished/timeline.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/timestamp_display.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/timestamp_display.jqhtml',
'hash' => 'b82e53f2ae126ae4b6b58948e404fea10416acbc',
'mtime' => 1762928353,
'size' => 113,
'extension' => 'jqhtml',
'template_name' => 'Timestamp_Display',
'id' => 'Timestamp_Display',
'type' => 'jqhtml_template',
'tag_name' => 'small',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TimestampDisplay',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/timestamp_display.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/timestamp_display.scss',
'hash' => 'ebeb36ef384717b91e7e9528f9f65963a91c8bad',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Timestamp_Display',
),
'id' => 'Timestamp_Display',
'relative_path' => 'rsx/theme/components/_archived/unfinished/timestamp_display.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tooltip.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tooltip.jqhtml',
'hash' => 'eb3c45c29820eb8ca6fae5b6f05b13bf2d8f8eac',
'mtime' => 1762928353,
'size' => 114,
'extension' => 'jqhtml',
'template_name' => 'Tooltip',
'id' => 'Tooltip',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Tooltip',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/tooltip.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/tooltip.scss',
'hash' => 'cc4cbad30aaa19df6269d0dd90c94f41c7e7af3b',
'mtime' => 1761074429,
'size' => 61,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Tooltip',
),
'id' => 'Tooltip',
'relative_path' => 'rsx/theme/components/_archived/unfinished/tooltip.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/top_nav.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/top_nav.jqhtml',
'hash' => '547ec4ad284b95e0c813fbd236623a92c6f2214e',
'mtime' => 1762928353,
'size' => 662,
'extension' => 'jqhtml',
'template_name' => 'Top_Nav',
'id' => 'Top_Nav',
'type' => 'jqhtml_template',
'tag_name' => 'nav',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TopNav',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/top_nav.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/top_nav.scss',
'hash' => '05ebb1101d137a98330ff29b80f5c899a13c6e80',
'mtime' => 1761074429,
'size' => 61,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Top_Nav',
),
'id' => 'Top_Nav',
'relative_path' => 'rsx/theme/components/_archived/unfinished/top_nav.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/trend_indicator.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/trend_indicator.jqhtml',
'hash' => 'ec86ee38b3871acca70174bfbb3f56f3f04f80f1',
'mtime' => 1762928353,
'size' => 81,
'extension' => 'jqhtml',
'template_name' => 'Trend_Indicator',
'id' => 'Trend_Indicator',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TrendIndicator',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/trend_indicator.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/trend_indicator.scss',
'hash' => 'c2fd370b64161771b1965be8ad5cdca878f5a944',
'mtime' => 1761074429,
'size' => 67,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Trend_Indicator',
),
'id' => 'Trend_Indicator',
'relative_path' => 'rsx/theme/components/_archived/unfinished/trend_indicator.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/two_column_layout.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/two_column_layout.jqhtml',
'hash' => 'bd75f79d2103c6bbc0eb596c4f11fc0edf636b88',
'mtime' => 1762928353,
'size' => 86,
'extension' => 'jqhtml',
'template_name' => 'Two_Column_Layout',
'id' => 'Two_Column_Layout',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TwoColumnLayout',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/two_column_layout.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/two_column_layout.scss',
'hash' => 'd2588e13142b374d37cf24518195ef6f60c4e893',
'mtime' => 1761074429,
'size' => 69,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Two_Column_Layout',
),
'id' => 'Two_Column_Layout',
'relative_path' => 'rsx/theme/components/_archived/unfinished/two_column_layout.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.jqhtml',
'hash' => 'a141de4298fb89d869aa2d34e70e5b9dcea0dd3b',
'mtime' => 1762928353,
'size' => 435,
'extension' => 'jqhtml',
'template_name' => 'User_Avatar_Dropdown',
'id' => 'User_Avatar_Dropdown',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Avatar',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'UserAvatarDropdown',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.scss' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.scss',
'hash' => '39d1318766a994f88a80c36e0a0c307617e6f3a9',
'mtime' => 1761074429,
'size' => 74,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.User_Avatar_Dropdown',
),
'id' => 'User_Avatar_Dropdown',
'relative_path' => 'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/_archived/unfinished/users_data_table.jqhtml' =>
array (
'file' => 'rsx/theme/components/_archived/unfinished/users_data_table.jqhtml',
'hash' => 'c71cf1f2467e779b7d630bfc3799e1873ed289b7',
'mtime' => 1762928353,
'size' => 11986,
'extension' => 'jqhtml',
'template_name' => 'Users_Data_Table',
'id' => 'Users_Data_Table',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'UsersDataTable',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/datagrid/datagrid_abstract.jqhtml' =>
array (
'file' => 'rsx/theme/components/datagrid/datagrid_abstract.jqhtml',
'hash' => '4b058429f662b67a16a7fbb229a09742a12139c9',
'mtime' => 1762928353,
'size' => 7705,
'extension' => 'jqhtml',
'template_name' => 'DataGrid_Abstract',
'id' => 'DataGrid_Abstract',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Card_Header',
1 => 'Card_Footer',
2 => 'Pagination_Info',
3 => 'Pagination_Controls',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'DataGridAbstract',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/datagrid/datagrid_abstract.js' =>
array (
'file' => 'rsx/theme/components/datagrid/datagrid_abstract.js',
'hash' => '3daca98b6d6bb570dacf6ba6b379a51f596ebc9a',
'mtime' => 1762973432,
'size' => 16070,
'extension' => 'js',
'class' => 'DataGrid_Abstract',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 42,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_header' =>
array (
'name' => 'update_header',
'static' => false,
'visibility' => 'public',
'line' => 90,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_pagination' =>
array (
'name' => 'update_pagination',
'static' => false,
'visibility' => 'public',
'line' => 111,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'load_page' =>
array (
'name' => 'load_page',
'static' => false,
'visibility' => 'public',
'line' => 140,
'params' =>
array (
0 => 'page',
),
'parameters' =>
array (
0 =>
array (
'name' => 'page',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'register_render_callbacks' =>
array (
'name' => 'register_render_callbacks',
'static' => false,
'visibility' => 'public',
'line' => 196,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'sort_by' =>
array (
'name' => 'sort_by',
'static' => false,
'visibility' => 'public',
'line' => 324,
'params' =>
array (
0 => 'column',
),
'parameters' =>
array (
0 =>
array (
'name' => 'column',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'register_filter_handlers' =>
array (
'name' => 'register_filter_handlers',
'static' => false,
'visibility' => 'public',
'line' => 341,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'filter_changed' =>
array (
'name' => 'filter_changed',
'static' => false,
'visibility' => 'public',
'line' => 358,
'params' =>
array (
0 => 'filter',
),
'parameters' =>
array (
0 =>
array (
'name' => 'filter',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'scroll_to_top_if_needed' =>
array (
'name' => 'scroll_to_top_if_needed',
'static' => false,
'visibility' => 'public',
'line' => 366,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'measure_and_set_fixed_height' =>
array (
'name' => 'measure_and_set_fixed_height',
'static' => false,
'visibility' => 'public',
'line' => 387,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_filter' =>
array (
'name' => 'clear_filter',
'static' => false,
'visibility' => 'public',
'line' => 415,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/datagrid/datagrid_abstract.php' =>
array (
'file' => 'rsx/theme/components/datagrid/datagrid_abstract.php',
'hash' => 'ae6e2a96f4e578aa584a595cc11d12f5bbf58eb9',
'mtime' => 1761637266,
'size' => 5180,
'extension' => 'php',
'class' => 'DataGrid_Abstract',
'namespace' => 'Rsx\\Theme\\Components\\Datagrid',
'fqcn' => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => true,
'public_static_methods' =>
array (
'build_query' =>
array (
'name' => 'build_query',
'static' => true,
'visibility' => 'public',
'line' => 70,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'transform_records' =>
array (
'name' => 'transform_records',
'static' => true,
'visibility' => 'public',
'line' => 82,
'parameters' =>
array (
0 =>
array (
'name' => 'records',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 102,
'parameters' =>
array (
0 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
),
'public_instance_methods' =>
array (
),
'properties' =>
array (
0 =>
array (
'name' => 'default_per_page',
'visibility' => 'protected',
'static' => true,
),
1 =>
array (
'name' => 'max_per_page',
'visibility' => 'protected',
'static' => true,
),
2 =>
array (
'name' => 'default_sort',
'visibility' => 'protected',
'static' => true,
),
3 =>
array (
'name' => 'default_order',
'visibility' => 'protected',
'static' => true,
),
4 =>
array (
'name' => 'sortable_columns',
'visibility' => 'protected',
'static' => true,
),
),
),
'rsx/theme/components/datagrid/datagrid_abstract.scss' =>
array (
'file' => 'rsx/theme/components/datagrid/datagrid_abstract.scss',
'hash' => '66d05d21b9367aec8d4dd9aa171838c8353b91e3',
'mtime' => 1762918437,
'size' => 5427,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'variables' =>
array (
0 => 'datagrid-cell-padding-y',
1 => 'datagrid-cell-padding-x',
),
'selectors' =>
array (
0 => '.DataGrid',
),
'relative_path' => 'rsx/theme/components/datagrid/datagrid_abstract.scss',
'scope' => 'component',
'media_features' =>
array (
0 => 'print',
),
'uses_bootstrap' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_field.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/form_field.jqhtml',
'hash' => 'ea9b2a0f86dc0f0c33938ae3b17a02f8ada3d0bd',
'mtime' => 1762928353,
'size' => 1298,
'extension' => 'jqhtml',
'template_name' => 'Form_Field',
'id' => 'Form_Field',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Form_Field',
1 => 'Text_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormField',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_field.js' =>
array (
'file' => 'rsx/theme/components/forms/form_field.js',
'hash' => 'b5d3ed1de34b746c73fdcd78f69461cc0c04af4e',
'mtime' => 1762928359,
'size' => 510,
'extension' => 'js',
'class' => 'Form_Field',
'extends' => 'Form_Field_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_field_abstract.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/form_field_abstract.jqhtml',
'hash' => 'e9f7bbd76a0b06f532a61619f28ee918179255fc',
'mtime' => 1762928353,
'size' => 801,
'extension' => 'jqhtml',
'template_name' => 'Form_Field_Abstract',
'id' => 'Form_Field_Abstract',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormFieldAbstract',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_field_abstract.js' =>
array (
'file' => 'rsx/theme/components/forms/form_field_abstract.js',
'hash' => '36d6306a6d734288079a3aac5e6047cb0f16a2ee',
'mtime' => 1762928359,
'size' => 2895,
'extension' => 'js',
'class' => 'Form_Field_Abstract',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 16,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_error' =>
array (
'name' => 'get_error',
'static' => false,
'visibility' => 'public',
'line' => 52,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'has_error' =>
array (
'name' => 'has_error',
'static' => false,
'visibility' => 'public',
'line' => 56,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 60,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_hidden_field.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/form_hidden_field.jqhtml',
'hash' => '58e41259dfe36c39ba7a2fa600567c279f20bec2',
'mtime' => 1762933071,
'size' => 492,
'extension' => 'jqhtml',
'template_name' => 'Form_Hidden_Field',
'id' => 'Form_Hidden_Field',
'type' => 'jqhtml_template',
'tag_name' => 'input',
'components' =>
array (
0 => 'Form_Hidden_Field',
1 => 'Form_Field_Abstract',
2 => 'Hidden_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'FormHiddenField',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/form_hidden_field.js' =>
array (
'file' => 'rsx/theme/components/forms/form_hidden_field.js',
'hash' => '2ea8e4a9492a2b9d1bf2fb4e052318c52133d80a',
'mtime' => 1762933060,
'size' => 1530,
'extension' => 'js',
'class' => 'Form_Hidden_Field',
'extends' => 'Form_Field_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 13,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 21,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 35,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/pin_verification_form.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/pin_verification_form.jqhtml',
'hash' => 'c207cf1f201f0593bccb6dacca44c44ec8f57a68',
'mtime' => 1762938417,
'size' => 2132,
'extension' => 'jqhtml',
'template_name' => 'Pin_Verification_Form',
'id' => 'Pin_Verification_Form',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'PinVerificationForm',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/pin_verification_form.js' =>
array (
'file' => 'rsx/theme/components/forms/pin_verification_form.js',
'hash' => 'addfcd1de63a0e1153763a7dd4ebcfc7e390ff6c',
'mtime' => 1762928359,
'size' => 7231,
'extension' => 'js',
'class' => 'Pin_Verification_Form',
'extends' => 'Rsx_Form',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 18,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 28,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_find_first_empty_index' =>
array (
'name' => '_find_first_empty_index',
'static' => false,
'visibility' => 'public',
'line' => 56,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_focus_input' =>
array (
'name' => '_focus_input',
'static' => false,
'visibility' => 'public',
'line' => 69,
'params' =>
array (
0 => 'index',
),
'parameters' =>
array (
0 =>
array (
'name' => 'index',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_handle_paste' =>
array (
'name' => '_handle_paste',
'static' => false,
'visibility' => 'public',
'line' => 85,
'params' =>
array (
0 => 'e',
1 => 'start_index',
),
'parameters' =>
array (
0 =>
array (
'name' => 'e',
),
1 =>
array (
'name' => 'start_index',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 106,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'submit' =>
array (
'name' => 'submit',
'static' => false,
'visibility' => 'public',
'line' => 192,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/pin_verification_form.scss' =>
array (
'file' => 'rsx/theme/components/forms/pin_verification_form.scss',
'hash' => '5c36a60ccf51e789f73f683ad2173fc153bcfc4b',
'mtime' => 1761775824,
'size' => 630,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.Pin_Verification_Form',
),
'id' => 'Pin_Verification_Form',
'relative_path' => 'rsx/theme/components/forms/pin_verification_form.scss',
'scope' => 'component',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_form.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/rsx_form.jqhtml',
'hash' => '420e6edc171695aee9b529ca98ee3ce96bf58ad5',
'mtime' => 1762928353,
'size' => 1199,
'extension' => 'jqhtml',
'template_name' => 'Rsx_Form',
'id' => 'Rsx_Form',
'type' => 'jqhtml_template',
'tag_name' => 'form',
'components' =>
array (
0 => 'Rsx_Form',
1 => 'Form_Field',
2 => 'Text_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RsxForm',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_form.js' =>
array (
'file' => 'rsx/theme/components/forms/rsx_form.js',
'hash' => 'e3b36934d152061ce22317b1089b8bfaae05ae25',
'mtime' => 1762928359,
'size' => 7409,
'extension' => 'js',
'class' => 'Rsx_Form',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 17,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 42,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'vals' =>
array (
'name' => 'vals',
'static' => false,
'visibility' => 'public',
'line' => 85,
'params' =>
array (
0 => 'values',
),
'parameters' =>
array (
0 =>
array (
'name' => 'values',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_error' =>
array (
'name' => 'get_error',
'static' => false,
'visibility' => 'public',
'line' => 128,
'params' =>
array (
0 => 'name',
),
'parameters' =>
array (
0 =>
array (
'name' => 'name',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'render_error' =>
array (
'name' => 'render_error',
'static' => false,
'visibility' => 'public',
'line' => 141,
'params' =>
array (
0 => 'error',
),
'parameters' =>
array (
0 =>
array (
'name' => 'error',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'submit' =>
array (
'name' => 'submit',
'static' => false,
'visibility' => 'public',
'line' => 160,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 200,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_tab.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/rsx_tab.jqhtml',
'hash' => 'bcc8c6141bfac8953aa9aa4bf1976e48dfbf43af',
'mtime' => 1762928353,
'size' => 852,
'extension' => 'jqhtml',
'template_name' => 'Rsx_Tab',
'id' => 'Rsx_Tab',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Rsx_Tabs',
1 => 'Rsx_Tab',
2 => 'Form_Field',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RsxTab',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_tab.js' =>
array (
'file' => 'rsx/theme/components/forms/rsx_tab.js',
'hash' => 'db8e39a2953b35f808cbd69a7cf27e18d5b1c630',
'mtime' => 1762928359,
'size' => 1797,
'extension' => 'js',
'class' => 'Rsx_Tab',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 15,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 33,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'count_errors' =>
array (
'name' => 'count_errors',
'static' => false,
'visibility' => 'public',
'line' => 50,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_tabs.jqhtml' =>
array (
'file' => 'rsx/theme/components/forms/rsx_tabs.jqhtml',
'hash' => '613b96fb33573466c40a0483fa178ca24cb92f78',
'mtime' => 1762928353,
'size' => 911,
'extension' => 'jqhtml',
'template_name' => 'Rsx_Tabs',
'id' => 'Rsx_Tabs',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Rsx_Tabs',
1 => 'Rsx_Tab',
2 => 'Form_Field',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RsxTabs',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/forms/rsx_tabs.js' =>
array (
'file' => 'rsx/theme/components/forms/rsx_tabs.js',
'hash' => '9e52611aed3b8d9cb45187c1b652ec3f4b7a1f77',
'mtime' => 1762928359,
'size' => 4262,
'extension' => 'js',
'class' => 'Rsx_Tabs',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 16,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 22,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'register_tab' =>
array (
'name' => 'register_tab',
'static' => false,
'visibility' => 'public',
'line' => 46,
'params' =>
array (
0 => 'tab_component',
),
'parameters' =>
array (
0 =>
array (
'name' => 'tab_component',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_build_nav' =>
array (
'name' => '_build_nav',
'static' => false,
'visibility' => 'public',
'line' => 50,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'activate_tab' =>
array (
'name' => 'activate_tab',
'static' => false,
'visibility' => 'public',
'line' => 77,
'params' =>
array (
0 => 'tab_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'tab_id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'handle_validation_errors' =>
array (
'name' => 'handle_validation_errors',
'static' => false,
'visibility' => 'public',
'line' => 100,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'clear_error_badges' =>
array (
'name' => 'clear_error_badges',
'static' => false,
'visibility' => 'public',
'line' => 126,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/ajax_select_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/ajax_select_input.jqhtml',
'hash' => '19db880c343dcfdcd69af5b4a5339ff9f61574fb',
'mtime' => 1762928353,
'size' => 1652,
'extension' => 'jqhtml',
'template_name' => 'Ajax_Select_Input',
'id' => 'Ajax_Select_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'AjaxSelectInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/ajax_select_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/ajax_select_input.js',
'hash' => 'ff10559baf052915535904e033882c0a52a6a220',
'mtime' => 1762928359,
'size' => 2697,
'extension' => 'js',
'class' => 'Ajax_Select_Input',
'extends' => 'Select_Input',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 13,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 52,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/checkbox_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/checkbox_input.jqhtml',
'hash' => 'b311db0071ee6865ed0e47399c7907d95a30525a',
'mtime' => 1762928353,
'size' => 848,
'extension' => 'jqhtml',
'template_name' => 'Checkbox_Input',
'id' => 'Checkbox_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CheckboxInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/checkbox_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/checkbox_input.js',
'hash' => '26d17dcc985d6ca3438dce81374f469c45b7960c',
'mtime' => 1762928359,
'size' => 1624,
'extension' => 'js',
'class' => 'Checkbox_Input',
'extends' => 'Form_Input_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 8,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 46,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/country_select_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/country_select_input.jqhtml',
'hash' => '7f97b451a2d7ceebd2e969165adbf2da564d4c61',
'mtime' => 1762928353,
'size' => 1661,
'extension' => 'jqhtml',
'template_name' => 'Country_Select_Input',
'id' => 'Country_Select_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'CountrySelectInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/country_select_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/country_select_input.js',
'hash' => 'c20143c4c5578c85b58454fc9223a5b50134751c',
'mtime' => 1762928359,
'size' => 2568,
'extension' => 'js',
'class' => 'Country_Select_Input',
'extends' => 'Ajax_Select_Input',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 45,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_update_state_selector' =>
array (
'name' => '_update_state_selector',
'static' => false,
'visibility' => 'public',
'line' => 64,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/currency_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/currency_input.js',
'hash' => 'fb63582bdaec3610ab434bc076c06171b5f915b2',
'mtime' => 1762928359,
'size' => 9029,
'extension' => 'js',
'class' => 'Currency_Input',
'extends' => 'Text_Input',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 30,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_format_currency' =>
array (
'name' => '_format_currency',
'static' => false,
'visibility' => 'public',
'line' => 50,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_get_numeric_value' =>
array (
'name' => '_get_numeric_value',
'static' => false,
'visibility' => 'public',
'line' => 84,
'params' =>
array (
0 => 'formatted',
),
'parameters' =>
array (
0 =>
array (
'name' => 'formatted',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 110,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 136,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/form_input_abstract.js' =>
array (
'file' => 'rsx/theme/components/inputs/form_input_abstract.js',
'hash' => 'a6b8e9b267002868df431767f9861f0eb71f2ca8',
'mtime' => 1762928359,
'size' => 1358,
'extension' => 'js',
'class' => 'Form_Input_Abstract',
'extends' => 'Component',
'public_instance_methods' =>
array (
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 38,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/phone_text_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/phone_text_input.js',
'hash' => '0414fcaeec1a82b0f9dab408f2eb407312f69434',
'mtime' => 1762928359,
'size' => 9503,
'extension' => 'js',
'class' => 'Phone_Text_Input',
'extends' => 'Text_Input',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 21,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_check_international_mode' =>
array (
'name' => '_check_international_mode',
'static' => false,
'visibility' => 'public',
'line' => 31,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_format_us_phone' =>
array (
'name' => '_format_us_phone',
'static' => false,
'visibility' => 'public',
'line' => 40,
'params' =>
array (
0 => 'digits',
),
'parameters' =>
array (
0 =>
array (
'name' => 'digits',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 63,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 111,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/profile_photo_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/profile_photo_input.jqhtml',
'hash' => '16f4a05e35faa1acee6936653c373eec73cf59b8',
'mtime' => 1762928353,
'size' => 2528,
'extension' => 'jqhtml',
'template_name' => 'Profile_Photo_Input',
'id' => 'Profile_Photo_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Form_Field',
1 => 'Profile_Photo_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ProfilePhotoInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/profile_photo_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/profile_photo_input.js',
'hash' => 'daf4d627d70446abfbff49b8477530a434a43a33',
'mtime' => 1762928359,
'size' => 4982,
'extension' => 'js',
'class' => 'Profile_Photo_Input',
'extends' => 'Form_Input_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 15,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_render' =>
array (
'name' => 'on_render',
'static' => false,
'visibility' => 'public',
'line' => 21,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 48,
'params' =>
array (
0 => 'key',
),
'parameters' =>
array (
0 =>
array (
'name' => 'key',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'upload_photo' =>
array (
'name' => 'upload_photo',
'static' => false,
'visibility' => 'public',
'line' => 72,
'params' =>
array (
0 => 'file',
),
'parameters' =>
array (
0 =>
array (
'name' => 'file',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'update_photo' =>
array (
'name' => 'update_photo',
'static' => false,
'visibility' => 'public',
'line' => 132,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'remove_photo' =>
array (
'name' => 'remove_photo',
'static' => false,
'visibility' => 'public',
'line' => 136,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 144,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/select_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/select_input.jqhtml',
'hash' => '681c38a2ed668f4ff674ab258d775111d58e97b8',
'mtime' => 1762928353,
'size' => 1197,
'extension' => 'jqhtml',
'template_name' => 'Select_Input',
'id' => 'Select_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'SelectInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/select_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/select_input.js',
'hash' => '4ceb5449327e817052328b2eedb9c9925442d013',
'mtime' => 1762928359,
'size' => 3158,
'extension' => 'js',
'class' => 'Select_Input',
'extends' => 'Form_Input_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 51,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 69,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_destroy' =>
array (
'name' => 'on_destroy',
'static' => false,
'visibility' => 'public',
'line' => 83,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/state_select_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/state_select_input.jqhtml',
'hash' => 'b7a154cc47327d36453eb45592467693ebdf2a13',
'mtime' => 1762928353,
'size' => 1755,
'extension' => 'jqhtml',
'template_name' => 'State_Select_Input',
'id' => 'State_Select_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'StateSelectInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/state_select_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/state_select_input.js',
'hash' => '8ed0867bdd3ab96fa193088d192bc78f72c27bc7',
'mtime' => 1762928359,
'size' => 5485,
'extension' => 'js',
'class' => 'State_Select_Input',
'extends' => 'Ajax_Select_Input',
'public_instance_methods' =>
array (
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 21,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 37,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'set_country_code' =>
array (
'name' => 'set_country_code',
'static' => false,
'visibility' => 'public',
'line' => 59,
'params' =>
array (
0 => 'country_code',
),
'parameters' =>
array (
0 =>
array (
'name' => 'country_code',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 145,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/text_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/text_input.jqhtml',
'hash' => 'bd5b6cbac88e72956e4efd4f9d56bf7199e2a092',
'mtime' => 1762928353,
'size' => 2908,
'extension' => 'jqhtml',
'template_name' => 'Text_Input',
'id' => 'Text_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
0 => 'Text_Input',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'TextInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/text_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/text_input.js',
'hash' => 'f2662f4cbbc68cbc824208a5cb44c28582499b77',
'mtime' => 1762928359,
'size' => 965,
'extension' => 'js',
'class' => 'Text_Input',
'extends' => 'Form_Input_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 11,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/wysiwyg_input.jqhtml' =>
array (
'file' => 'rsx/theme/components/inputs/wysiwyg_input.jqhtml',
'hash' => 'ba5d2866a6e6c0e31485114c86abcc60c7072692',
'mtime' => 1762928353,
'size' => 418,
'extension' => 'jqhtml',
'template_name' => 'Wysiwyg_Input',
'id' => 'Wysiwyg_Input',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'WysiwygInput',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/inputs/wysiwyg_input.js' =>
array (
'file' => 'rsx/theme/components/inputs/wysiwyg_input.js',
'hash' => '57195c94d4c98bb7ddc6cf8c7ba8de1cc96f697b',
'mtime' => 1762928359,
'size' => 2708,
'extension' => 'js',
'class' => 'Wysiwyg_Input',
'extends' => 'Form_Input_Abstract',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 9,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 13,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_initialize_quill' =>
array (
'name' => '_initialize_quill',
'static' => false,
'visibility' => 'public',
'line' => 21,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 51,
'params' =>
array (
0 => 'value',
),
'parameters' =>
array (
0 =>
array (
'name' => 'value',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'seed' =>
array (
'name' => 'seed',
'static' => false,
'visibility' => 'public',
'line' => 75,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/Modal.js' =>
array (
'file' => 'rsx/theme/components/modal/Modal.js',
'hash' => '91a9551876474e031e849cf86a54dd3544bd0261',
'mtime' => 1762928359,
'size' => 24079,
'extension' => 'js',
'class' => 'Modal',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
'_init' =>
array (
'name' => '_init',
'static' => true,
'visibility' => 'public',
'line' => 28,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_get_scrollbar_width' =>
array (
'name' => '_get_scrollbar_width',
'static' => true,
'visibility' => 'public',
'line' => 42,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_lock_body_scroll' =>
array (
'name' => '_lock_body_scroll',
'static' => true,
'visibility' => 'public',
'line' => 70,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_unlock_body_scroll' =>
array (
'name' => '_unlock_body_scroll',
'static' => true,
'visibility' => 'public',
'line' => 106,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_show_backdrop' =>
array (
'name' => '_show_backdrop',
'static' => true,
'visibility' => 'public',
'line' => 138,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_hide_backdrop' =>
array (
'name' => '_hide_backdrop',
'static' => true,
'visibility' => 'public',
'line' => 152,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_create_modal' =>
array (
'name' => '_create_modal',
'static' => true,
'visibility' => 'public',
'line' => 163,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_show_modal' =>
array (
'name' => '_show_modal',
'static' => true,
'visibility' => 'public',
'line' => 189,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_process_queue' =>
array (
'name' => '_process_queue',
'static' => true,
'visibility' => 'public',
'line' => 204,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'is_open' =>
array (
'name' => 'is_open',
'static' => true,
'visibility' => 'public',
'line' => 258,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'get_current' =>
array (
'name' => 'get_current',
'static' => true,
'visibility' => 'public',
'line' => 266,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'close' =>
array (
'name' => 'close',
'static' => true,
'visibility' => 'public',
'line' => 274,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'apply_errors' =>
array (
'name' => 'apply_errors',
'static' => true,
'visibility' => 'public',
'line' => 284,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'alert' =>
array (
'name' => 'alert',
'static' => true,
'visibility' => 'public',
'line' => 301,
'params' =>
array (
0 => 'title_or_body',
1 => 'AssignmentPattern',
2 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'title_or_body',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'confirm' =>
array (
'name' => 'confirm',
'static' => true,
'visibility' => 'public',
'line' => 334,
'params' =>
array (
0 => 'title_or_body',
1 => 'AssignmentPattern',
2 => 'AssignmentPattern',
3 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'title_or_body',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
3 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'prompt' =>
array (
'name' => 'prompt',
'static' => true,
'visibility' => 'public',
'line' => 375,
'params' =>
array (
0 => 'title_or_body',
1 => 'AssignmentPattern',
2 => 'AssignmentPattern',
3 => 'AssignmentPattern',
4 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'title_or_body',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
2 =>
array (
'name' => 'AssignmentPattern',
),
3 =>
array (
'name' => 'AssignmentPattern',
),
4 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'error' =>
array (
'name' => 'error',
'static' => true,
'visibility' => 'public',
'line' => 667,
'params' =>
array (
0 => 'errors',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show' =>
array (
'name' => 'show',
'static' => true,
'visibility' => 'public',
'line' => 513,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'form' =>
array (
'name' => 'form',
'static' => true,
'visibility' => 'public',
'line' => 537,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'unclosable' =>
array (
'name' => 'unclosable',
'static' => true,
'visibility' => 'public',
'line' => 625,
'params' =>
array (
0 => 'title_or_body',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'title_or_body',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'custom' =>
array (
'name' => 'custom',
'static' => true,
'visibility' => 'public',
'line' => 652,
'params' =>
array (
0 => 'options',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'reopen_with_errors' =>
array (
'name' => 'reopen_with_errors',
'static' => true,
'visibility' => 'public',
'line' => 714,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'static_properties' =>
array (
'_queue' =>
array (
'name' => '_queue',
'static' => true,
'value' => 'array',
'decorators' =>
array (
),
),
'_current' =>
array (
'name' => '_current',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_initialized' =>
array (
'name' => '_initialized',
'static' => true,
'value' => false,
'decorators' =>
array (
),
),
'_backdrop' =>
array (
'name' => '_backdrop',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_original_body_overflow' =>
array (
'name' => '_original_body_overflow',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_original_body_padding' =>
array (
'name' => '_original_body_padding',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_unlock_timeout' =>
array (
'name' => '_unlock_timeout',
'static' => true,
'value' => NULL,
'decorators' =>
array (
),
),
'_last_close_timestamp' =>
array (
'name' => '_last_close_timestamp',
'static' => true,
'value' => 0,
'decorators' =>
array (
),
),
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/README.txt' =>
array (
'file' => 'rsx/theme/components/modal/README.txt',
'hash' => '896d27b4c1aebb39de6dd85c1405246ae8eb51bc',
'mtime' => 1762917216,
'size' => 5375,
'extension' => 'txt',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/modal_abstract.js' =>
array (
'file' => 'rsx/theme/components/modal/modal_abstract.js',
'hash' => '463cb0d9d119d112054585e9da757d47a412a61f',
'mtime' => 1762928359,
'size' => 4241,
'extension' => 'js',
'class' => 'Modal_Abstract',
'public_instance_methods' =>
array (
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/rsx_modal.jqhtml' =>
array (
'file' => 'rsx/theme/components/modal/rsx_modal.jqhtml',
'hash' => '7374723b4968cbd504723077da6444c22bf8a348',
'mtime' => 1762928353,
'size' => 1334,
'extension' => 'jqhtml',
'template_name' => 'Rsx_Modal',
'id' => 'Rsx_Modal',
'type' => 'jqhtml_template',
'tag_name' => 'div',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'RsxModal',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/rsx_modal.js' =>
array (
'file' => 'rsx/theme/components/modal/rsx_modal.js',
'hash' => '94f379a74d41e69616173a45560f8ba7e00d3c2c',
'mtime' => 1762928359,
'size' => 11479,
'extension' => 'js',
'class' => 'Rsx_Modal',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 8,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_ready' =>
array (
'name' => 'on_ready',
'static' => false,
'visibility' => 'public',
'line' => 24,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'show' =>
array (
'name' => 'show',
'static' => false,
'visibility' => 'public',
'line' => 64,
'params' =>
array (
0 => 'options',
1 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'options',
),
1 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_set_body_content' =>
array (
'name' => '_set_body_content',
'static' => false,
'visibility' => 'public',
'line' => 128,
'params' =>
array (
0 => 'body',
1 => 'icon',
),
'parameters' =>
array (
0 =>
array (
'name' => 'body',
),
1 =>
array (
'name' => 'icon',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_set_buttons' =>
array (
'name' => '_set_buttons',
'static' => false,
'visibility' => 'public',
'line' => 164,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_apply_sizing' =>
array (
'name' => '_apply_sizing',
'static' => false,
'visibility' => 'public',
'line' => 209,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_fade_in' =>
array (
'name' => '_fade_in',
'static' => false,
'visibility' => 'public',
'line' => 263,
'params' =>
array (
0 => 'AssignmentPattern',
),
'parameters' =>
array (
0 =>
array (
'name' => 'AssignmentPattern',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'_focus_first_input' =>
array (
'name' => '_focus_first_input',
'static' => false,
'visibility' => 'public',
'line' => 307,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'close' =>
array (
'name' => 'close',
'static' => false,
'visibility' => 'public',
'line' => 324,
'params' =>
array (
0 => 'result',
),
'parameters' =>
array (
0 =>
array (
'name' => 'result',
),
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'apply_errors' =>
array (
'name' => 'apply_errors',
'static' => false,
'visibility' => 'public',
'line' => 352,
'params' =>
array (
0 => 'errors',
),
'parameters' =>
array (
0 =>
array (
'name' => 'errors',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/modal/rsx_modal.scss' =>
array (
'file' => 'rsx/theme/components/modal/rsx_modal.scss',
'hash' => '8a8754e7f7af19ff01b2244c534bda0713523a2b',
'mtime' => 1762933787,
'size' => 3968,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.rsx-modal',
2 => '.modal-backdrop',
),
'relative_path' => 'rsx/theme/components/modal/rsx_modal.scss',
'scope' => 'component',
'uses_bootstrap' => true,
'uses_fontawesome' => true,
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/breadcrumb.jqhtml' =>
array (
'file' => 'rsx/theme/components/page_elements/breadcrumb.jqhtml',
'hash' => 'a5589ece9317e288a16f08e1122b4d4f31b2ba71',
'mtime' => 1762928353,
'size' => 609,
'extension' => 'jqhtml',
'template_name' => 'Breadcrumb',
'id' => 'Breadcrumb',
'type' => 'jqhtml_template',
'tag_name' => 'nav',
'components' =>
array (
0 => 'Breadcrumb',
1 => 'Breadcrumb_Item',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'Breadcrumb',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/breadcrumb_item.jqhtml' =>
array (
'file' => 'rsx/theme/components/page_elements/breadcrumb_item.jqhtml',
'hash' => '2d84ce4b2671b635eabcc18c5362570c6aaf0507',
'mtime' => 1762928353,
'size' => 668,
'extension' => 'jqhtml',
'template_name' => 'Breadcrumb_Item',
'id' => 'Breadcrumb_Item',
'type' => 'jqhtml_template',
'tag_name' => 'li',
'components' =>
array (
0 => 'Breadcrumb_Item',
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'BreadcrumbItem',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/breadcrumb_item.js' =>
array (
'file' => 'rsx/theme/components/page_elements/breadcrumb_item.js',
'hash' => 'c267a6b933a50df29f56c362fe5e6df68ff2b8ef',
'mtime' => 1762928359,
'size' => 585,
'extension' => 'js',
'class' => 'Breadcrumb_Item',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/client_label.jqhtml' =>
array (
'file' => 'rsx/theme/components/page_elements/client_label.jqhtml',
'hash' => '3536d1daa6eaba11cd0d37407b7b7749a3b5d988',
'mtime' => 1762939089,
'size' => 644,
'extension' => 'jqhtml',
'template_name' => 'Client_Label',
'id' => 'Client_Label',
'type' => 'jqhtml_template',
'tag_name' => 'span',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ClientLabel',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/client_label.js' =>
array (
'file' => 'rsx/theme/components/page_elements/client_label.js',
'hash' => '0e23d58dd806f072d0c87d82f2ae8677419a764c',
'mtime' => 1762936515,
'size' => 1628,
'extension' => 'js',
'class' => 'Client_Label',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 34,
'params' =>
array (
0 => 'client_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'client_id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/client_label_link.jqhtml' =>
array (
'file' => 'rsx/theme/components/page_elements/client_label_link.jqhtml',
'hash' => '4b470ade6820bb0fadc2adc3411b04178543360a',
'mtime' => 1762938425,
'size' => 707,
'extension' => 'jqhtml',
'template_name' => 'Client_Label_Link',
'id' => 'Client_Label_Link',
'type' => 'jqhtml_template',
'tag_name' => 'a',
'components' =>
array (
),
'dependencies' =>
array (
),
'slots' =>
array (
),
'expected_class' => 'ClientLabelLink',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/components/page_elements/client_label_link.js' =>
array (
'file' => 'rsx/theme/components/page_elements/client_label_link.js',
'hash' => 'cf0e1d5665fc6f61b8aa0791f7e35d4dd8b6e201',
'mtime' => 1762928359,
'size' => 1943,
'extension' => 'js',
'class' => 'Client_Label_Link',
'extends' => 'Component',
'public_instance_methods' =>
array (
'on_create' =>
array (
'name' => 'on_create',
'static' => false,
'visibility' => 'public',
'line' => 2,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_load' =>
array (
'name' => 'on_load',
'static' => false,
'visibility' => 'public',
'line' => 12,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => true,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'on_render' =>
array (
'name' => 'on_render',
'static' => false,
'visibility' => 'public',
'line' => 29,
'params' =>
array (
),
'parameters' =>
array (
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
'val' =>
array (
'name' => 'val',
'static' => false,
'visibility' => 'public',
'line' => 44,
'params' =>
array (
0 => 'client_id',
),
'parameters' =>
array (
0 =>
array (
'name' => 'client_id',
),
),
'async' => false,
'generator' => false,
'kind' => 'method',
'decorators' =>
array (
),
'isDecoratorFunction' => false,
),
),
'public_static_methods' =>
array (
),
'static_properties' =>
array (
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/layout.scss' =>
array (
'file' => 'rsx/theme/layout.scss',
'hash' => '74fa01a8d1c282c68bb80ad7e6acd3a1b732a0c1',
'mtime' => 1762922663,
'size' => 526,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'selectors' =>
array (
0 => '.page-content',
),
'relative_path' => 'rsx/theme/layout.scss',
'scope' => 'general',
'css_variables' =>
array (
0 => 'constrained',
1 => 'constrained-wider',
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/quill/quill_cdn.css' =>
array (
'file' => 'rsx/theme/quill/quill_cdn.css',
'hash' => '2248dd3af52bda3b04416c56fe3bed835b3edf0a',
'mtime' => 1761638040,
'size' => 109,
'extension' => 'css',
'type' => 'stylesheet',
'format' => 'css',
'imports' =>
array (
0 => 'https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.snow.css',
),
'relative_path' => 'rsx/theme/quill/quill_cdn.css',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'rsx/theme/quill/quill_cdn.js' =>
array (
'file' => 'rsx/theme/quill/quill_cdn.js',
'hash' => 'c6822d58951b23079a447151792eeef855c8a1e1',
'mtime' => 1762928359,
'size' => 413,
'extension' => 'js',
'global_function_names' =>
array (
0 => 'quill_ready',
),
'global_functions_with_decorators' =>
array (
'quill_ready' =>
array (
'decorators' =>
array (
),
'line' => 11,
),
),
'code_quality_metadata' =>
array (
),
),
'rsx/theme/quill_bundle.php' =>
array (
'file' => 'rsx/theme/quill_bundle.php',
'hash' => '8778e97ada53a95053b09f108af4e94246a2f1be',
'mtime' => 1761638029,
'size' => 681,
'extension' => 'php',
'class' => 'Quill_Bundle',
'namespace' => 'Rsx\\Theme',
'fqcn' => 'Rsx\\Theme\\Quill_Bundle',
'extends' => 'Rsx_Bundle_Abstract',
'code_quality_metadata' =>
array (
),
'abstract' => false,
'extends_fqcn' => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
'public_static_methods' =>
array (
'define' =>
array (
'name' => 'define',
'static' => true,
'visibility' => 'public',
'line' => 20,
),
),
'public_instance_methods' =>
array (
),
),
'rsx/theme/variables.scss' =>
array (
'file' => 'rsx/theme/variables.scss',
'hash' => 'cd3f1d62fc9e6b608e1397cdfc9b9b8bc30d74db',
'mtime' => 1762929263,
'size' => 3866,
'extension' => 'scss',
'type' => 'stylesheet',
'format' => 'scss',
'variables' =>
array (
0 => 'primary-color',
1 => 'secondary-color',
2 => 'success-color',
3 => 'warning-color',
4 => 'danger-color',
5 => 'info-color',
6 => 'primary',
7 => 'secondary',
8 => 'success',
9 => 'warning',
10 => 'danger',
11 => 'info',
12 => 'gradient-end-color',
13 => 'primary-gradient',
14 => 'white',
15 => 'black',
16 => 'gray-100',
17 => 'gray-200',
18 => 'gray-300',
19 => 'gray-400',
20 => 'gray-500',
21 => 'gray-600',
22 => 'gray-700',
23 => 'gray-800',
24 => 'gray-900',
25 => 'font-family-base',
26 => 'font-family-mono',
27 => 'font-size-base',
28 => 'font-size-sm',
29 => 'font-size-lg',
30 => 'font-size-xl',
31 => 'font-size-2xl',
32 => 'font-size-3xl',
33 => 'font-weight-light',
34 => 'font-weight-normal',
35 => 'font-weight-medium',
36 => 'font-weight-semibold',
37 => 'font-weight-bold',
38 => 'line-height-base',
39 => 'line-height-tight',
40 => 'line-height-loose',
41 => 'spacing-xs',
42 => 'spacing-sm',
43 => 'spacing-md',
44 => 'spacing-lg',
45 => 'spacing-xl',
46 => 'spacing-2xl',
47 => 'spacing-3xl',
48 => 'border-radius-sm',
49 => 'border-radius-md',
50 => 'border-radius-lg',
51 => 'border-radius-xl',
52 => 'border-radius-full',
53 => 'border-width',
54 => 'border-color',
55 => 'shadow-sm',
56 => 'shadow-md',
57 => 'shadow-lg',
58 => 'shadow-xl',
59 => 'shadow-2xl',
60 => 'z-index-dropdown',
61 => 'z-index-sticky',
62 => 'z-index-fixed',
63 => 'z-index-modal-backdrop',
64 => 'z-index-modal',
65 => 'z-index-popover',
66 => 'z-index-tooltip',
67 => 'breakpoint-sm',
68 => 'breakpoint-md',
69 => 'breakpoint-lg',
70 => 'breakpoint-xl',
71 => 'breakpoint-2xl',
72 => 'container-max-width',
73 => 'container-padding',
74 => 'card-bg',
75 => 'card-border-radius',
76 => 'card-shadow',
77 => 'card-padding',
78 => 'button-padding-x',
79 => 'button-padding-y',
80 => 'button-border-radius',
81 => 'button-font-weight',
82 => 'input-padding-x',
83 => 'input-padding-y',
84 => 'input-border-radius',
85 => 'input-border-color',
86 => 'input-focus-border-color',
87 => 'transition-base',
88 => 'transition-fast',
89 => 'transition-slow',
90 => 'text-color',
),
'mixins' =>
array (
0 => 'button-variant',
1 => 'card',
2 => 'truncate',
),
'relative_path' => 'rsx/theme/variables.scss',
'scope' => 'general',
'code_quality_metadata' =>
array (
),
),
'storage/rsx-build/js-model-stubs/client-department-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/client-department-model.js',
'hash' => 'e66aeb7baf6b06f88eff4cf087227a2af39e2767',
'mtime' => 1762975728,
'size' => 2124,
'extension' => 'js',
'class' => 'Client_Department_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/client_department_model.php',
),
'storage/rsx-build/js-model-stubs/client-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/client-model.js',
'hash' => '35e069eacbbcee03645b11a1660cc8a3424e949a',
'mtime' => 1762975728,
'size' => 5636,
'extension' => 'js',
'class' => 'Client_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/client_model.php',
),
'storage/rsx-build/js-model-stubs/contact-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/contact-model.js',
'hash' => '7d5020a5ebc4c7281748dc359b7a1011b271b349',
'mtime' => 1762975728,
'size' => 6251,
'extension' => 'js',
'class' => 'Contact_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/contact_model.php',
),
'storage/rsx-build/js-model-stubs/country-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/country-model.js',
'hash' => 'da247ec18c694e4996ea7b0834e72ed1c9bcf857',
'mtime' => 1762975728,
'size' => 225,
'extension' => 'js',
'class' => 'Country_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/Country_Model.php',
),
'storage/rsx-build/js-model-stubs/demo-product-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/demo-product-model.js',
'hash' => '974cbb21f4fd47f342c40ecb3ff59d5738835535',
'mtime' => 1762975728,
'size' => 4784,
'extension' => 'js',
'class' => 'Demo_Product_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/demo_product_model.php',
),
'storage/rsx-build/js-model-stubs/file-attachment-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/file-attachment-model.js',
'hash' => '73839b9e0b74b8d4264f8adbe250328882ee79b9',
'mtime' => 1762975728,
'size' => 5523,
'extension' => 'js',
'class' => 'File_Attachment_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Files/File_Attachment_Model.php',
),
'storage/rsx-build/js-model-stubs/file-storage-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/file-storage-model.js',
'hash' => 'f6de3b9f009a3729f5b31bc2f6d809a6c6db1068',
'mtime' => 1762975728,
'size' => 240,
'extension' => 'js',
'class' => 'File_Storage_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Files/File_Storage_Model.php',
),
'storage/rsx-build/js-model-stubs/file-thumbnail-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/file-thumbnail-model.js',
'hash' => 'b87520a46f9331f7b632b0d6dc62e700f1a83de0',
'mtime' => 1762975728,
'size' => 246,
'extension' => 'js',
'class' => 'File_Thumbnail_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Files/File_Thumbnail_Model.php',
),
'storage/rsx-build/js-model-stubs/login-user-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/login-user-model.js',
'hash' => 'be12a87fe33d8e534a5feaaae57619a4e48bd2ba',
'mtime' => 1762975728,
'size' => 6736,
'extension' => 'js',
'class' => 'Login_User_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/Login_User_Model.php',
),
'storage/rsx-build/js-model-stubs/project-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/project-model.js',
'hash' => '6c2bea143217fffb4d45e683b8a8ba304007182a',
'mtime' => 1762975728,
'size' => 8762,
'extension' => 'js',
'class' => 'Project_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/project_model.php',
),
'storage/rsx-build/js-model-stubs/region-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/region-model.js',
'hash' => '2d3db434d2f80e5f9975b15ee66c2f56d7de3502',
'mtime' => 1762975728,
'size' => 222,
'extension' => 'js',
'class' => 'Region_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/Region_Model.php',
),
'storage/rsx-build/js-model-stubs/search-index-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/search-index-model.js',
'hash' => '900eb9f714cb3d607420b198b65178f4649ab5c6',
'mtime' => 1762975728,
'size' => 861,
'extension' => 'js',
'class' => 'Search_Index_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Search/Search_Index_Model.php',
),
'storage/rsx-build/js-model-stubs/site-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/site-model.js',
'hash' => '531a6e8ec506aa76993cc2dcd19e54c7c271e1e3',
'mtime' => 1762975728,
'size' => 1418,
'extension' => 'js',
'class' => 'Site_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/Site_Model.php',
),
'storage/rsx-build/js-model-stubs/task-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/task-model.js',
'hash' => 'fcb2c8670473c96abc89ca534f4cd8a3251b6c15',
'mtime' => 1762975728,
'size' => 7366,
'extension' => 'js',
'class' => 'Task_Model',
'is_model_stub' => true,
'source_model' => 'rsx/models/task_model.php',
),
'storage/rsx-build/js-model-stubs/user-invite-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/user-invite-model.js',
'hash' => '776a5caa58e0f6c262788cb8cef7edd8745aef84',
'mtime' => 1762975728,
'size' => 1456,
'extension' => 'js',
'class' => 'User_Invite_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/User_Invite_Model.php',
),
'storage/rsx-build/js-model-stubs/user-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/user-model.js',
'hash' => '2d853a73f0da0fbbb2b82595303dbc313a87b0be',
'mtime' => 1762975728,
'size' => 6820,
'extension' => 'js',
'class' => 'User_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/User_Model.php',
),
'storage/rsx-build/js-model-stubs/user-profile-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/user-profile-model.js',
'hash' => 'cfa729d601dbe039d7db1aa3d43abd0eeec60e3e',
'mtime' => 1762975728,
'size' => 846,
'extension' => 'js',
'class' => 'User_Profile_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/User_Profile_Model.php',
),
'storage/rsx-build/js-model-stubs/user-verification-model.js' =>
array (
'file' => 'storage/rsx-build/js-model-stubs/user-verification-model.js',
'hash' => '343080701f5d3bb4bace36cb50fbd6e1ebe44b54',
'mtime' => 1762975728,
'size' => 3340,
'extension' => 'js',
'class' => 'User_Verification_Model',
'is_model_stub' => true,
'source_model' => 'app/RSpade/Core/Models/User_Verification_Model.php',
),
'storage/rsx-build/js-stubs/Accept_Invite_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Accept_Invite_Controller.js',
'hash' => '638e1d7e903ed4570e29f7fe2f1b51ebc63b51fb',
'mtime' => 1762975728,
'size' => 586,
'extension' => 'js',
'class' => 'Accept_Invite_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/login/accept_invite_controller.php',
),
'storage/rsx-build/js-stubs/Debugger_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Debugger_Controller.js',
'hash' => '11d8a0981af9348ee631cdb25aef7d107c629f9d',
'mtime' => 1762975728,
'size' => 1047,
'extension' => 'js',
'class' => 'Debugger_Controller',
'is_stub' => true,
'source_controller' => 'app/RSpade/Core/Debug/Debugger_Controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Clients_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Clients_Controller.js',
'hash' => 'e6d25a2eb1c8185221798d32c4b53d14f52bb173',
'mtime' => 1762975728,
'size' => 1818,
'extension' => 'js',
'class' => 'Frontend_Clients_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/clients/frontend_clients_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Contacts_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Contacts_Controller.js',
'hash' => '5219eccd4ab247afbf3b4aaf9e959dc47595ec9e',
'mtime' => 1762975728,
'size' => 1876,
'extension' => 'js',
'class' => 'Frontend_Contacts_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/contacts/frontend_contacts_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Projects_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Projects_Controller.js',
'hash' => '7e2207515f2f8d07d6b96e7c45c15358a72326dc',
'mtime' => 1762975728,
'size' => 1037,
'extension' => 'js',
'class' => 'Frontend_Projects_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/projects/frontend_projects_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_Api_Keys_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_Api_Keys_Controller.js',
'hash' => 'ffabf5132a3c7505894d7c525fa021f5be1215d0',
'mtime' => 1762975728,
'size' => 1107,
'extension' => 'js',
'class' => 'Frontend_Settings_Api_Keys_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_Password_Security_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_Password_Security_Controller.js',
'hash' => 'a16e3693c35ae5c26dfd88c7cc02809042a584f4',
'mtime' => 1762975728,
'size' => 1272,
'extension' => 'js',
'class' => 'Frontend_Settings_Password_Security_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_Profile_Edit_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_Profile_Edit_Controller.js',
'hash' => '272ca82231aad9232dfaddb46723ab5c75154b8b',
'mtime' => 1762975728,
'size' => 718,
'extension' => 'js',
'class' => 'Frontend_Settings_Profile_Edit_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_Site_Settings_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_Site_Settings_Controller.js',
'hash' => '0c1f95c9396a37593a84b906b31eee8ad13fa632',
'mtime' => 1762975728,
'size' => 694,
'extension' => 'js',
'class' => 'Frontend_Settings_Site_Settings_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_User_Management_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_User_Management_Controller.js',
'hash' => '2a7db4e93cf601a3823700cbdfb0cf9986dd48e5',
'mtime' => 1762975728,
'size' => 2695,
'extension' => 'js',
'class' => 'Frontend_Settings_User_Management_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_controller.php',
),
'storage/rsx-build/js-stubs/Frontend_Settings_User_Settings_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Frontend_Settings_User_Settings_Controller.js',
'hash' => '9ec91fe1f3f11ed57477a8c379e3ec3764946579',
'mtime' => 1762975728,
'size' => 694,
'extension' => 'js',
'class' => 'Frontend_Settings_User_Settings_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings_controller.php',
),
'storage/rsx-build/js-stubs/Rsx_Formdata_Generator_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Rsx_Formdata_Generator_Controller.js',
'hash' => '81f77480bb4277e94dc4018a3b70a5721ce7e4fc',
'mtime' => 1762975728,
'size' => 4835,
'extension' => 'js',
'class' => 'Rsx_Formdata_Generator_Controller',
'is_stub' => true,
'source_controller' => 'app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
),
'storage/rsx-build/js-stubs/Rsx_Reference_Data_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Rsx_Reference_Data_Controller.js',
'hash' => 'd61d43af567347ac6543693d3f8d2f2f7d7e69a3',
'mtime' => 1762975728,
'size' => 1032,
'extension' => 'js',
'class' => 'Rsx_Reference_Data_Controller',
'is_stub' => true,
'source_controller' => 'app/RSpade/Core/Data/Rsx_Reference_Data_Controller.php',
),
'storage/rsx-build/js-stubs/Signup_Controller.js' =>
array (
'file' => 'storage/rsx-build/js-stubs/Signup_Controller.js',
'hash' => 'cd6feadb73175ada786b6e02e7b04c4289c2ac99',
'mtime' => 1762975728,
'size' => 544,
'extension' => 'js',
'class' => 'Signup_Controller',
'is_stub' => true,
'source_controller' => 'rsx/app/login/signup/signup_controller.php',
),
),
'autoloader_class_map' =>
array (
'Bootstrap5_Bundle' =>
array (
0 => 'App\\RSpade\\Bundles\\Bootstrap5_Bundle',
),
'Jquery_Bundle' =>
array (
0 => 'App\\RSpade\\Bundles\\Jquery_Bundle',
),
'Lodash_Bundle' =>
array (
0 => 'App\\RSpade\\Bundles\\Lodash_Bundle',
),
'Tom_Select_Bundle' =>
array (
0 => 'App\\RSpade\\Bundles\\Tom_Select_Bundle',
),
'CodeQualityChecker' =>
array (
0 => 'App\\RSpade\\CodeQuality\\CodeQualityChecker',
),
'CodeQuality_Violation' =>
array (
0 => 'App\\RSpade\\CodeQuality\\CodeQuality_Violation',
),
'ScssContextParser' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Parsers\\ScssContextParser',
),
'BladeExtends_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\BladeExtends_CodeQualityRule',
),
'BladeFqcnUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\BladeFqcnUsage_CodeQualityRule',
),
'InlineEventHandler_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\InlineEventHandler_CodeQualityRule',
),
'InlineScript_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\InlineScript_CodeQualityRule',
),
'LayoutLocalAssets_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\LayoutLocalAssets_CodeQualityRule',
),
'UnbalancedTags_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Blade\\UnbalancedTags_CodeQualityRule',
),
'CodeQualityRule_Abstract' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\CodeQualityRule_Abstract',
),
'AbstractClassNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\AbstractClassNaming_CodeQualityRule',
),
'Assignment_Comparison_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\Assignment_Comparison_CodeQualityRule',
),
'CommandOrganization_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\CommandOrganization_CodeQualityRule',
),
'DuplicateCaseFiles_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\DuplicateCaseFiles_CodeQualityRule',
),
'FilenameCase_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameCase_CodeQualityRule',
),
'FilenameEnhanced_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameEnhanced_CodeQualityRule',
),
'FilenameSpaces_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\FilenameSpaces_CodeQualityRule',
),
'HardcodedInternalUrl_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\HardcodedInternalUrl_CodeQualityRule',
),
'ManifestModulePriority_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\ManifestModulePriority_CodeQualityRule',
),
'OldFiles_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\OldFiles_CodeQualityRule',
),
'PackageJson_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\PackageJson_CodeQualityRule',
),
'RedundantIndexAction_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RedundantIndexAction_CodeQualityRule',
),
'ResourceDirectory_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\ResourceDirectory_CodeQualityRule',
),
'RootFiles_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RootFiles_CodeQualityRule',
),
'RouteExists_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RouteExists_CodeQualityRule',
),
'RouteSyntax_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RouteSyntax_CodeQualityRule',
),
'RsxCommandsDeprecated_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RsxCommandsDeprecated_CodeQualityRule',
),
'RsxTestFiles_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\RsxTestFiles_CodeQualityRule',
),
'SubclassNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\SubclassNaming_CodeQualityRule',
),
'TempFiles_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Common\\TempFiles_CodeQualityRule',
),
'BundleIncludePath_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\BundleIncludePath_CodeQualityRule',
),
'BundleLocation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\BundleLocation_CodeQualityRule',
),
'FilenameRedundantPrefix_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\FilenameRedundantPrefix_CodeQualityRule',
),
'LayoutLocation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\LayoutLocation_CodeQualityRule',
),
'OneBundlePerModule_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Convention\\OneBundlePerModule_CodeQualityRule',
),
'AjaxReturnValue_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\AjaxReturnValue_CodeQualityRule',
),
'DecoratorUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorUsage_CodeQualityRule',
),
'DefensiveCoding_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DefensiveCoding_CodeQualityRule',
),
'DirectAjaxApi_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DirectAjaxApi_CodeQualityRule',
),
'DocumentReady_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DocumentReady_CodeQualityRule',
),
'DomMethod_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DomMethod_CodeQualityRule',
),
'FrameworkInitialization_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\FrameworkInitialization_CodeQualityRule',
),
'InitializationPattern_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\InitializationPattern_CodeQualityRule',
),
'JQueryLengthCheck_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryLengthCheck_CodeQualityRule',
),
'JQuerySubmitUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQuerySubmitUsage_CodeQualityRule',
),
'JQueryUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryUsage_CodeQualityRule',
),
'JQueryVariableNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVariableNaming_CodeQualityRule',
),
'JQueryVisibilityCheck_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVisibilityCheck_CodeQualityRule',
),
'JqhtmlComponentImplementation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlComponentImplementation_CodeQualityRule',
),
'JqhtmlDataInCreate_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlDataInCreate_CodeQualityRule',
),
'JqhtmlOnLoadData_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadData_CodeQualityRule',
),
'JqhtmlOnLoadDom_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadDom_CodeQualityRule',
),
'JqhtmlRenderOverride_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlRenderOverride_CodeQualityRule',
),
'JsFallbackLegacy_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsFallbackLegacy_CodeQualityRule',
),
'JsLegacyFunction_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsLegacyFunction_CodeQualityRule',
),
'JsRspadeInternalMethod_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JsRspadeInternalMethod_CodeQualityRule',
),
'LifecycleMethodsStatic_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\LifecycleMethodsStatic_CodeQualityRule',
),
'NativeFunction_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NativeFunction_CodeQualityRule',
),
'NoControllerSuffix_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NoControllerSuffix_CodeQualityRule',
),
'NoPageLoadAnimation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\NoPageLoadAnimation_CodeQualityRule',
),
'ThisUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\ThisUsage_CodeQualityRule',
),
'TypeofCheck_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\TypeofCheck_CodeQualityRule',
),
'VarUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\VarUsage_CodeQualityRule',
),
'WindowAssignment_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\WindowAssignment_CodeQualityRule',
),
'JqhtmlComponentNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlComponentNaming_CodeQualityRule',
),
'JqhtmlEventPreventDefault_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlEventPreventDefault_CodeQualityRule',
),
'JqhtmlInlineScript_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlInlineScript_CodeQualityRule',
),
'JqhtmlRedundantClass_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlRedundantClass_CodeQualityRule',
),
'FilenameClassMatch_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\FilenameClassMatch_CodeQualityRule',
),
'InstanceMethods_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\InstanceMethods_CodeQualityRule',
),
'Monoprogenic_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\Monoprogenic_CodeQualityRule',
),
'RsxControllerInheritance_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Manifest\\RsxControllerInheritance_CodeQualityRule',
),
'Code_Quality_Meta_Inheritance_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Meta\\Code_Quality_Meta_Inheritance_CodeQualityRule',
),
'ModelBannedRelations_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelBannedRelations_CodeQualityRule',
),
'ModelColumnMethodConflict_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelColumnMethodConflict_CodeQualityRule',
),
'ModelEnumColumns_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnumColumns_CodeQualityRule',
),
'ModelEnums_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnums_CodeQualityRule',
),
'ModelExtends_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelExtends_CodeQualityRule',
),
'ModelFetchMethod_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchMethod_CodeQualityRule',
),
'ModelRelations_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelRelations_CodeQualityRule',
),
'ModelTable_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelTable_CodeQualityRule',
),
'NoLaravelEnums_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Models\\NoLaravelEnums_CodeQualityRule',
),
'ClassExists_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ClassExists_CodeQualityRule',
),
'ControllerRouteStatic_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ControllerRouteStatic_CodeQualityRule',
),
'DbTableUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\DbTableUsage_CodeQualityRule',
),
'ExecUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ExecUsage_CodeQualityRule',
),
'FunctionExists_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\FunctionExists_CodeQualityRule',
),
'GenericSuffix_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\GenericSuffix_CodeQualityRule',
),
'HardcodedUrlInRedirect_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\HardcodedUrlInRedirect_CodeQualityRule',
),
'LaravelDateCalculation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelDateCalculation_CodeQualityRule',
),
'LaravelSession_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelSession_CodeQualityRule',
),
'MassAssignment_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\MassAssignment_CodeQualityRule',
),
'NamingConvention_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\NamingConvention_CodeQualityRule',
),
'NoImplements_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\NoImplements_CodeQualityRule',
),
'PhpFallbackLegacy_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFallbackLegacy_CodeQualityRule',
),
'PhpFileStructure_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFileStructure_CodeQualityRule',
),
'PhpLegacyFunction_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpLegacyFunction_CodeQualityRule',
),
'ProcOpenStreamTruncation_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ProcOpenStreamTruncation_CodeQualityRule',
),
'RealpathUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RealpathUsage_CodeQualityRule',
),
'ReflectionAttributes_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionAttributes_CodeQualityRule',
),
'ReflectionGetParent_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionGetParent_CodeQualityRule',
),
'ReflectionIsAbstract_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\ReflectionIsAbstract_CodeQualityRule',
),
'RequireParentCall_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireParentCall_CodeQualityRule',
),
'RequireStaticProperty_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RequireStaticProperty_CodeQualityRule',
),
'RspadeInternalMethod_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadeInternalMethod_CodeQualityRule',
),
'RspadePrivateNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePrivateNaming_CodeQualityRule',
),
'RspadePublicNaming_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RspadePublicNaming_CodeQualityRule',
),
'RsxFqcnUsage_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\RsxFqcnUsage_CodeQualityRule',
),
'StreamBlockingMode_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\StreamBlockingMode_CodeQualityRule',
),
'SubclassCheck_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\SubclassCheck_CodeQualityRule',
),
'UnusedRsxUseStatement_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\PHP\\UnusedRsxUseStatement_CodeQualityRule',
),
'PhpSanityCheck_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\SanityChecks\\PhpSanityCheck_CodeQualityRule',
),
'NoAnimations_CodeQualityRule' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Rules\\Scss\\NoAnimations_CodeQualityRule',
),
'BundleErrors' =>
array (
0 => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\BundleErrors',
),
'ManifestErrors' =>
array (
0 => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\ManifestErrors',
),
'ViewErrors' =>
array (
0 => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\ViewErrors',
),
'YoureDoingItWrongException' =>
array (
0 => 'App\\RSpade\\CodeQuality\\RuntimeChecks\\YoureDoingItWrongException',
),
'CacheManager' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Support\\CacheManager',
),
'FileSanitizer' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Support\\FileSanitizer',
),
'InitializationSuggestions' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Support\\InitializationSuggestions',
),
'RuleDiscovery' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Support\\RuleDiscovery',
),
'ViolationCollector' =>
array (
0 => 'App\\RSpade\\CodeQuality\\Support\\ViolationCollector',
),
'API' =>
array (
0 => 'App\\RSpade\\Core\\API',
),
'Ajax' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Ajax',
),
'Ajax_Batch_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Ajax_Batch_Controller',
),
'AjaxAuthRequiredException' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxAuthRequiredException',
),
'AjaxFatalErrorException' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFatalErrorException',
),
'AjaxFormErrorException' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxFormErrorException',
),
'AjaxUnauthorizedException' =>
array (
0 => 'App\\RSpade\\Core\\Ajax\\Exceptions\\AjaxUnauthorizedException',
),
'RsxAuth' =>
array (
0 => 'App\\RSpade\\Core\\Auth\\RsxAuth',
),
'Autoloader' =>
array (
0 => 'App\\RSpade\\Core\\Autoloader',
),
'Main_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Base\\Main_Abstract',
),
'RsxBootstrap' =>
array (
0 => 'App\\RSpade\\Core\\Bootstrap\\RsxBootstrap',
),
'Build_Manager' =>
array (
0 => 'App\\RSpade\\Core\\Build_Manager',
),
'BundleCompiler' =>
array (
0 => 'App\\RSpade\\Core\\Bundle\\BundleCompiler',
),
'BundleIntegration_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Bundle\\BundleIntegration_Abstract',
),
'BundleProcessor_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Bundle\\BundleProcessor_Abstract',
),
'Core_Bundle' =>
array (
0 => 'App\\RSpade\\Core\\Bundle\\Core_Bundle',
),
'Rsx_Bundle_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Bundle\\Rsx_Bundle_Abstract',
),
'RsxCache' =>
array (
0 => 'App\\RSpade\\Core\\Cache\\RsxCache',
),
'StubProcessor' =>
array (
0 => 'App\\RSpade\\Core\\CodeTemplates\\StubProcessor',
),
'Controller_BundleIntegration' =>
array (
0 => 'App\\RSpade\\Core\\Controller\\Controller_BundleIntegration',
),
'Controller_Service_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Controller\\Controller_Service_Provider',
),
'Rsx_Controller_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Controller\\Rsx_Controller_Abstract',
),
'Rsx_Reference_Data_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Data\\Rsx_Reference_Data_Controller',
),
'Database_BundleIntegration' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Database_BundleIntegration',
),
'Database_Service_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Database_Service_Provider',
),
'MigrationPaths' =>
array (
0 => 'App\\RSpade\\Core\\Database\\MigrationPaths',
),
'MigrationValidator' =>
array (
0 => 'App\\RSpade\\Core\\Database\\MigrationValidator',
),
'ModelHelper' =>
array (
0 => 'App\\RSpade\\Core\\Database\\ModelHelper',
),
'Rsx_Model_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Model_Abstract',
),
'Rsx_Site_Model_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Models\\Rsx_Site_Model_Abstract',
),
'Rsx_System_Model_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Models\\Rsx_System_Model_Abstract',
),
'Query_MySqlGrammar' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Query\\Grammars\\Query_MySqlGrammar',
),
'Schema_MySqlGrammar' =>
array (
0 => 'App\\RSpade\\Core\\Database\\Schema\\Grammars\\Schema_MySqlGrammar',
),
'SeederPaths' =>
array (
0 => 'App\\RSpade\\Core\\Database\\SeederPaths',
),
'SqlQueryTransformer' =>
array (
0 => 'App\\RSpade\\Core\\Database\\SqlQueryTransformer',
),
'Debugger' =>
array (
0 => 'App\\RSpade\\Core\\Debug\\Debugger',
),
'Debugger_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Debug\\Debugger_Controller',
),
'Playwright_Exception_Handler' =>
array (
0 => 'App\\RSpade\\Core\\Debug\\Playwright_Exception_Handler',
),
'Rsx_Caller_Exception' =>
array (
0 => 'App\\RSpade\\Core\\Debug\\Rsx_Caller_Exception',
),
'Rsx_File_Exception' =>
array (
0 => 'App\\RSpade\\Core\\Debug\\Rsx_File_Exception',
),
'Ajax_Endpoint_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\Ajax_Endpoint_Controller',
),
'ApiHandler' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\ApiHandler',
),
'AssetHandler' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\AssetHandler',
),
'Dispatcher' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\Dispatcher',
),
'HandlerFactory' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\HandlerFactory',
),
'ResponseBuilder' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\ResponseBuilder',
),
'RouteResolver' =>
array (
0 => 'App\\RSpade\\Core\\Dispatch\\RouteResolver',
),
'Event_Registry' =>
array (
0 => 'App\\RSpade\\Core\\Events\\Event_Registry',
),
'Ajax_Exception_Handler' =>
array (
0 => 'App\\RSpade\\Core\\Exceptions\\Ajax_Exception_Handler',
),
'Cli_Exception_Handler' =>
array (
0 => 'App\\RSpade\\Core\\Exceptions\\Cli_Exception_Handler',
),
'Rsx_Exception_Handler' =>
array (
0 => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler',
),
'Rsx_Exception_Handler_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Exceptions\\Rsx_Exception_Handler_Abstract',
),
'ExtensionRegistry' =>
array (
0 => 'App\\RSpade\\Core\\ExtensionRegistry',
),
'File_Attachment_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Files\\File_Attachment_Controller',
),
'File_Attachment_Icons' =>
array (
0 => 'App\\RSpade\\Core\\Files\\File_Attachment_Icons',
),
'File_Attachment_Model' =>
array (
0 => 'App\\RSpade\\Core\\Files\\File_Attachment_Model',
),
'File_Storage_Model' =>
array (
0 => 'App\\RSpade\\Core\\Files\\File_Storage_Model',
),
'File_Thumbnail_Model' =>
array (
0 => 'App\\RSpade\\Core\\Files\\File_Thumbnail_Model',
),
'IntegrationRegistry' =>
array (
0 => 'App\\RSpade\\Core\\IntegrationRegistry',
),
'Integration_Service_Provider_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Integration_Service_Provider_Abstract',
),
'Js_Exception' =>
array (
0 => 'App\\RSpade\\Core\\JavaScript\\Js_Exception',
),
'Js_Parser' =>
array (
0 => 'App\\RSpade\\Core\\JavaScript\\Js_Parser',
),
'Js_Transformer' =>
array (
0 => 'App\\RSpade\\Core\\JavaScript\\Js_Transformer',
),
'ManifestKernel' =>
array (
0 => 'App\\RSpade\\Core\\Kernels\\ManifestKernel',
),
'RsxLocks' =>
array (
0 => 'App\\RSpade\\Core\\Locks\\RsxLocks',
),
'Manifest' =>
array (
0 => 'App\\RSpade\\Core\\Manifest\\Manifest',
),
'ManifestModule_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Manifest\\ManifestModule_Abstract',
),
'ManifestSupport_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Manifest\\ManifestSupport_Abstract',
),
'Blade_ManifestModule' =>
array (
0 => 'App\\RSpade\\Core\\Manifest\\Modules\\Blade_ManifestModule',
),
'Country_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\Country_Model',
),
'Ip_Address_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\Ip_Address_Model',
),
'Login_User_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\Login_User_Model',
),
'Region_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\Region_Model',
),
'Site_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\Site_Model',
),
'User_Invite_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\User_Invite_Model',
),
'User_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\User_Model',
),
'User_Profile_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\User_Profile_Model',
),
'User_Verification_Model' =>
array (
0 => 'App\\RSpade\\Core\\Models\\User_Verification_Model',
),
'Filename_Suggester' =>
array (
0 => 'App\\RSpade\\Core\\PHP\\Filename_Suggester',
),
'Php_Fixer' =>
array (
0 => 'App\\RSpade\\Core\\PHP\\Php_Fixer',
),
'Php_Parser' =>
array (
0 => 'App\\RSpade\\Core\\PHP\\Php_Parser',
),
'Permission_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Permission\\Permission_Abstract',
),
'Rsx_Bundle_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Bundle_Provider',
),
'Rsx_Dispatch_Bootstrapper_Handler' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Dispatch_Bootstrapper_Handler',
),
'Rsx_Framework_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Framework_Provider',
),
'Rsx_Migration_Notice_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Migration_Notice_Provider',
),
'Rsx_Preboot_Service' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Preboot_Service',
),
'Rsx_Restricted_Routing_Provider' =>
array (
0 => 'App\\RSpade\\Core\\Providers\\Rsx_Restricted_Routing_Provider',
),
'Auth_Required_Response' =>
array (
0 => 'App\\RSpade\\Core\\Response\\Auth_Required_Response',
),
'Fatal_Error_Response' =>
array (
0 => 'App\\RSpade\\Core\\Response\\Fatal_Error_Response',
),
'Form_Error_Response' =>
array (
0 => 'App\\RSpade\\Core\\Response\\Form_Error_Response',
),
'Rsx_Response_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Response\\Rsx_Response_Abstract',
),
'Unauthorized_Response' =>
array (
0 => 'App\\RSpade\\Core\\Response\\Unauthorized_Response',
),
'Rsx' =>
array (
0 => 'App\\RSpade\\Core\\Rsx',
),
'RsxReflection' =>
array (
0 => 'App\\RSpade\\Core\\RsxReflection',
),
'Search_Index_Model' =>
array (
0 => 'App\\RSpade\\Core\\Search\\Search_Index_Model',
),
'Rsx_Service_Abstract' =>
array (
0 => 'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract',
),
'Session' =>
array (
0 => 'App\\RSpade\\Core\\Session\\Session',
),
'Rsx_Storage_Helper' =>
array (
0 => 'App\\RSpade\\Core\\Storage\\Rsx_Storage_Helper',
),
'Task' =>
array (
0 => 'App\\RSpade\\Core\\Task\\Task',
),
'Rsx_Formdata_Generator_Controller' =>
array (
0 => 'App\\RSpade\\Core\\Testing\\Rsx_Formdata_Generator_Controller',
),
'LayoutChainValidator' =>
array (
0 => 'App\\RSpade\\Core\\Validation\\LayoutChainValidator',
),
'ViewValidator' =>
array (
0 => 'App\\RSpade\\Core\\Validation\\ViewValidator',
),
'PageData' =>
array (
0 => 'App\\RSpade\\Core\\View\\PageData',
),
'Jqhtml' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml',
),
'JqhtmlBladeCompiler' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlBladeCompiler',
),
'JqhtmlExceptionRenderer' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlExceptionRenderer',
),
'JqhtmlServiceProvider' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlServiceProvider',
),
'JqhtmlWebpackCompiler' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\JqhtmlWebpackCompiler',
),
'Jqhtml_Bundle' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Bundle',
),
'Jqhtml_BundleIntegration' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_BundleIntegration',
),
'Jqhtml_BundleProcessor' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_BundleProcessor',
),
'Jqhtml_ErrorPageRenderer' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ErrorPageRenderer',
),
'Jqhtml_Exception_ViewException' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Exception_ViewException',
),
'Jqhtml_ManifestModule' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ManifestModule',
),
'Jqhtml_ManifestSupport' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_ManifestSupport',
),
'Jqhtml_Service_Provider' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_Service_Provider',
),
'Jqhtml_View_Component' =>
array (
0 => 'App\\RSpade\\Integrations\\Jqhtml\\Jqhtml_View_Component',
),
'Scss_BundleProcessor' =>
array (
0 => 'App\\RSpade\\Integrations\\Scss\\Scss_BundleProcessor',
),
'Scss_ManifestModule' =>
array (
0 => 'App\\RSpade\\Integrations\\Scss\\Scss_ManifestModule',
),
'Model_ManifestSupport' =>
array (
0 => 'App\\RSpade\\Modules\\Model_ManifestSupport',
),
'Rsx_Test_Abstract' =>
array (
0 => 'App\\RSpade\\Testing\\Rsx_Test_Abstract',
),
'Backend_Bundle' =>
array (
0 => 'Rsx\\App\\Backend\\Backend_Bundle',
),
'Backend_Index_Controller' =>
array (
0 => 'Rsx\\App\\Backend\\Backend_Index_Controller',
),
'Dev_Attachments_Controller' =>
array (
0 => 'Rsx\\App\\Dev\\Attachments\\Dev_Attachments_Controller',
),
'Dev_Bundle' =>
array (
0 => 'Rsx\\App\\Dev\\Dev_Bundle',
),
'Dev_Index_Controller' =>
array (
0 => 'Rsx\\App\\Dev\\Dev_Index_Controller',
),
'Dev_Modals_Controller' =>
array (
0 => 'Rsx\\App\\Dev\\Modals\\Dev_Modals_Controller',
),
'Frontend_Account_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Account\\Frontend_Account_Controller',
),
'Frontend_Calendar_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Calendar\\Frontend_Calendar_Controller',
),
'Frontend_Calendar_Event_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Calendar\\Frontend_Calendar_Event_Controller',
),
'Frontend_Clients_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Clients\\Frontend_Clients_Controller',
),
'Clients_DataGrid' =>
array (
0 => 'Rsx\\App\\Frontend\\Clients\\Index\\Clients_DataGrid',
),
'Frontend_Contacts_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Contacts\\Frontend_Contacts_Controller',
),
'Contacts_DataGrid' =>
array (
0 => 'Rsx\\App\\Frontend\\Contacts\\Index\\Contacts_DataGrid',
),
'Frontend_Dashboard_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Dashboard\\Frontend_Dashboard_Controller',
),
'Frontend_Bundle' =>
array (
0 => 'Rsx\\App\\Frontend\\Frontend_Bundle',
),
'Frontend_Invoices_Add_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_Add_Controller',
),
'Frontend_Invoices_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_Controller',
),
'Frontend_Invoices_View_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Invoices\\Frontend_Invoices_View_Controller',
),
'Frontend_Projects_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Projects\\Frontend_Projects_Controller',
),
'Projects_DataGrid' =>
array (
0 => 'Rsx\\App\\Frontend\\Projects\\Index\\Projects_DataGrid',
),
'Frontend_Reports_Clients_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Clients_Controller',
),
'Frontend_Reports_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Controller',
),
'Frontend_Reports_Projects_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Projects_Controller',
),
'Frontend_Reports_Revenue_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Revenue_Controller',
),
'Frontend_Reports_Time_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Reports\\Frontend_Reports_Time_Controller',
),
'Frontend_Settings_Account_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Account\\Frontend_Settings_Account_Controller',
),
'Frontend_Settings_Api_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Api\\Frontend_Settings_Api_Controller',
),
'Frontend_Settings_Api_Keys_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\ApiKeys\\Frontend_Settings_Api_Keys_Controller',
),
'Frontend_Settings_Audit_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Audit\\Frontend_Settings_Audit_Controller',
),
'Frontend_Settings_Billing_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Billing\\Frontend_Settings_Billing_Controller',
),
'Frontend_Settings_General_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\General\\Frontend_Settings_General_Controller',
),
'Frontend_Settings_Import_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Import\\Frontend_Settings_Import_Controller',
),
'Frontend_Settings_Notifications_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Notifications\\Frontend_Settings_Notifications_Controller',
),
'Frontend_Settings_Password_Security_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\PasswordSecurity\\Frontend_Settings_Password_Security_Controller',
),
'Frontend_Settings_Profile_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Profile\\Frontend_Settings_Profile_Controller',
),
'Frontend_Settings_Profile_Display_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\ProfileDisplay\\Frontend_Settings_Profile_Display_Controller',
),
'Frontend_Settings_Profile_Edit_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\ProfileEdit\\Frontend_Settings_Profile_Edit_Controller',
),
'Frontend_Settings_Site_Settings_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\SiteSettings\\Frontend_Settings_Site_Settings_Controller',
),
'Frontend_Settings_Team_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Team\\Frontend_Settings_Team_Controller',
),
'Frontend_Settings_Templates_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\Templates\\Frontend_Settings_Templates_Controller',
),
'Frontend_Settings_User_Management_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\UserManagement\\Frontend_Settings_User_Management_Controller',
),
'Users_DataGrid' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\UserManagement\\Users_DataGrid',
),
'Frontend_Settings_User_Settings_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Settings\\UserSettings\\Frontend_Settings_User_Settings_Controller',
),
'Frontend_Tasks_Add_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_Add_Controller',
),
'Frontend_Tasks_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_Controller',
),
'Frontend_Tasks_View_Controller' =>
array (
0 => 'Rsx\\App\\Frontend\\Tasks\\Frontend_Tasks_View_Controller',
),
'Index_Controller' =>
array (
0 => 'Rsx\\App\\Index_Controller',
),
'Accept_Invite_Controller' =>
array (
0 => 'Rsx\\App\\Login\\Accept_Invite_Controller',
),
'Invite_Helper' =>
array (
0 => 'Rsx\\App\\Login\\Invite_Helper',
),
'Login_Bundle' =>
array (
0 => 'Rsx\\App\\Login\\Login_Bundle',
),
'Login_Controller' =>
array (
0 => 'Rsx\\App\\Login\\Login_Controller',
),
'Signup_Controller' =>
array (
0 => 'Rsx\\App\\Login\\Signup\\Signup_Controller',
),
'Site_Selection_Controller' =>
array (
0 => 'Rsx\\App\\Login\\Site_Selection_Controller',
),
'File_Upload_Handlers' =>
array (
0 => 'Rsx\\Handlers\\File_Upload_Handlers',
),
'Formatters' =>
array (
0 => 'Rsx\\Lib\\Formatters',
),
'Main' =>
array (
0 => 'Rsx\\Main',
),
'Client_Department_Model' =>
array (
0 => 'Rsx\\Models\\Client_Department_Model',
),
'Client_Model' =>
array (
0 => 'Rsx\\Models\\Client_Model',
),
'Contact_Model' =>
array (
0 => 'Rsx\\Models\\Contact_Model',
),
'Demo_Product_Model' =>
array (
0 => 'Rsx\\Models\\Demo_Product_Model',
),
'Project_Model' =>
array (
0 => 'Rsx\\Models\\Project_Model',
),
'Task_Model' =>
array (
0 => 'Rsx\\Models\\Task_Model',
),
'Permission' =>
array (
0 => 'Rsx\\Permission',
),
'Seeder_Service' =>
array (
0 => 'Rsx\\Services\\Seeder_Service',
),
'Service_Test_Service' =>
array (
0 => 'Rsx\\Services\\Service_Test_Service',
),
'Bootstrap5_Src_Bundle' =>
array (
0 => 'Rsx\\Theme\\Bootstrap5_Src_Bundle',
),
'DataGrid_Abstract' =>
array (
0 => 'Rsx\\Theme\\Components\\Datagrid\\DataGrid_Abstract',
),
'Quill_Bundle' =>
array (
0 => 'Rsx\\Theme\\Quill_Bundle',
),
'Make_Seeder_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Database\\Make_Seeder_Command',
),
'Query_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Database\\Query_Command',
),
'Check_Indexes_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Database\\Check_Indexes_Command',
),
'Seed_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Database\\Seed_Command',
),
'Seed_Geographic_Data_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Database\\Seed_Geographic_Data_Command',
),
'Framework_Pull_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Framework\\Framework_Pull_Command',
),
'Framework_Status_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Framework\\Framework_Status_Command',
),
'Make_Migration_With_Whitelist_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Make_Migration_With_Whitelist_Command',
),
'Migrate_Begin_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Begin_Command',
),
'Migrate_Check_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Check_Command',
),
'Migrate_Normalize_Schema_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Normalize_Schema_Command',
),
'Migrate_Rollback_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Rollback_Command',
),
'Migrate_Status_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Status_Command',
),
'Pending_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Pending_Command',
),
'Maint_Migrate' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Maint_Migrate',
),
'Migrate_Commit_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Migrate_Commit_Command',
),
'Document_Models_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Migrate\\Document_Models_Command',
),
'ClassReferenceScanner' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\Php\\ClassReferenceScanner',
),
'MethodReferenceScanner' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\Php\\MethodReferenceScanner',
),
'FileUpdater' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\Php\\FileUpdater',
),
'MethodUpdater' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\Php\\MethodUpdater',
),
'SortFunctions_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\SortFunctions_Command',
),
'RefactorPhpClass_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\RefactorPhpClass_Command',
),
'RenamePhpClassFunction_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Refactor\\RenamePhpClassFunction_Command',
),
'Cache_Clear_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Cache_Clear_Command',
),
'Config_Cache_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Config_Cache_Command',
),
'Event_Cache_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Event_Cache_Command',
),
'Fresh_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Fresh_Command',
),
'Notification_Table_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Notification_Table_Command',
),
'Optimize_Cache_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Optimize_Cache_Command',
),
'Refresh_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Refresh_Command',
),
'Restricted_Database_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Restricted_Database_Command',
),
'Route_Cache_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Route_Cache_Command',
),
'Session_Table_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Session_Table_Command',
),
'View_Cache_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\View_Cache_Command',
),
'Wipe_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Wipe_Command',
),
'Reset_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Restricted\\Reset_Command',
),
'Bundle_Show_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Bundle_Show_Command',
),
'Check_Consistency_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Check_Consistency_Command',
),
'Component_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Component_Create_Command',
),
'Console_Debug_List_Channels_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Console_Debug_List_Channels_Command',
),
'Install_Dependencies_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Install_Dependencies_Command',
),
'Log_Rotate_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Log_Rotate_Command',
),
'Man_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Man_Command',
),
'Manifest_Dump_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Manifest_Dump_Command',
),
'Manifest_Show_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Manifest_Show_Command',
),
'Manifest_Stats_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Manifest_Stats_Command',
),
'Route_Debug_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Route_Debug_Command',
),
'Rsx_Js_Compile_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Js_Compile_Command',
),
'Rsx_Js_Transform_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Js_Transform_Command',
),
'Rsx_Manifest_Schema_Dump_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Manifest_Schema_Dump_Command',
),
'Rsx_Routes_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Routes_Command',
),
'Rsx_Test_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Test_Command',
),
'Subfeature_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Subfeature_Create_Command',
),
'Ssr_Fpc_Reset_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Ssr_Fpc_Reset_Command',
),
'Ssr_Fpc_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Ssr_Fpc_Create_Command',
),
'Rsx_Check_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Rsx_Check_Command',
),
'Clean_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Clean_Command',
),
'Constants_Regenerate_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Constants_Regenerate_Command',
),
'Ajax_Debug_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Ajax_Debug_Command',
),
'Task_List_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Task_List_Command',
),
'Task_Run_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Task_Run_Command',
),
'Module_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Module_Create_Command',
),
'Module_Feature_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Module_Feature_Create_Command',
),
'Submodule_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Submodule_Create_Command',
),
'Submodule_Feature_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Submodule_Feature_Create_Command',
),
'Submodule_Subfeature_Create_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Submodule_Subfeature_Create_Command',
),
'Manifest_Build_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Manifest_Build_Command',
),
'Bundle_Compile_Command' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\Bundle_Compile_Command',
),
'RsxFileAttachCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileAttachCommand',
),
'RsxFileDeleteCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileDeleteCommand',
),
'RsxFileDetachCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileDetachCommand',
),
'RsxFileInfoCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileInfoCommand',
),
'RsxFileListCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileListCommand',
),
'RsxFileUploadCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxFileUploadCommand',
),
'RsxStorageCleanupCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxStorageCleanupCommand',
),
'RsxStorageInfoCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxStorageInfoCommand',
),
'RsxStorageStatsCommand' =>
array (
0 => 'App\\RSpade\\Commands\\Rsx\\RsxStorageStatsCommand',
),
'Ide_Helper_Controller' =>
array (
0 => 'App\\RSpade\\Ide\\Helper\\Ide_Helper_Controller',
),
'BooleanColumnTypeRule' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\Rules\\BooleanColumnTypeRule',
),
'IdColumnTypeRule' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\Rules\\IdColumnTypeRule',
),
'Schema_Rule_Abstract' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\Rules\\Schema_Rule_Abstract',
),
'SessionIdForeignKeyRule' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\Rules\\SessionIdForeignKeyRule',
),
'SchemaQualityChecker' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\SchemaQualityChecker',
),
'SchemaViolation' =>
array (
0 => 'App\\RSpade\\SchemaQuality\\SchemaViolation',
),
'RefactorLog' =>
array (
0 => 'App\\RSpade\\Upstream\\RefactorLog',
),
),
'php_fixer_hash' => '8cae6c9302b6273fa1ebfb7856f5b3d50cb2cdf5',
'js_classes' =>
array (
'Ajax' => 'app/RSpade/Core/Js/Ajax.js',
'Debugger' => 'app/RSpade/Core/Js/Debugger.js',
'Form_Utils' => 'app/RSpade/Core/Js/Form_Utils.js',
'Manifest' => 'app/RSpade/Core/Js/Manifest.js',
'ReadWriteLock' => 'app/RSpade/Core/Js/ReadWriteLock.js',
'Rsx' => 'app/RSpade/Core/Js/Rsx.js',
'Rsx_Behaviors' => 'app/RSpade/Core/Js/Rsx_Behaviors.js',
'Rsx_Cache' => 'app/RSpade/Core/Js/Rsx_Cache.js',
'Rsx_Init' => 'app/RSpade/Core/Js/Rsx_Init.js',
'Rsx_Jq_Helpers' => 'app/RSpade/Core/Js/Rsx_Jq_Helpers.js',
'Rsx_Js_Model' => 'app/RSpade/Core/Js/Rsx_Js_Model.js',
'Rsx_View_Transitions' => 'app/RSpade/Core/Js/Rsx_View_Transitions.js',
'Component' => 'app/RSpade/Integrations/Jqhtml/Component.js',
'Jqhtml_Integration' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Integration.js',
'Backend_Index' => 'rsx/app/backend/backend_index.js',
'Dev_Attachments' => 'rsx/app/dev/attachments/dev_attachments.js',
'Dev_Index' => 'rsx/app/dev/dev_index.js',
'Dev_Modals' => 'rsx/app/dev/modals/dev_modals.js',
'Test_Modal_Form' => 'rsx/app/dev/modals/test_modal_form.js',
'Frontend_Account' => 'rsx/app/frontend/account/frontend_account.js',
'Frontend_Calendar' => 'rsx/app/frontend/calendar/frontend_calendar.js',
'Frontend_Calendar_Event' => 'rsx/app/frontend/calendar/frontend_calendar_event.js',
'Frontend_Clients_Edit' => 'rsx/app/frontend/clients/edit/frontend_clients_edit.js',
'Frontend_Clients' => 'rsx/app/frontend/clients/frontend_clients.js',
'Clients_DataGrid' => 'rsx/app/frontend/clients/index/clients_datagrid.js',
'Frontend_Clients_View' => 'rsx/app/frontend/clients/view/frontend_clients_view.js',
'Data_Table' => 'rsx/app/frontend/contacts/_data_table_qq/Data_Table.js',
'Client_Selector_Input' => 'rsx/app/frontend/contacts/edit/form/client_selector_input.js',
'Frontend_Contacts_Edit' => 'rsx/app/frontend/contacts/edit/frontend_contacts_edit.js',
'Frontend_Contacts' => 'rsx/app/frontend/contacts/frontend_contacts.js',
'Contacts_DataGrid' => 'rsx/app/frontend/contacts/index/contacts_datagrid.js',
'Frontend_Contacts_View' => 'rsx/app/frontend/contacts/view/frontend_contacts_view.js',
'Frontend_Dashboard' => 'rsx/app/frontend/dashboard/frontend_dashboard.js',
'Frontend_Invoices' => 'rsx/app/frontend/invoices/frontend_invoices.js',
'Frontend_Invoices_Add' => 'rsx/app/frontend/invoices/frontend_invoices_add.js',
'Frontend_Invoices_View' => 'rsx/app/frontend/invoices/frontend_invoices_view.js',
'Frontend_Projects_Edit' => 'rsx/app/frontend/projects/edit/frontend_projects_edit.js',
'Frontend_Projects' => 'rsx/app/frontend/projects/frontend_projects.js',
'Frontend_Projects_Add' => 'rsx/app/frontend/projects/frontend_projects_add.js',
'Frontend_Projects_List' => 'rsx/app/frontend/projects/frontend_projects_list.js',
'Frontend_Projects_View' => 'rsx/app/frontend/projects/frontend_projects_view.js',
'Projects_DataGrid' => 'rsx/app/frontend/projects/index/projects_datagrid.js',
'Frontend_Reports' => 'rsx/app/frontend/reports/frontend_reports.js',
'Frontend_Reports_Clients' => 'rsx/app/frontend/reports/frontend_reports_clients.js',
'Frontend_Reports_Projects' => 'rsx/app/frontend/reports/frontend_reports_projects.js',
'Frontend_Reports_Revenue' => 'rsx/app/frontend/reports/frontend_reports_revenue.js',
'Frontend_Reports_Time' => 'rsx/app/frontend/reports/frontend_reports_time.js',
'Frontend_Settings_Api' => 'rsx/app/frontend/settings/api/frontend_settings_api.js',
'Frontend_Settings_Api_Keys' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys.js',
'Frontend_Settings_Audit' => 'rsx/app/frontend/settings/audit/frontend_settings_audit.js',
'Frontend_Settings_Billing' => 'rsx/app/frontend/settings/billing/frontend_settings_billing.js',
'Frontend_Settings' => 'rsx/app/frontend/settings/frontend_settings.js',
'Frontend_Settings_Import' => 'rsx/app/frontend/settings/import/frontend_settings_import.js',
'Frontend_Settings_Notifications' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications.js',
'Frontend_Settings_Password_Security' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security.js',
'Frontend_Settings_Profile_Display' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display.js',
'Frontend_Settings_Site_Settings' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings.js',
'Frontend_Settings_Team' => 'rsx/app/frontend/settings/team/frontend_settings_team.js',
'Frontend_Settings_Templates' => 'rsx/app/frontend/settings/templates/frontend_settings_templates.js',
'Add_User_Form' => 'rsx/app/frontend/settings/user_management/add_user_form.js',
'Add_User_Modal' => 'rsx/app/frontend/settings/user_management/add_user_modal.js',
'Edit_User_Modal' => 'rsx/app/frontend/settings/user_management/edit_user_modal.js',
'Frontend_Settings_User_Management' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management.js',
'Frontend_Settings_User_Management_View' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_view.js',
'Send_User_Invite_Modal' => 'rsx/app/frontend/settings/user_management/send_user_invite_modal.js',
'Users_DataGrid' => 'rsx/app/frontend/settings/user_management/users_datagrid.js',
'Frontend_Settings_User_Settings' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings.js',
'Frontend_Tasks' => 'rsx/app/frontend/tasks/frontend_tasks.js',
'Frontend_Tasks_Add' => 'rsx/app/frontend/tasks/frontend_tasks_add.js',
'Frontend_Tasks_View' => 'rsx/app/frontend/tasks/frontend_tasks_view.js',
'Accept_Invite_Index' => 'rsx/app/login/accept_invite_index.js',
'Login_Index' => 'rsx/app/login/login_index.js',
'Signup_Index' => 'rsx/app/login/signup/signup_index.js',
'Activity_Feed' => 'rsx/theme/components/_archived/unfinished/Activity_Feed.js',
'Actor_Reference' => 'rsx/theme/components/_archived/unfinished/Actor_Reference.js',
'Advanced_Search_Panel' => 'rsx/theme/components/_archived/unfinished/Advanced_Search_Panel.js',
'Alert_Banner' => 'rsx/theme/components/_archived/unfinished/Alert_Banner.js',
'Avatar' => 'rsx/theme/components/_archived/unfinished/Avatar.js',
'Blockquote' => 'rsx/theme/components/_archived/unfinished/Blockquote.js',
'Breadcrumbs' => 'rsx/theme/components/_archived/unfinished/Breadcrumbs.js',
'Bulk_Action_Bar' => 'rsx/theme/components/_archived/unfinished/Bulk_Action_Bar.js',
'Bulk_Selection' => 'rsx/theme/components/_archived/unfinished/Bulk_Selection.js',
'Calendar_Event' => 'rsx/theme/components/_archived/unfinished/Calendar_Event.js',
'Calendar_Grid' => 'rsx/theme/components/_archived/unfinished/Calendar_Grid.js',
'Card' => 'rsx/theme/components/_archived/unfinished/Card.js',
'Chart_Component' => 'rsx/theme/components/_archived/unfinished/Chart_Component.js',
'Checkbox' => 'rsx/theme/components/_archived/unfinished/Checkbox.js',
'Code_Block' => 'rsx/theme/components/_archived/unfinished/Code_Block.js',
'Column_Visibility_Toggle' => 'rsx/theme/components/_archived/unfinished/Column_Visibility_Toggle.js',
'Comment_Thread' => 'rsx/theme/components/_archived/unfinished/Comment_Thread.js',
'Date_Picker' => 'rsx/theme/components/_archived/unfinished/Date_Picker.js',
'Dropdown_Menu' => 'rsx/theme/components/_archived/unfinished/Dropdown_Menu.js',
'Empty_State' => 'rsx/theme/components/_archived/unfinished/Empty_State.js',
'Export_Button' => 'rsx/theme/components/_archived/unfinished/Export_Button.js',
'File_Upload' => 'rsx/theme/components/_archived/unfinished/File_Upload.js',
'Filter_Bar' => 'rsx/theme/components/_archived/unfinished/Filter_Bar.js',
'Form_Field_Group' => 'rsx/theme/components/_archived/unfinished/Form_Field_Group.js',
'Form_Validation_Message' => 'rsx/theme/components/_archived/unfinished/Form_Validation_Message.js',
'Gantt_Chart' => 'rsx/theme/components/_archived/unfinished/Gantt_Chart.js',
'Icon_With_Label' => 'rsx/theme/components/_archived/unfinished/Icon_With_Label.js',
'Icon_With_Text' => 'rsx/theme/components/_archived/unfinished/Icon_With_Text.js',
'Info_Box' => 'rsx/theme/components/_archived/unfinished/Info_Box.js',
'Inline_Edit_Field' => 'rsx/theme/components/_archived/unfinished/Inline_Edit_Field.js',
'Input' => 'rsx/theme/components/_archived/unfinished/Input.js',
'Input_With_Icon' => 'rsx/theme/components/_archived/unfinished/Input_With_Icon.js',
'Input_With_Validation' => 'rsx/theme/components/_archived/unfinished/Input_With_Validation.js',
'Kanban_Board' => 'rsx/theme/components/_archived/unfinished/Kanban_Board.js',
'List' => 'rsx/theme/components/_archived/unfinished/List.js',
'Loading_Skeleton' => 'rsx/theme/components/_archived/unfinished/Loading_Skeleton.js',
'Metric_Card' => 'rsx/theme/components/_archived/unfinished/Metric_Card.js',
'Mobile_Header' => 'rsx/theme/components/_archived/unfinished/Mobile_Header.js',
'Modal_Dialog' => 'rsx/theme/components/_archived/unfinished/Modal_Dialog.js',
'Multi_Select' => 'rsx/theme/components/_archived/unfinished/Multi_Select.js',
'Notification_Badge' => 'rsx/theme/components/_archived/unfinished/Notification_Badge.js',
'Notification_Dropdown' => 'rsx/theme/components/_archived/unfinished/Notification_Dropdown.js',
'Overdue_Indicator' => 'rsx/theme/components/_archived/unfinished/Overdue_Indicator.js',
'Page_Header' => 'rsx/theme/components/_archived/unfinished/Page_Header.js',
'Popover' => 'rsx/theme/components/_archived/unfinished/Popover.js',
'Progress_Bar' => 'rsx/theme/components/_archived/unfinished/Progress_Bar.js',
'Radio_Button' => 'rsx/theme/components/_archived/unfinished/Radio_Button.js',
'Rich_Text_Editor' => 'rsx/theme/components/_archived/unfinished/Rich_Text_Editor.js',
'Row_Action_Menu' => 'rsx/theme/components/_archived/unfinished/Row_Action_Menu.js',
'Sample_Datagrid_Component' => 'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.js',
'Search_Bar' => 'rsx/theme/components/_archived/unfinished/Search_Bar.js',
'Searchable_Select' => 'rsx/theme/components/_archived/unfinished/Searchable_Select.js',
'Select_Dropdown' => 'rsx/theme/components/_archived/unfinished/Select_Dropdown.js',
'Sidebar_Nav' => 'rsx/theme/components/_archived/unfinished/Sidebar_Nav.js',
'Sortable_Column_Header' => 'rsx/theme/components/_archived/unfinished/Sortable_Column_Header.js',
'Spinner' => 'rsx/theme/components/_archived/unfinished/Spinner.js',
'Stat_Card' => 'rsx/theme/components/_archived/unfinished/Stat_Card.js',
'Status_Badge' => 'rsx/theme/components/_archived/unfinished/Status_Badge.js',
'Tab_Content' => 'rsx/theme/components/_archived/unfinished/Tab_Content.js',
'Table' => 'rsx/theme/components/_archived/unfinished/Table.js',
'Table_Pagination' => 'rsx/theme/components/_archived/unfinished/Table_Pagination.js',
'Tabs' => 'rsx/theme/components/_archived/unfinished/Tabs.js',
'Tag' => 'rsx/theme/components/_archived/unfinished/Tag.js',
'Tag_Group' => 'rsx/theme/components/_archived/unfinished/Tag_Group.js',
'Textarea' => 'rsx/theme/components/_archived/unfinished/Textarea.js',
'Three_Column_Layout' => 'rsx/theme/components/_archived/unfinished/Three_Column_Layout.js',
'Time_Picker' => 'rsx/theme/components/_archived/unfinished/Time_Picker.js',
'Timeline' => 'rsx/theme/components/_archived/unfinished/Timeline.js',
'Timestamp_Display' => 'rsx/theme/components/_archived/unfinished/Timestamp_Display.js',
'Tooltip' => 'rsx/theme/components/_archived/unfinished/Tooltip.js',
'Top_Nav' => 'rsx/theme/components/_archived/unfinished/Top_Nav.js',
'Trend_Indicator' => 'rsx/theme/components/_archived/unfinished/Trend_Indicator.js',
'Two_Column_Layout' => 'rsx/theme/components/_archived/unfinished/Two_Column_Layout.js',
'User_Avatar_Dropdown' => 'rsx/theme/components/_archived/unfinished/User_Avatar_Dropdown.js',
'Button' => 'rsx/theme/components/_archived/unfinished/button.js',
'Button_Group' => 'rsx/theme/components/_archived/unfinished/button_group.js',
'Button_Primary' => 'rsx/theme/components/_archived/unfinished/button_primary.js',
'Button_Secondary' => 'rsx/theme/components/_archived/unfinished/button_secondary.js',
'Form_Actions_Component' => 'rsx/theme/components/_archived/unfinished/form_actions_component.js',
'Form_Group_Component' => 'rsx/theme/components/_archived/unfinished/form_group_component.js',
'Form_Row_Component' => 'rsx/theme/components/_archived/unfinished/form_row_component.js',
'Icon' => 'rsx/theme/components/_archived/unfinished/icon.js',
'Icon_Button' => 'rsx/theme/components/_archived/unfinished/icon_button.js',
'Link' => 'rsx/theme/components/_archived/unfinished/link.js',
'Page' => 'rsx/theme/components/_archived/unfinished/page.js',
'Page_Section' => 'rsx/theme/components/_archived/unfinished/page_section.js',
'Text_Display' => 'rsx/theme/components/_archived/unfinished/text_display.js',
'DataGrid_Abstract' => 'rsx/theme/components/datagrid/datagrid_abstract.js',
'Form_Field' => 'rsx/theme/components/forms/form_field.js',
'Form_Field_Abstract' => 'rsx/theme/components/forms/form_field_abstract.js',
'Form_Hidden_Field' => 'rsx/theme/components/forms/form_hidden_field.js',
'Pin_Verification_Form' => 'rsx/theme/components/forms/pin_verification_form.js',
'Rsx_Form' => 'rsx/theme/components/forms/rsx_form.js',
'Rsx_Tab' => 'rsx/theme/components/forms/rsx_tab.js',
'Rsx_Tabs' => 'rsx/theme/components/forms/rsx_tabs.js',
'Ajax_Select_Input' => 'rsx/theme/components/inputs/ajax_select_input.js',
'Checkbox_Input' => 'rsx/theme/components/inputs/checkbox_input.js',
'Country_Select_Input' => 'rsx/theme/components/inputs/country_select_input.js',
'Currency_Input' => 'rsx/theme/components/inputs/currency_input.js',
'Form_Input_Abstract' => 'rsx/theme/components/inputs/form_input_abstract.js',
'Phone_Text_Input' => 'rsx/theme/components/inputs/phone_text_input.js',
'Profile_Photo_Input' => 'rsx/theme/components/inputs/profile_photo_input.js',
'Select_Input' => 'rsx/theme/components/inputs/select_input.js',
'State_Select_Input' => 'rsx/theme/components/inputs/state_select_input.js',
'Text_Input' => 'rsx/theme/components/inputs/text_input.js',
'Wysiwyg_Input' => 'rsx/theme/components/inputs/wysiwyg_input.js',
'Modal' => 'rsx/theme/components/modal/Modal.js',
'Modal_Abstract' => 'rsx/theme/components/modal/modal_abstract.js',
'Rsx_Modal' => 'rsx/theme/components/modal/rsx_modal.js',
'Breadcrumb_Item' => 'rsx/theme/components/page_elements/breadcrumb_item.js',
'Client_Label' => 'rsx/theme/components/page_elements/client_label.js',
'Client_Label_Link' => 'rsx/theme/components/page_elements/client_label_link.js',
),
'js_subclass_index' =>
array (
'_Base_Jqhtml_Component' =>
array (
0 => 'Component',
1 => 'Test_Modal_Form',
2 => 'Clients_DataGrid',
3 => 'Data_Table',
4 => 'Client_Selector_Input',
5 => 'Contacts_DataGrid',
6 => 'Projects_DataGrid',
7 => 'Add_User_Form',
8 => 'Users_DataGrid',
9 => 'Activity_Feed',
10 => 'Actor_Reference',
11 => 'Advanced_Search_Panel',
12 => 'Alert_Banner',
13 => 'Avatar',
14 => 'Blockquote',
15 => 'Breadcrumbs',
16 => 'Bulk_Action_Bar',
17 => 'Bulk_Selection',
18 => 'Calendar_Event',
19 => 'Calendar_Grid',
20 => 'Card',
21 => 'Chart_Component',
22 => 'Checkbox',
23 => 'Code_Block',
24 => 'Column_Visibility_Toggle',
25 => 'Comment_Thread',
26 => 'Date_Picker',
27 => 'Dropdown_Menu',
28 => 'Empty_State',
29 => 'Export_Button',
30 => 'File_Upload',
31 => 'Filter_Bar',
32 => 'Form_Field_Group',
33 => 'Form_Validation_Message',
34 => 'Gantt_Chart',
35 => 'Icon_With_Label',
36 => 'Icon_With_Text',
37 => 'Info_Box',
38 => 'Inline_Edit_Field',
39 => 'Input',
40 => 'Input_With_Icon',
41 => 'Input_With_Validation',
42 => 'Kanban_Board',
43 => 'List',
44 => 'Loading_Skeleton',
45 => 'Metric_Card',
46 => 'Mobile_Header',
47 => 'Modal_Dialog',
48 => 'Multi_Select',
49 => 'Notification_Badge',
50 => 'Notification_Dropdown',
51 => 'Overdue_Indicator',
52 => 'Page_Header',
53 => 'Popover',
54 => 'Progress_Bar',
55 => 'Radio_Button',
56 => 'Rich_Text_Editor',
57 => 'Row_Action_Menu',
58 => 'Sample_Datagrid_Component',
59 => 'Search_Bar',
60 => 'Searchable_Select',
61 => 'Select_Dropdown',
62 => 'Sidebar_Nav',
63 => 'Sortable_Column_Header',
64 => 'Spinner',
65 => 'Stat_Card',
66 => 'Status_Badge',
67 => 'Tab_Content',
68 => 'Table',
69 => 'Table_Pagination',
70 => 'Tabs',
71 => 'Tag',
72 => 'Tag_Group',
73 => 'Textarea',
74 => 'Three_Column_Layout',
75 => 'Time_Picker',
76 => 'Timeline',
77 => 'Timestamp_Display',
78 => 'Tooltip',
79 => 'Top_Nav',
80 => 'Trend_Indicator',
81 => 'Two_Column_Layout',
82 => 'User_Avatar_Dropdown',
83 => 'Button',
84 => 'Button_Group',
85 => 'Button_Primary',
86 => 'Button_Secondary',
87 => 'Form_Actions_Component',
88 => 'Form_Group_Component',
89 => 'Form_Row_Component',
90 => 'Icon',
91 => 'Icon_Button',
92 => 'Link',
93 => 'Page',
94 => 'Page_Section',
95 => 'Text_Display',
96 => 'DataGrid_Abstract',
97 => 'Form_Field',
98 => 'Form_Field_Abstract',
99 => 'Form_Hidden_Field',
100 => 'Pin_Verification_Form',
101 => 'Rsx_Form',
102 => 'Rsx_Tab',
103 => 'Rsx_Tabs',
104 => 'Ajax_Select_Input',
105 => 'Checkbox_Input',
106 => 'Country_Select_Input',
107 => 'Currency_Input',
108 => 'Form_Input_Abstract',
109 => 'Phone_Text_Input',
110 => 'Profile_Photo_Input',
111 => 'Select_Input',
112 => 'State_Select_Input',
113 => 'Text_Input',
114 => 'Wysiwyg_Input',
115 => 'Rsx_Modal',
116 => 'Breadcrumb_Item',
117 => 'Client_Label',
118 => 'Client_Label_Link',
),
'Component' =>
array (
0 => 'Test_Modal_Form',
1 => 'Clients_DataGrid',
2 => 'Data_Table',
3 => 'Client_Selector_Input',
4 => 'Contacts_DataGrid',
5 => 'Projects_DataGrid',
6 => 'Add_User_Form',
7 => 'Users_DataGrid',
8 => 'Activity_Feed',
9 => 'Actor_Reference',
10 => 'Advanced_Search_Panel',
11 => 'Alert_Banner',
12 => 'Avatar',
13 => 'Blockquote',
14 => 'Breadcrumbs',
15 => 'Bulk_Action_Bar',
16 => 'Bulk_Selection',
17 => 'Calendar_Event',
18 => 'Calendar_Grid',
19 => 'Card',
20 => 'Chart_Component',
21 => 'Checkbox',
22 => 'Code_Block',
23 => 'Column_Visibility_Toggle',
24 => 'Comment_Thread',
25 => 'Date_Picker',
26 => 'Dropdown_Menu',
27 => 'Empty_State',
28 => 'Export_Button',
29 => 'File_Upload',
30 => 'Filter_Bar',
31 => 'Form_Field_Group',
32 => 'Form_Validation_Message',
33 => 'Gantt_Chart',
34 => 'Icon_With_Label',
35 => 'Icon_With_Text',
36 => 'Info_Box',
37 => 'Inline_Edit_Field',
38 => 'Input',
39 => 'Input_With_Icon',
40 => 'Input_With_Validation',
41 => 'Kanban_Board',
42 => 'List',
43 => 'Loading_Skeleton',
44 => 'Metric_Card',
45 => 'Mobile_Header',
46 => 'Modal_Dialog',
47 => 'Multi_Select',
48 => 'Notification_Badge',
49 => 'Notification_Dropdown',
50 => 'Overdue_Indicator',
51 => 'Page_Header',
52 => 'Popover',
53 => 'Progress_Bar',
54 => 'Radio_Button',
55 => 'Rich_Text_Editor',
56 => 'Row_Action_Menu',
57 => 'Sample_Datagrid_Component',
58 => 'Search_Bar',
59 => 'Searchable_Select',
60 => 'Select_Dropdown',
61 => 'Sidebar_Nav',
62 => 'Sortable_Column_Header',
63 => 'Spinner',
64 => 'Stat_Card',
65 => 'Status_Badge',
66 => 'Tab_Content',
67 => 'Table',
68 => 'Table_Pagination',
69 => 'Tabs',
70 => 'Tag',
71 => 'Tag_Group',
72 => 'Textarea',
73 => 'Three_Column_Layout',
74 => 'Time_Picker',
75 => 'Timeline',
76 => 'Timestamp_Display',
77 => 'Tooltip',
78 => 'Top_Nav',
79 => 'Trend_Indicator',
80 => 'Two_Column_Layout',
81 => 'User_Avatar_Dropdown',
82 => 'Button',
83 => 'Button_Group',
84 => 'Button_Primary',
85 => 'Button_Secondary',
86 => 'Form_Actions_Component',
87 => 'Form_Group_Component',
88 => 'Form_Row_Component',
89 => 'Icon',
90 => 'Icon_Button',
91 => 'Link',
92 => 'Page',
93 => 'Page_Section',
94 => 'Text_Display',
95 => 'DataGrid_Abstract',
96 => 'Form_Field',
97 => 'Form_Field_Abstract',
98 => 'Form_Hidden_Field',
99 => 'Pin_Verification_Form',
100 => 'Rsx_Form',
101 => 'Rsx_Tab',
102 => 'Rsx_Tabs',
103 => 'Ajax_Select_Input',
104 => 'Checkbox_Input',
105 => 'Country_Select_Input',
106 => 'Currency_Input',
107 => 'Form_Input_Abstract',
108 => 'Phone_Text_Input',
109 => 'Profile_Photo_Input',
110 => 'Select_Input',
111 => 'State_Select_Input',
112 => 'Text_Input',
113 => 'Wysiwyg_Input',
114 => 'Rsx_Modal',
115 => 'Breadcrumb_Item',
116 => 'Client_Label',
117 => 'Client_Label_Link',
),
'DataGrid_Abstract' =>
array (
0 => 'Clients_DataGrid',
1 => 'Contacts_DataGrid',
2 => 'Projects_DataGrid',
3 => 'Users_DataGrid',
),
'Ajax_Select_Input' =>
array (
0 => 'Client_Selector_Input',
1 => 'Country_Select_Input',
2 => 'State_Select_Input',
),
'Select_Input' =>
array (
0 => 'Client_Selector_Input',
1 => 'Ajax_Select_Input',
2 => 'Country_Select_Input',
3 => 'State_Select_Input',
),
'Form_Input_Abstract' =>
array (
0 => 'Client_Selector_Input',
1 => 'Ajax_Select_Input',
2 => 'Checkbox_Input',
3 => 'Country_Select_Input',
4 => 'Currency_Input',
5 => 'Phone_Text_Input',
6 => 'Profile_Photo_Input',
7 => 'Select_Input',
8 => 'State_Select_Input',
9 => 'Text_Input',
10 => 'Wysiwyg_Input',
),
'Modal_Abstract' =>
array (
0 => 'Add_User_Modal',
1 => 'Edit_User_Modal',
2 => 'Send_User_Invite_Modal',
),
'Form_Field_Abstract' =>
array (
0 => 'Form_Field',
1 => 'Form_Hidden_Field',
),
'Rsx_Form' =>
array (
0 => 'Pin_Verification_Form',
),
'Text_Input' =>
array (
0 => 'Currency_Input',
1 => 'Phone_Text_Input',
),
),
'php_classes' =>
array (
'Bootstrap5_Bundle' => 'app/RSpade/Bundles/Bootstrap5_Bundle.php',
'Jquery_Bundle' => 'app/RSpade/Bundles/Jquery_Bundle.php',
'Lodash_Bundle' => 'app/RSpade/Bundles/Lodash_Bundle.php',
'Tom_Select_Bundle' => 'app/RSpade/Bundles/Tom_Select_Bundle.php',
'CodeQualityChecker' => 'app/RSpade/CodeQuality/CodeQualityChecker.php',
'CodeQuality_Violation' => 'app/RSpade/CodeQuality/CodeQuality_Violation.php',
'ScssContextParser' => 'app/RSpade/CodeQuality/Parsers/ScssContextParser.php',
'BladeExtends_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/BladeExtends_CodeQualityRule.php',
'BladeFqcnUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/BladeFqcnUsage_CodeQualityRule.php',
'InlineEventHandler_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/InlineEventHandler_CodeQualityRule.php',
'InlineScript_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/InlineScript_CodeQualityRule.php',
'LayoutLocalAssets_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php',
'UnbalancedTags_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Blade/UnbalancedTags_CodeQualityRule.php',
'CodeQualityRule_Abstract' => 'app/RSpade/CodeQuality/Rules/CodeQualityRule_Abstract.php',
'AbstractClassNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/AbstractClassNaming_CodeQualityRule.php',
'Assignment_Comparison_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/Assignment_Comparison_CodeQualityRule.php',
'CommandOrganization_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/CommandOrganization_CodeQualityRule.php',
'DuplicateCaseFiles_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/DuplicateCaseFiles_CodeQualityRule.php',
'FilenameCase_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/FilenameCase_CodeQualityRule.php',
'FilenameEnhanced_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/FilenameEnhanced_CodeQualityRule.php',
'FilenameSpaces_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/FilenameSpaces_CodeQualityRule.php',
'HardcodedInternalUrl_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/HardcodedInternalUrl_CodeQualityRule.php',
'ManifestModulePriority_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/ManifestModulePriority_CodeQualityRule.php',
'OldFiles_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/OldFiles_CodeQualityRule.php',
'PackageJson_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/PackageJson_CodeQualityRule.php',
'RedundantIndexAction_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RedundantIndexAction_CodeQualityRule.php',
'ResourceDirectory_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/ResourceDirectory_CodeQualityRule.php',
'RootFiles_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RootFiles_CodeQualityRule.php',
'RouteExists_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RouteExists_CodeQualityRule.php',
'RouteSyntax_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RouteSyntax_CodeQualityRule.php',
'RsxCommandsDeprecated_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RsxCommandsDeprecated_CodeQualityRule.php',
'RsxTestFiles_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/RsxTestFiles_CodeQualityRule.php',
'SubclassNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/SubclassNaming_CodeQualityRule.php',
'TempFiles_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Common/TempFiles_CodeQualityRule.php',
'BundleIncludePath_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Convention/BundleIncludePath_CodeQualityRule.php',
'BundleLocation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Convention/BundleLocation_CodeQualityRule.php',
'FilenameRedundantPrefix_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Convention/FilenameRedundantPrefix_CodeQualityRule.php',
'LayoutLocation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Convention/LayoutLocation_CodeQualityRule.php',
'OneBundlePerModule_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Convention/OneBundlePerModule_CodeQualityRule.php',
'AjaxReturnValue_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/AjaxReturnValue_CodeQualityRule.php',
'DecoratorUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/DecoratorUsage_CodeQualityRule.php',
'DefensiveCoding_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/DefensiveCoding_CodeQualityRule.php',
'DirectAjaxApi_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/DirectAjaxApi_CodeQualityRule.php',
'DocumentReady_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/DocumentReady_CodeQualityRule.php',
'DomMethod_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/DomMethod_CodeQualityRule.php',
'FrameworkInitialization_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/FrameworkInitialization_CodeQualityRule.php',
'InitializationPattern_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/InitializationPattern_CodeQualityRule.php',
'JQueryLengthCheck_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryLengthCheck_CodeQualityRule.php',
'JQuerySubmitUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQuerySubmitUsage_CodeQualityRule.php',
'JQueryUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryUsage_CodeQualityRule.php',
'JQueryVariableNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVariableNaming_CodeQualityRule.php',
'JQueryVisibilityCheck_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JQueryVisibilityCheck_CodeQualityRule.php',
'JqhtmlComponentImplementation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlComponentImplementation_CodeQualityRule.php',
'JqhtmlDataInCreate_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlDataInCreate_CodeQualityRule.php',
'JqhtmlOnLoadData_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadData_CodeQualityRule.php',
'JqhtmlOnLoadDom_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadDom_CodeQualityRule.php',
'JqhtmlRenderOverride_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlRenderOverride_CodeQualityRule.php',
'JsFallbackLegacy_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsFallbackLegacy_CodeQualityRule.php',
'JsLegacyFunction_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsLegacyFunction_CodeQualityRule.php',
'JsRspadeInternalMethod_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/JsRspadeInternalMethod_CodeQualityRule.php',
'LifecycleMethodsStatic_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/LifecycleMethodsStatic_CodeQualityRule.php',
'NativeFunction_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/NativeFunction_CodeQualityRule.php',
'NoControllerSuffix_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/NoControllerSuffix_CodeQualityRule.php',
'NoPageLoadAnimation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/NoPageLoadAnimation_CodeQualityRule.php',
'ThisUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/ThisUsage_CodeQualityRule.php',
'TypeofCheck_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/TypeofCheck_CodeQualityRule.php',
'VarUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/VarUsage_CodeQualityRule.php',
'WindowAssignment_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php',
'JqhtmlComponentNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php',
'JqhtmlEventPreventDefault_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php',
'JqhtmlInlineScript_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php',
'JqhtmlRedundantClass_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php',
'FilenameClassMatch_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php',
'InstanceMethods_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php',
'Monoprogenic_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php',
'RsxControllerInheritance_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php',
'Code_Quality_Meta_Inheritance_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php',
'ModelBannedRelations_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php',
'ModelColumnMethodConflict_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php',
'ModelEnumColumns_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php',
'ModelEnums_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelEnums_CodeQualityRule.php',
'ModelExtends_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelExtends_CodeQualityRule.php',
'ModelFetchMethod_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelFetchMethod_CodeQualityRule.php',
'ModelRelations_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelRelations_CodeQualityRule.php',
'ModelTable_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/ModelTable_CodeQualityRule.php',
'NoLaravelEnums_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Models/NoLaravelEnums_CodeQualityRule.php',
'ClassExists_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ClassExists_CodeQualityRule.php',
'ControllerRouteStatic_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ControllerRouteStatic_CodeQualityRule.php',
'DbTableUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php',
'ExecUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php',
'FunctionExists_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php',
'GenericSuffix_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php',
'HardcodedUrlInRedirect_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/HardcodedUrlInRedirect_CodeQualityRule.php',
'LaravelDateCalculation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/LaravelDateCalculation_CodeQualityRule.php',
'LaravelSession_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php',
'MassAssignment_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php',
'NamingConvention_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php',
'NoImplements_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php',
'PhpFallbackLegacy_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php',
'PhpFileStructure_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/PhpFileStructure_CodeQualityRule.php',
'PhpLegacyFunction_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/PhpLegacyFunction_CodeQualityRule.php',
'ProcOpenStreamTruncation_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ProcOpenStreamTruncation_CodeQualityRule.php',
'RealpathUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RealpathUsage_CodeQualityRule.php',
'ReflectionAttributes_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionAttributes_CodeQualityRule.php',
'ReflectionGetParent_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionGetParent_CodeQualityRule.php',
'ReflectionIsAbstract_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/ReflectionIsAbstract_CodeQualityRule.php',
'RequireParentCall_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RequireParentCall_CodeQualityRule.php',
'RequireStaticProperty_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RequireStaticProperty_CodeQualityRule.php',
'RspadeInternalMethod_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RspadeInternalMethod_CodeQualityRule.php',
'RspadePrivateNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RspadePrivateNaming_CodeQualityRule.php',
'RspadePublicNaming_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RspadePublicNaming_CodeQualityRule.php',
'RsxFqcnUsage_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/RsxFqcnUsage_CodeQualityRule.php',
'StreamBlockingMode_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/StreamBlockingMode_CodeQualityRule.php',
'SubclassCheck_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/SubclassCheck_CodeQualityRule.php',
'UnusedRsxUseStatement_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/PHP/UnusedRsxUseStatement_CodeQualityRule.php',
'PhpSanityCheck_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/SanityChecks/PhpSanityCheck_CodeQualityRule.php',
'NoAnimations_CodeQualityRule' => 'app/RSpade/CodeQuality/Rules/Scss/NoAnimations_CodeQualityRule.php',
'BundleErrors' => 'app/RSpade/CodeQuality/RuntimeChecks/BundleErrors.php',
'ManifestErrors' => 'app/RSpade/CodeQuality/RuntimeChecks/ManifestErrors.php',
'ViewErrors' => 'app/RSpade/CodeQuality/RuntimeChecks/ViewErrors.php',
'YoureDoingItWrongException' => 'app/RSpade/CodeQuality/RuntimeChecks/YoureDoingItWrongException.php',
'CacheManager' => 'app/RSpade/CodeQuality/Support/CacheManager.php',
'FileSanitizer' => 'app/RSpade/CodeQuality/Support/FileSanitizer.php',
'InitializationSuggestions' => 'app/RSpade/CodeQuality/Support/InitializationSuggestions.php',
'RuleDiscovery' => 'app/RSpade/CodeQuality/Support/RuleDiscovery.php',
'ViolationCollector' => 'app/RSpade/CodeQuality/Support/ViolationCollector.php',
'API' => 'app/RSpade/Core/API.php',
'Ajax' => 'app/RSpade/Core/Ajax/Ajax.php',
'Ajax_Batch_Controller' => 'app/RSpade/Core/Ajax/Ajax_Batch_Controller.php',
'AjaxAuthRequiredException' => 'app/RSpade/Core/Ajax/Exceptions/AjaxAuthRequiredException.php',
'AjaxFatalErrorException' => 'app/RSpade/Core/Ajax/Exceptions/AjaxFatalErrorException.php',
'AjaxFormErrorException' => 'app/RSpade/Core/Ajax/Exceptions/AjaxFormErrorException.php',
'AjaxUnauthorizedException' => 'app/RSpade/Core/Ajax/Exceptions/AjaxUnauthorizedException.php',
'RsxAuth' => 'app/RSpade/Core/Auth/RsxAuth.php',
'Autoloader' => 'app/RSpade/Core/Autoloader.php',
'Main_Abstract' => 'app/RSpade/Core/Base/Main_Abstract.php',
'RsxBootstrap' => 'app/RSpade/Core/Bootstrap/RsxBootstrap.php',
'Build_Manager' => 'app/RSpade/Core/Build_Manager.php',
'BundleCompiler' => 'app/RSpade/Core/Bundle/BundleCompiler.php',
'BundleIntegration_Abstract' => 'app/RSpade/Core/Bundle/BundleIntegration_Abstract.php',
'BundleProcessor_Abstract' => 'app/RSpade/Core/Bundle/BundleProcessor_Abstract.php',
'Core_Bundle' => 'app/RSpade/Core/Bundle/Core_Bundle.php',
'Rsx_Bundle_Abstract' => 'app/RSpade/Core/Bundle/Rsx_Bundle_Abstract.php',
'RsxCache' => 'app/RSpade/Core/Cache/RsxCache.php',
'StubProcessor' => 'app/RSpade/Core/CodeTemplates/StubProcessor.php',
'Controller_BundleIntegration' => 'app/RSpade/Core/Controller/Controller_BundleIntegration.php',
'Controller_Service_Provider' => 'app/RSpade/Core/Controller/Controller_Service_Provider.php',
'Rsx_Controller_Abstract' => 'app/RSpade/Core/Controller/Rsx_Controller_Abstract.php',
'Rsx_Reference_Data_Controller' => 'app/RSpade/Core/Data/Rsx_Reference_Data_Controller.php',
'Database_BundleIntegration' => 'app/RSpade/Core/Database/Database_BundleIntegration.php',
'Database_Service_Provider' => 'app/RSpade/Core/Database/Database_Service_Provider.php',
'MigrationPaths' => 'app/RSpade/Core/Database/MigrationPaths.php',
'MigrationValidator' => 'app/RSpade/Core/Database/MigrationValidator.php',
'ModelHelper' => 'app/RSpade/Core/Database/ModelHelper.php',
'Rsx_Model_Abstract' => 'app/RSpade/Core/Database/Models/Rsx_Model_Abstract.php',
'Rsx_Site_Model_Abstract' => 'app/RSpade/Core/Database/Models/Rsx_Site_Model_Abstract.php',
'Rsx_System_Model_Abstract' => 'app/RSpade/Core/Database/Models/Rsx_System_Model_Abstract.php',
'Query_MySqlGrammar' => 'app/RSpade/Core/Database/Query/Grammars/Query_MySqlGrammar.php',
'Schema_MySqlGrammar' => 'app/RSpade/Core/Database/Schema/Grammars/Schema_MySqlGrammar.php',
'SeederPaths' => 'app/RSpade/Core/Database/SeederPaths.php',
'SqlQueryTransformer' => 'app/RSpade/Core/Database/SqlQueryTransformer.php',
'Debugger' => 'app/RSpade/Core/Debug/Debugger.php',
'Debugger_Controller' => 'app/RSpade/Core/Debug/Debugger_Controller.php',
'Playwright_Exception_Handler' => 'app/RSpade/Core/Debug/Playwright_Exception_Handler.php',
'Rsx_Caller_Exception' => 'app/RSpade/Core/Debug/Rsx_Caller_Exception.php',
'Rsx_File_Exception' => 'app/RSpade/Core/Debug/Rsx_File_Exception.php',
'Ajax_Endpoint_Controller' => 'app/RSpade/Core/Dispatch/Ajax_Endpoint_Controller.php',
'ApiHandler' => 'app/RSpade/Core/Dispatch/ApiHandler.php',
'AssetHandler' => 'app/RSpade/Core/Dispatch/AssetHandler.php',
'Dispatcher' => 'app/RSpade/Core/Dispatch/Dispatcher.php',
'HandlerFactory' => 'app/RSpade/Core/Dispatch/HandlerFactory.php',
'ResponseBuilder' => 'app/RSpade/Core/Dispatch/ResponseBuilder.php',
'RouteResolver' => 'app/RSpade/Core/Dispatch/RouteResolver.php',
'Event_Registry' => 'app/RSpade/Core/Events/Event_Registry.php',
'Ajax_Exception_Handler' => 'app/RSpade/Core/Exceptions/Ajax_Exception_Handler.php',
'Cli_Exception_Handler' => 'app/RSpade/Core/Exceptions/Cli_Exception_Handler.php',
'Rsx_Exception_Handler' => 'app/RSpade/Core/Exceptions/Rsx_Exception_Handler.php',
'Rsx_Exception_Handler_Abstract' => 'app/RSpade/Core/Exceptions/Rsx_Exception_Handler_Abstract.php',
'ExtensionRegistry' => 'app/RSpade/Core/ExtensionRegistry.php',
'File_Attachment_Controller' => 'app/RSpade/Core/Files/File_Attachment_Controller.php',
'File_Attachment_Icons' => 'app/RSpade/Core/Files/File_Attachment_Icons.php',
'File_Attachment_Model' => 'app/RSpade/Core/Files/File_Attachment_Model.php',
'File_Storage_Model' => 'app/RSpade/Core/Files/File_Storage_Model.php',
'File_Thumbnail_Model' => 'app/RSpade/Core/Files/File_Thumbnail_Model.php',
'IntegrationRegistry' => 'app/RSpade/Core/IntegrationRegistry.php',
'Integration_Service_Provider_Abstract' => 'app/RSpade/Core/Integration_Service_Provider_Abstract.php',
'Js_Exception' => 'app/RSpade/Core/JavaScript/Js_Exception.php',
'Js_Parser' => 'app/RSpade/Core/JavaScript/Js_Parser.php',
'Js_Transformer' => 'app/RSpade/Core/JavaScript/Js_Transformer.php',
'ManifestKernel' => 'app/RSpade/Core/Kernels/ManifestKernel.php',
'RsxLocks' => 'app/RSpade/Core/Locks/RsxLocks.php',
'Manifest' => 'app/RSpade/Core/Manifest/Manifest.php',
'ManifestModule_Abstract' => 'app/RSpade/Core/Manifest/ManifestModule_Abstract.php',
'ManifestSupport_Abstract' => 'app/RSpade/Core/Manifest/ManifestSupport_Abstract.php',
'Blade_ManifestModule' => 'app/RSpade/Core/Manifest/Modules/Blade_ManifestModule.php',
'Country_Model' => 'app/RSpade/Core/Models/Country_Model.php',
'Ip_Address_Model' => 'app/RSpade/Core/Models/Ip_Address_Model.php',
'Login_User_Model' => 'app/RSpade/Core/Models/Login_User_Model.php',
'Region_Model' => 'app/RSpade/Core/Models/Region_Model.php',
'Site_Model' => 'app/RSpade/Core/Models/Site_Model.php',
'User_Invite_Model' => 'app/RSpade/Core/Models/User_Invite_Model.php',
'User_Model' => 'app/RSpade/Core/Models/User_Model.php',
'User_Profile_Model' => 'app/RSpade/Core/Models/User_Profile_Model.php',
'User_Verification_Model' => 'app/RSpade/Core/Models/User_Verification_Model.php',
'Filename_Suggester' => 'app/RSpade/Core/PHP/Filename_Suggester.php',
'Php_Fixer' => 'app/RSpade/Core/PHP/Php_Fixer.php',
'Php_Parser' => 'app/RSpade/Core/PHP/Php_Parser.php',
'Permission_Abstract' => 'app/RSpade/Core/Permission/Permission_Abstract.php',
'Rsx_Bundle_Provider' => 'app/RSpade/Core/Providers/Rsx_Bundle_Provider.php',
'Rsx_Dispatch_Bootstrapper_Handler' => 'app/RSpade/Core/Providers/Rsx_Dispatch_Bootstrapper_Handler.php',
'Rsx_Framework_Provider' => 'app/RSpade/Core/Providers/Rsx_Framework_Provider.php',
'Rsx_Migration_Notice_Provider' => 'app/RSpade/Core/Providers/Rsx_Migration_Notice_Provider.php',
'Rsx_Preboot_Service' => 'app/RSpade/Core/Providers/Rsx_Preboot_Service.php',
'Rsx_Restricted_Routing_Provider' => 'app/RSpade/Core/Providers/Rsx_Restricted_Routing_Provider.php',
'Auth_Required_Response' => 'app/RSpade/Core/Response/Auth_Required_Response.php',
'Fatal_Error_Response' => 'app/RSpade/Core/Response/Fatal_Error_Response.php',
'Form_Error_Response' => 'app/RSpade/Core/Response/Form_Error_Response.php',
'Rsx_Response_Abstract' => 'app/RSpade/Core/Response/Rsx_Response_Abstract.php',
'Unauthorized_Response' => 'app/RSpade/Core/Response/Unauthorized_Response.php',
'Rsx' => 'app/RSpade/Core/Rsx.php',
'RsxReflection' => 'app/RSpade/Core/RsxReflection.php',
'Search_Index_Model' => 'app/RSpade/Core/Search/Search_Index_Model.php',
'Rsx_Service_Abstract' => 'app/RSpade/Core/Service/Rsx_Service_Abstract.php',
'Session' => 'app/RSpade/Core/Session/Session.php',
'Rsx_Storage_Helper' => 'app/RSpade/Core/Storage/Rsx_Storage_Helper.php',
'Task' => 'app/RSpade/Core/Task/Task.php',
'Rsx_Formdata_Generator_Controller' => 'app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
'LayoutChainValidator' => 'app/RSpade/Core/Validation/LayoutChainValidator.php',
'ViewValidator' => 'app/RSpade/Core/Validation/ViewValidator.php',
'PageData' => 'app/RSpade/Core/View/PageData.php',
'Jqhtml' => 'app/RSpade/Integrations/Jqhtml/Jqhtml.php',
'JqhtmlBladeCompiler' => 'app/RSpade/Integrations/Jqhtml/JqhtmlBladeCompiler.php',
'JqhtmlExceptionRenderer' => 'app/RSpade/Integrations/Jqhtml/JqhtmlExceptionRenderer.php',
'JqhtmlServiceProvider' => 'app/RSpade/Integrations/Jqhtml/JqhtmlServiceProvider.php',
'JqhtmlWebpackCompiler' => 'app/RSpade/Integrations/Jqhtml/JqhtmlWebpackCompiler.php',
'Jqhtml_Bundle' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Bundle.php',
'Jqhtml_BundleIntegration' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleIntegration.php',
'Jqhtml_BundleProcessor' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_BundleProcessor.php',
'Jqhtml_ErrorPageRenderer' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ErrorPageRenderer.php',
'Jqhtml_Exception_ViewException' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Exception_ViewException.php',
'Jqhtml_ManifestModule' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestModule.php',
'Jqhtml_ManifestSupport' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_ManifestSupport.php',
'Jqhtml_Service_Provider' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_Service_Provider.php',
'Jqhtml_View_Component' => 'app/RSpade/Integrations/Jqhtml/Jqhtml_View_Component.php',
'Scss_BundleProcessor' => 'app/RSpade/Integrations/Scss/Scss_BundleProcessor.php',
'Scss_ManifestModule' => 'app/RSpade/Integrations/Scss/Scss_ManifestModule.php',
'Model_ManifestSupport' => 'app/RSpade/Modules/Model_ManifestSupport.php',
'Rsx_Test_Abstract' => 'app/RSpade/Testing/Rsx_Test_Abstract.php',
'Backend_Bundle' => 'rsx/app/backend/backend_bundle.php',
'Backend_Index_Controller' => 'rsx/app/backend/index_controller.php',
'Dev_Attachments_Controller' => 'rsx/app/dev/attachments/dev_attachments_controller.php',
'Dev_Bundle' => 'rsx/app/dev/dev_bundle.php',
'Dev_Index_Controller' => 'rsx/app/dev/dev_index_controller.php',
'Dev_Modals_Controller' => 'rsx/app/dev/modals/dev_modals_controller.php',
'Frontend_Account_Controller' => 'rsx/app/frontend/account/frontend_account_controller.php',
'Frontend_Calendar_Controller' => 'rsx/app/frontend/calendar/frontend_calendar_controller.php',
'Frontend_Calendar_Event_Controller' => 'rsx/app/frontend/calendar/frontend_calendar_event_controller.php',
'Frontend_Clients_Controller' => 'rsx/app/frontend/clients/frontend_clients_controller.php',
'Clients_DataGrid' => 'rsx/app/frontend/clients/index/clients_datagrid.php',
'Frontend_Contacts_Controller' => 'rsx/app/frontend/contacts/frontend_contacts_controller.php',
'Contacts_DataGrid' => 'rsx/app/frontend/contacts/index/contacts_datagrid.php',
'Frontend_Dashboard_Controller' => 'rsx/app/frontend/dashboard/frontend_dashboard_controller.php',
'Frontend_Bundle' => 'rsx/app/frontend/frontend_bundle.php',
'Frontend_Invoices_Add_Controller' => 'rsx/app/frontend/invoices/frontend_invoices_add_controller.php',
'Frontend_Invoices_Controller' => 'rsx/app/frontend/invoices/frontend_invoices_controller.php',
'Frontend_Invoices_View_Controller' => 'rsx/app/frontend/invoices/frontend_invoices_view_controller.php',
'Frontend_Projects_Controller' => 'rsx/app/frontend/projects/frontend_projects_controller.php',
'Projects_DataGrid' => 'rsx/app/frontend/projects/index/projects_datagrid.php',
'Frontend_Reports_Clients_Controller' => 'rsx/app/frontend/reports/frontend_reports_clients_controller.php',
'Frontend_Reports_Controller' => 'rsx/app/frontend/reports/frontend_reports_controller.php',
'Frontend_Reports_Projects_Controller' => 'rsx/app/frontend/reports/frontend_reports_projects_controller.php',
'Frontend_Reports_Revenue_Controller' => 'rsx/app/frontend/reports/frontend_reports_revenue_controller.php',
'Frontend_Reports_Time_Controller' => 'rsx/app/frontend/reports/frontend_reports_time_controller.php',
'Frontend_Settings_Account_Controller' => 'rsx/app/frontend/settings/account/frontend_settings_account_controller.php',
'Frontend_Settings_Api_Controller' => 'rsx/app/frontend/settings/api/frontend_settings_api_controller.php',
'Frontend_Settings_Api_Keys_Controller' => 'rsx/app/frontend/settings/api_keys/frontend_settings_api_keys_controller.php',
'Frontend_Settings_Audit_Controller' => 'rsx/app/frontend/settings/audit/frontend_settings_audit_controller.php',
'Frontend_Settings_Billing_Controller' => 'rsx/app/frontend/settings/billing/frontend_settings_billing_controller.php',
'Frontend_Settings_General_Controller' => 'rsx/app/frontend/settings/general/frontend_settings_general_controller.php',
'Frontend_Settings_Import_Controller' => 'rsx/app/frontend/settings/import/frontend_settings_import_controller.php',
'Frontend_Settings_Notifications_Controller' => 'rsx/app/frontend/settings/notifications/frontend_settings_notifications_controller.php',
'Frontend_Settings_Password_Security_Controller' => 'rsx/app/frontend/settings/password_security/frontend_settings_password_security_controller.php',
'Frontend_Settings_Profile_Controller' => 'rsx/app/frontend/settings/profile/frontend_settings_profile_controller.php',
'Frontend_Settings_Profile_Display_Controller' => 'rsx/app/frontend/settings/profile_display/frontend_settings_profile_display_controller.php',
'Frontend_Settings_Profile_Edit_Controller' => 'rsx/app/frontend/settings/profile_edit/frontend_settings_profile_edit_controller.php',
'Frontend_Settings_Site_Settings_Controller' => 'rsx/app/frontend/settings/site_settings/frontend_settings_site_settings_controller.php',
'Frontend_Settings_Team_Controller' => 'rsx/app/frontend/settings/team/frontend_settings_team_controller.php',
'Frontend_Settings_Templates_Controller' => 'rsx/app/frontend/settings/templates/frontend_settings_templates_controller.php',
'Frontend_Settings_User_Management_Controller' => 'rsx/app/frontend/settings/user_management/frontend_settings_user_management_controller.php',
'Users_DataGrid' => 'rsx/app/frontend/settings/user_management/users_datagrid.php',
'Frontend_Settings_User_Settings_Controller' => 'rsx/app/frontend/settings/user_settings/frontend_settings_user_settings_controller.php',
'Frontend_Tasks_Add_Controller' => 'rsx/app/frontend/tasks/frontend_tasks_add_controller.php',
'Frontend_Tasks_Controller' => 'rsx/app/frontend/tasks/frontend_tasks_controller.php',
'Frontend_Tasks_View_Controller' => 'rsx/app/frontend/tasks/frontend_tasks_view_controller.php',
'Index_Controller' => 'rsx/app/index_controller.php',
'Accept_Invite_Controller' => 'rsx/app/login/accept_invite_controller.php',
'Invite_Helper' => 'rsx/app/login/invite_helper.php',
'Login_Bundle' => 'rsx/app/login/login_bundle.php',
'Login_Controller' => 'rsx/app/login/login_controller.php',
'Signup_Controller' => 'rsx/app/login/signup/signup_controller.php',
'Site_Selection_Controller' => 'rsx/app/login/site_selection_controller.php',
'File_Upload_Handlers' => 'rsx/handlers/File_Upload_Handlers.php',
'Formatters' => 'rsx/lib/formatters.php',
'Main' => 'rsx/main.php',
'Client_Department_Model' => 'rsx/models/client_department_model.php',
'Client_Model' => 'rsx/models/client_model.php',
'Contact_Model' => 'rsx/models/contact_model.php',
'Demo_Product_Model' => 'rsx/models/demo_product_model.php',
'Project_Model' => 'rsx/models/project_model.php',
'Task_Model' => 'rsx/models/task_model.php',
'Permission' => 'rsx/permission.php',
'Seeder_Service' => 'rsx/services/seeder_service.php',
'Service_Test_Service' => 'rsx/services/service_test_service.php',
'Bootstrap5_Src_Bundle' => 'rsx/theme/bootstrap5_src_bundle.php',
'DataGrid_Abstract' => 'rsx/theme/components/datagrid/datagrid_abstract.php',
'Quill_Bundle' => 'rsx/theme/quill_bundle.php',
),
'php_subclass_index' =>
array (
'Rsx_Bundle_Abstract' =>
array (
0 => 'Bootstrap5_Bundle',
1 => 'Jquery_Bundle',
2 => 'Lodash_Bundle',
3 => 'Tom_Select_Bundle',
4 => 'Core_Bundle',
5 => 'Jqhtml_Bundle',
6 => 'Backend_Bundle',
7 => 'Dev_Bundle',
8 => 'Frontend_Bundle',
9 => 'Login_Bundle',
10 => 'Bootstrap5_Src_Bundle',
11 => 'Quill_Bundle',
),
'CodeQualityRule_Abstract' =>
array (
0 => 'BladeExtends_CodeQualityRule',
1 => 'BladeFqcnUsage_CodeQualityRule',
2 => 'InlineEventHandler_CodeQualityRule',
3 => 'InlineScript_CodeQualityRule',
4 => 'LayoutLocalAssets_CodeQualityRule',
5 => 'UnbalancedTags_CodeQualityRule',
6 => 'AbstractClassNaming_CodeQualityRule',
7 => 'Assignment_Comparison_CodeQualityRule',
8 => 'CommandOrganization_CodeQualityRule',
9 => 'DuplicateCaseFiles_CodeQualityRule',
10 => 'FilenameCase_CodeQualityRule',
11 => 'FilenameEnhanced_CodeQualityRule',
12 => 'FilenameSpaces_CodeQualityRule',
13 => 'HardcodedInternalUrl_CodeQualityRule',
14 => 'ManifestModulePriority_CodeQualityRule',
15 => 'OldFiles_CodeQualityRule',
16 => 'PackageJson_CodeQualityRule',
17 => 'RedundantIndexAction_CodeQualityRule',
18 => 'ResourceDirectory_CodeQualityRule',
19 => 'RootFiles_CodeQualityRule',
20 => 'RouteExists_CodeQualityRule',
21 => 'RouteSyntax_CodeQualityRule',
22 => 'RsxCommandsDeprecated_CodeQualityRule',
23 => 'RsxTestFiles_CodeQualityRule',
24 => 'SubclassNaming_CodeQualityRule',
25 => 'TempFiles_CodeQualityRule',
26 => 'BundleIncludePath_CodeQualityRule',
27 => 'BundleLocation_CodeQualityRule',
28 => 'FilenameRedundantPrefix_CodeQualityRule',
29 => 'LayoutLocation_CodeQualityRule',
30 => 'OneBundlePerModule_CodeQualityRule',
31 => 'AjaxReturnValue_CodeQualityRule',
32 => 'DecoratorUsage_CodeQualityRule',
33 => 'DefensiveCoding_CodeQualityRule',
34 => 'DirectAjaxApi_CodeQualityRule',
35 => 'DocumentReady_CodeQualityRule',
36 => 'DomMethod_CodeQualityRule',
37 => 'FrameworkInitialization_CodeQualityRule',
38 => 'InitializationPattern_CodeQualityRule',
39 => 'JQueryLengthCheck_CodeQualityRule',
40 => 'JQuerySubmitUsage_CodeQualityRule',
41 => 'JQueryUsage_CodeQualityRule',
42 => 'JQueryVariableNaming_CodeQualityRule',
43 => 'JQueryVisibilityCheck_CodeQualityRule',
44 => 'JqhtmlComponentImplementation_CodeQualityRule',
45 => 'JqhtmlDataInCreate_CodeQualityRule',
46 => 'JqhtmlOnLoadData_CodeQualityRule',
47 => 'JqhtmlOnLoadDom_CodeQualityRule',
48 => 'JqhtmlRenderOverride_CodeQualityRule',
49 => 'JsFallbackLegacy_CodeQualityRule',
50 => 'JsLegacyFunction_CodeQualityRule',
51 => 'JsRspadeInternalMethod_CodeQualityRule',
52 => 'LifecycleMethodsStatic_CodeQualityRule',
53 => 'NativeFunction_CodeQualityRule',
54 => 'NoControllerSuffix_CodeQualityRule',
55 => 'NoPageLoadAnimation_CodeQualityRule',
56 => 'ThisUsage_CodeQualityRule',
57 => 'TypeofCheck_CodeQualityRule',
58 => 'VarUsage_CodeQualityRule',
59 => 'WindowAssignment_CodeQualityRule',
60 => 'JqhtmlComponentNaming_CodeQualityRule',
61 => 'JqhtmlEventPreventDefault_CodeQualityRule',
62 => 'JqhtmlInlineScript_CodeQualityRule',
63 => 'JqhtmlRedundantClass_CodeQualityRule',
64 => 'FilenameClassMatch_CodeQualityRule',
65 => 'InstanceMethods_CodeQualityRule',
66 => 'Monoprogenic_CodeQualityRule',
67 => 'RsxControllerInheritance_CodeQualityRule',
68 => 'Code_Quality_Meta_Inheritance_CodeQualityRule',
69 => 'ModelBannedRelations_CodeQualityRule',
70 => 'ModelColumnMethodConflict_CodeQualityRule',
71 => 'ModelEnumColumns_CodeQualityRule',
72 => 'ModelEnums_CodeQualityRule',
73 => 'ModelExtends_CodeQualityRule',
74 => 'ModelFetchMethod_CodeQualityRule',
75 => 'ModelRelations_CodeQualityRule',
76 => 'ModelTable_CodeQualityRule',
77 => 'NoLaravelEnums_CodeQualityRule',
78 => 'ClassExists_CodeQualityRule',
79 => 'ControllerRouteStatic_CodeQualityRule',
80 => 'DbTableUsage_CodeQualityRule',
81 => 'ExecUsage_CodeQualityRule',
82 => 'FunctionExists_CodeQualityRule',
83 => 'GenericSuffix_CodeQualityRule',
84 => 'HardcodedUrlInRedirect_CodeQualityRule',
85 => 'LaravelDateCalculation_CodeQualityRule',
86 => 'LaravelSession_CodeQualityRule',
87 => 'MassAssignment_CodeQualityRule',
88 => 'NamingConvention_CodeQualityRule',
89 => 'NoImplements_CodeQualityRule',
90 => 'PhpFallbackLegacy_CodeQualityRule',
91 => 'PhpFileStructure_CodeQualityRule',
92 => 'PhpLegacyFunction_CodeQualityRule',
93 => 'ProcOpenStreamTruncation_CodeQualityRule',
94 => 'RealpathUsage_CodeQualityRule',
95 => 'ReflectionAttributes_CodeQualityRule',
96 => 'ReflectionGetParent_CodeQualityRule',
97 => 'ReflectionIsAbstract_CodeQualityRule',
98 => 'RequireParentCall_CodeQualityRule',
99 => 'RequireStaticProperty_CodeQualityRule',
100 => 'RspadeInternalMethod_CodeQualityRule',
101 => 'RspadePrivateNaming_CodeQualityRule',
102 => 'RspadePublicNaming_CodeQualityRule',
103 => 'RsxFqcnUsage_CodeQualityRule',
104 => 'StreamBlockingMode_CodeQualityRule',
105 => 'SubclassCheck_CodeQualityRule',
106 => 'UnusedRsxUseStatement_CodeQualityRule',
107 => 'PhpSanityCheck_CodeQualityRule',
108 => 'NoAnimations_CodeQualityRule',
),
'RuntimeException' =>
array (
0 => 'YoureDoingItWrongException',
1 => 'Rsx_Caller_Exception',
2 => 'Rsx_File_Exception',
3 => 'Js_Exception',
),
'Rsx_Controller_Abstract' =>
array (
0 => 'Ajax_Batch_Controller',
1 => 'Rsx_Reference_Data_Controller',
2 => 'Debugger_Controller',
3 => 'Ajax_Endpoint_Controller',
4 => 'File_Attachment_Controller',
5 => 'Rsx_Formdata_Generator_Controller',
6 => 'Backend_Index_Controller',
7 => 'Dev_Attachments_Controller',
8 => 'Dev_Index_Controller',
9 => 'Dev_Modals_Controller',
10 => 'Frontend_Account_Controller',
11 => 'Frontend_Calendar_Controller',
12 => 'Frontend_Calendar_Event_Controller',
13 => 'Frontend_Clients_Controller',
14 => 'Frontend_Contacts_Controller',
15 => 'Frontend_Dashboard_Controller',
16 => 'Frontend_Invoices_Add_Controller',
17 => 'Frontend_Invoices_Controller',
18 => 'Frontend_Invoices_View_Controller',
19 => 'Frontend_Projects_Controller',
20 => 'Frontend_Reports_Clients_Controller',
21 => 'Frontend_Reports_Controller',
22 => 'Frontend_Reports_Projects_Controller',
23 => 'Frontend_Reports_Revenue_Controller',
24 => 'Frontend_Reports_Time_Controller',
25 => 'Frontend_Settings_Account_Controller',
26 => 'Frontend_Settings_Api_Controller',
27 => 'Frontend_Settings_Api_Keys_Controller',
28 => 'Frontend_Settings_Audit_Controller',
29 => 'Frontend_Settings_Billing_Controller',
30 => 'Frontend_Settings_General_Controller',
31 => 'Frontend_Settings_Import_Controller',
32 => 'Frontend_Settings_Notifications_Controller',
33 => 'Frontend_Settings_Password_Security_Controller',
34 => 'Frontend_Settings_Profile_Controller',
35 => 'Frontend_Settings_Profile_Display_Controller',
36 => 'Frontend_Settings_Profile_Edit_Controller',
37 => 'Frontend_Settings_Site_Settings_Controller',
38 => 'Frontend_Settings_Team_Controller',
39 => 'Frontend_Settings_Templates_Controller',
40 => 'Frontend_Settings_User_Management_Controller',
41 => 'Frontend_Settings_User_Settings_Controller',
42 => 'Frontend_Tasks_Add_Controller',
43 => 'Frontend_Tasks_Controller',
44 => 'Frontend_Tasks_View_Controller',
45 => 'Index_Controller',
46 => 'Accept_Invite_Controller',
47 => 'Login_Controller',
48 => 'Signup_Controller',
49 => 'Site_Selection_Controller',
),
'BaseController' =>
array (
0 => 'Ajax_Batch_Controller',
1 => 'Rsx_Controller_Abstract',
2 => 'Rsx_Reference_Data_Controller',
3 => 'Debugger_Controller',
4 => 'Ajax_Endpoint_Controller',
5 => 'File_Attachment_Controller',
6 => 'Rsx_Formdata_Generator_Controller',
7 => 'Backend_Index_Controller',
8 => 'Dev_Attachments_Controller',
9 => 'Dev_Index_Controller',
10 => 'Dev_Modals_Controller',
11 => 'Frontend_Account_Controller',
12 => 'Frontend_Calendar_Controller',
13 => 'Frontend_Calendar_Event_Controller',
14 => 'Frontend_Clients_Controller',
15 => 'Frontend_Contacts_Controller',
16 => 'Frontend_Dashboard_Controller',
17 => 'Frontend_Invoices_Add_Controller',
18 => 'Frontend_Invoices_Controller',
19 => 'Frontend_Invoices_View_Controller',
20 => 'Frontend_Projects_Controller',
21 => 'Frontend_Reports_Clients_Controller',
22 => 'Frontend_Reports_Controller',
23 => 'Frontend_Reports_Projects_Controller',
24 => 'Frontend_Reports_Revenue_Controller',
25 => 'Frontend_Reports_Time_Controller',
26 => 'Frontend_Settings_Account_Controller',
27 => 'Frontend_Settings_Api_Controller',
28 => 'Frontend_Settings_Api_Keys_Controller',
29 => 'Frontend_Settings_Audit_Controller',
30 => 'Frontend_Settings_Billing_Controller',
31 => 'Frontend_Settings_General_Controller',
32 => 'Frontend_Settings_Import_Controller',
33 => 'Frontend_Settings_Notifications_Controller',
34 => 'Frontend_Settings_Password_Security_Controller',
35 => 'Frontend_Settings_Profile_Controller',
36 => 'Frontend_Settings_Profile_Display_Controller',
37 => 'Frontend_Settings_Profile_Edit_Controller',
38 => 'Frontend_Settings_Site_Settings_Controller',
39 => 'Frontend_Settings_Team_Controller',
40 => 'Frontend_Settings_Templates_Controller',
41 => 'Frontend_Settings_User_Management_Controller',
42 => 'Frontend_Settings_User_Settings_Controller',
43 => 'Frontend_Tasks_Add_Controller',
44 => 'Frontend_Tasks_Controller',
45 => 'Frontend_Tasks_View_Controller',
46 => 'Index_Controller',
47 => 'Accept_Invite_Controller',
48 => 'Login_Controller',
49 => 'Signup_Controller',
50 => 'Site_Selection_Controller',
),
'Exception' =>
array (
0 => 'AjaxAuthRequiredException',
1 => 'AjaxFatalErrorException',
2 => 'AjaxFormErrorException',
3 => 'AjaxUnauthorizedException',
),
'BundleIntegration_Abstract' =>
array (
0 => 'Controller_BundleIntegration',
1 => 'Database_BundleIntegration',
2 => 'Jqhtml_BundleIntegration',
),
'Integration_Service_Provider_Abstract' =>
array (
0 => 'Controller_Service_Provider',
1 => 'Database_Service_Provider',
2 => 'Jqhtml_Service_Provider',
),
'ServiceProvider' =>
array (
0 => 'Controller_Service_Provider',
1 => 'Database_Service_Provider',
2 => 'Integration_Service_Provider_Abstract',
3 => 'Rsx_Bundle_Provider',
4 => 'Rsx_Framework_Provider',
5 => 'Rsx_Migration_Notice_Provider',
6 => 'Rsx_Restricted_Routing_Provider',
7 => 'JqhtmlServiceProvider',
8 => 'Jqhtml_Service_Provider',
),
'Model' =>
array (
0 => 'Rsx_Model_Abstract',
1 => 'Rsx_Site_Model_Abstract',
2 => 'Rsx_System_Model_Abstract',
3 => 'File_Attachment_Model',
4 => 'File_Storage_Model',
5 => 'File_Thumbnail_Model',
6 => 'Country_Model',
7 => 'Ip_Address_Model',
8 => 'Login_User_Model',
9 => 'Region_Model',
10 => 'Site_Model',
11 => 'User_Invite_Model',
12 => 'User_Model',
13 => 'User_Profile_Model',
14 => 'User_Verification_Model',
15 => 'Search_Index_Model',
16 => 'Session',
17 => 'Client_Department_Model',
18 => 'Client_Model',
19 => 'Contact_Model',
20 => 'Demo_Product_Model',
21 => 'Project_Model',
22 => 'Task_Model',
),
'Rsx_Model_Abstract' =>
array (
0 => 'Rsx_Site_Model_Abstract',
1 => 'Rsx_System_Model_Abstract',
2 => 'File_Attachment_Model',
3 => 'File_Storage_Model',
4 => 'File_Thumbnail_Model',
5 => 'Country_Model',
6 => 'Ip_Address_Model',
7 => 'Login_User_Model',
8 => 'Region_Model',
9 => 'Site_Model',
10 => 'User_Invite_Model',
11 => 'User_Model',
12 => 'User_Profile_Model',
13 => 'User_Verification_Model',
14 => 'Search_Index_Model',
15 => 'Session',
16 => 'Client_Department_Model',
17 => 'Client_Model',
18 => 'Contact_Model',
19 => 'Demo_Product_Model',
20 => 'Project_Model',
21 => 'Task_Model',
),
'MySqlGrammar' =>
array (
0 => 'Query_MySqlGrammar',
1 => 'Schema_MySqlGrammar',
),
'Rsx_Exception_Handler_Abstract' =>
array (
0 => 'Playwright_Exception_Handler',
1 => 'Ajax_Exception_Handler',
2 => 'Cli_Exception_Handler',
3 => 'Rsx_Dispatch_Bootstrapper_Handler',
),
'Handler' =>
array (
0 => 'Rsx_Exception_Handler',
),
'Rsx_Site_Model_Abstract' =>
array (
0 => 'File_Attachment_Model',
1 => 'User_Invite_Model',
2 => 'User_Model',
3 => 'Search_Index_Model',
4 => 'Client_Department_Model',
5 => 'Client_Model',
6 => 'Contact_Model',
7 => 'Project_Model',
8 => 'Task_Model',
),
'ManifestModule_Abstract' =>
array (
0 => 'Blade_ManifestModule',
1 => 'Jqhtml_ManifestModule',
2 => 'Scss_ManifestModule',
),
'Rsx_System_Model_Abstract' =>
array (
0 => 'Ip_Address_Model',
1 => 'Session',
),
'Rsx_Response_Abstract' =>
array (
0 => 'Auth_Required_Response',
1 => 'Fatal_Error_Response',
2 => 'Form_Error_Response',
3 => 'Unauthorized_Response',
),
'BundleProcessor_Abstract' =>
array (
0 => 'Jqhtml_BundleProcessor',
1 => 'Scss_BundleProcessor',
),
'ErrorPageRenderer' =>
array (
0 => 'Jqhtml_ErrorPageRenderer',
),
'ViewException' =>
array (
0 => 'Jqhtml_Exception_ViewException',
),
'ManifestSupport_Abstract' =>
array (
0 => 'Jqhtml_ManifestSupport',
1 => 'Model_ManifestSupport',
),
'Component' =>
array (
0 => 'Jqhtml_View_Component',
),
'DataGrid_Abstract' =>
array (
0 => 'Clients_DataGrid',
1 => 'Contacts_DataGrid',
2 => 'Projects_DataGrid',
3 => 'Users_DataGrid',
),
'Main_Abstract' =>
array (
0 => 'Main',
),
'Permission_Abstract' =>
array (
0 => 'Permission',
),
'Rsx_Service_Abstract' =>
array (
0 => 'Seeder_Service',
1 => 'Service_Test_Service',
),
),
'event_handlers' =>
array (
'file.upload.authorize' =>
array (
0 =>
array (
'class' => 'File_Upload_Handlers',
'method' => 'require_authentication',
'priority' => 10,
'file' => 'rsx/handlers/File_Upload_Handlers.php',
),
),
),
'models' =>
array (
'File_Attachment_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Attachment_Model',
'file' => 'app/RSpade/Core/Files/File_Attachment_Model.php',
'table' => 'file_attachments',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'key' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'file_storage_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'file_name' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'file_extension' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'file_type_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'width' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'height' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'duration' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'is_animated' =>
array (
'type' => 'boolean',
'nullable' => true,
'key' => '',
'default' => '0',
'extra' => '',
),
'frame_count' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'fileable_type' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'fileable_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'fileable_category' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'fileable_type_meta' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'fileable_order' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'fileable_meta' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'session_id' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'boot' =>
array (
'name' => 'boot',
'static' => true,
'visibility' => 'public',
'line' => 81,
'__calls_parent' => true,
),
'file_storage' =>
array (
'name' => 'file_storage',
'static' => true,
'visibility' => 'public',
'line' => 160,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 171,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'fileable' =>
array (
'name' => 'fileable',
'static' => true,
'visibility' => 'public',
'line' => 182,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'search_indexes' =>
array (
'name' => 'search_indexes',
'static' => true,
'visibility' => 'public',
'line' => 193,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_image' =>
array (
'name' => 'is_image',
'static' => true,
'visibility' => 'public',
'line' => 203,
),
'is_video' =>
array (
'name' => 'is_video',
'static' => true,
'visibility' => 'public',
'line' => 213,
),
'is_document' =>
array (
'name' => 'is_document',
'static' => true,
'visibility' => 'public',
'line' => 223,
),
'get_url' =>
array (
'name' => 'get_url',
'static' => true,
'visibility' => 'public',
'line' => 233,
),
'get_download_url' =>
array (
'name' => 'get_download_url',
'static' => true,
'visibility' => 'public',
'line' => 243,
),
'get_thumbnail_url' =>
array (
'name' => 'get_thumbnail_url',
'static' => true,
'visibility' => 'public',
'line' => 256,
'parameters' =>
array (
0 =>
array (
'name' => 'type',
'optional' => true,
'default' => 'fit',
),
1 =>
array (
'name' => 'width',
'optional' => true,
'default' => 400,
),
2 =>
array (
'name' => 'height',
'optional' => true,
'default' => NULL,
),
),
),
'get_icon_resource' =>
array (
'name' => 'get_icon_resource',
'static' => true,
'visibility' => 'public',
'line' => 275,
),
'get_size' =>
array (
'name' => 'get_size',
'static' => true,
'visibility' => 'public',
'line' => 285,
),
'generate_thumbnail_hash' =>
array (
'name' => 'generate_thumbnail_hash',
'static' => true,
'visibility' => 'public',
'line' => 309,
'parameters' =>
array (
0 =>
array (
'name' => 'data',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'generate_key' =>
array (
'name' => 'generate_key',
'static' => true,
'visibility' => 'public',
'line' => 334,
),
'find_by_key' =>
array (
'name' => 'find_by_key',
'static' => true,
'visibility' => 'public',
'line' => 349,
'parameters' =>
array (
0 =>
array (
'name' => 'key',
'optional' => false,
),
),
),
'create_from_upload' =>
array (
'name' => 'create_from_upload',
'static' => true,
'visibility' => 'public',
'line' => 373,
'parameters' =>
array (
0 =>
array (
'name' => 'file',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_disk' =>
array (
'name' => 'create_from_disk',
'static' => true,
'visibility' => 'public',
'line' => 446,
'parameters' =>
array (
0 =>
array (
'name' => 'path',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_string' =>
array (
'name' => 'create_from_string',
'static' => true,
'visibility' => 'public',
'line' => 503,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
),
1 =>
array (
'name' => 'filename',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'create_from_url' =>
array (
'name' => 'create_from_url',
'static' => true,
'visibility' => 'public',
'line' => 545,
'parameters' =>
array (
0 =>
array (
'name' => 'url',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'determine_file_type' =>
array (
'name' => 'determine_file_type',
'static' => true,
'visibility' => 'public',
'line' => 585,
'parameters' =>
array (
0 =>
array (
'name' => 'mime_type',
'optional' => false,
),
),
),
'process_file' =>
array (
'name' => 'process_file',
'static' => true,
'visibility' => 'public',
'line' => 657,
),
'scopeInCategory' =>
array (
'name' => 'scopeInCategory',
'static' => true,
'visibility' => 'public',
'line' => 769,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
),
),
),
'scopeByTypeMeta' =>
array (
'name' => 'scopeByTypeMeta',
'static' => true,
'visibility' => 'public',
'line' => 781,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type_meta',
'optional' => false,
),
),
),
'get_meta' =>
array (
'name' => 'get_meta',
'static' => true,
'visibility' => 'public',
'line' => 791,
),
'set_meta' =>
array (
'name' => 'set_meta',
'static' => true,
'visibility' => 'public',
'line' => 806,
'parameters' =>
array (
0 =>
array (
'name' => 'meta',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => true,
'visibility' => 'public',
'line' => 819,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'can_user_assign_this_file' =>
array (
'name' => 'can_user_assign_this_file',
'static' => true,
'visibility' => 'public',
'line' => 839,
),
'attach_to' =>
array (
'name' => 'attach_to',
'static' => true,
'visibility' => 'public',
'line' => 875,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'add_to' =>
array (
'name' => 'add_to',
'static' => true,
'visibility' => 'public',
'line' => 910,
'parameters' =>
array (
0 =>
array (
'name' => 'model',
'optional' => false,
),
1 =>
array (
'name' => 'category',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'detach' =>
array (
'name' => 'detach',
'static' => true,
'visibility' => 'public',
'line' => 932,
),
),
'class' => 'File_Attachment_Model',
),
'File_Storage_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Storage_Model',
'file' => 'app/RSpade/Core/Files/File_Storage_Model.php',
'table' => 'file_storage',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'hash' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'size' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'file_attachments' =>
array (
'name' => 'file_attachments',
'static' => true,
'visibility' => 'public',
'line' => 67,
),
'thumbnails_as_source' =>
array (
'name' => 'thumbnails_as_source',
'static' => true,
'visibility' => 'public',
'line' => 77,
),
'thumbnails_as_storage' =>
array (
'name' => 'thumbnails_as_storage',
'static' => true,
'visibility' => 'public',
'line' => 87,
),
'get_storage_path' =>
array (
'name' => 'get_storage_path',
'static' => true,
'visibility' => 'public',
'line' => 98,
),
'get_full_path' =>
array (
'name' => 'get_full_path',
'static' => true,
'visibility' => 'public',
'line' => 114,
),
'file_exists' =>
array (
'name' => 'file_exists',
'static' => true,
'visibility' => 'public',
'line' => 124,
),
'increment_base16_value' =>
array (
'name' => 'increment_base16_value',
'static' => true,
'visibility' => 'public',
'line' => 138,
'parameters' =>
array (
0 =>
array (
'name' => 'hash',
'optional' => false,
),
),
),
'find_or_create' =>
array (
'name' => 'find_or_create',
'static' => true,
'visibility' => 'public',
'line' => 166,
'parameters' =>
array (
0 =>
array (
'name' => 'temp_file_path',
'optional' => false,
),
),
),
'__files_match' =>
array (
'name' => '__files_match',
'static' => true,
'visibility' => 'public',
'line' => 235,
'parameters' =>
array (
0 =>
array (
'name' => 'file1_path',
'optional' => false,
),
1 =>
array (
'name' => 'file2_path',
'optional' => false,
),
),
),
'__get_storage_path_for_hash' =>
array (
'name' => '__get_storage_path_for_hash',
'static' => true,
'visibility' => 'public',
'line' => 266,
'parameters' =>
array (
0 =>
array (
'name' => 'hash',
'optional' => false,
),
),
),
'calculate_hash' =>
array (
'name' => 'calculate_hash',
'static' => true,
'visibility' => 'public',
'line' => 280,
'parameters' =>
array (
0 =>
array (
'name' => 'content',
'optional' => false,
),
),
),
'calculate_file_hash' =>
array (
'name' => 'calculate_file_hash',
'static' => true,
'visibility' => 'public',
'line' => 291,
'parameters' =>
array (
0 =>
array (
'name' => 'file_path',
'optional' => false,
),
),
),
),
'class' => 'File_Storage_Model',
),
'File_Thumbnail_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Files\\File_Thumbnail_Model',
'file' => 'app/RSpade/Core/Files/File_Thumbnail_Model.php',
'table' => 'file_thumbnails',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'source_storage_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'thumbnail_storage_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'params' =>
array (
'type' => 'text',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'detected_mime_type' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'source_storage' =>
array (
'name' => 'source_storage',
'static' => true,
'visibility' => 'public',
'line' => 70,
),
'thumbnail_storage' =>
array (
'name' => 'thumbnail_storage',
'static' => true,
'visibility' => 'public',
'line' => 80,
),
'get_params' =>
array (
'name' => 'get_params',
'static' => true,
'visibility' => 'public',
'line' => 90,
),
'calculate_thumbnail_key' =>
array (
'name' => 'calculate_thumbnail_key',
'static' => true,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'source_hash',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
'find_thumbnail' =>
array (
'name' => 'find_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 129,
'parameters' =>
array (
0 =>
array (
'name' => 'source_storage_id',
'optional' => false,
),
1 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
2 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
'create_thumbnail' =>
array (
'name' => 'create_thumbnail',
'static' => true,
'visibility' => 'public',
'line' => 148,
'parameters' =>
array (
0 =>
array (
'name' => 'source_storage',
'optional' => false,
),
1 =>
array (
'name' => 'thumbnail_storage',
'optional' => false,
),
2 =>
array (
'name' => 'params',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
3 =>
array (
'name' => 'detected_mime',
'optional' => false,
),
),
),
),
'class' => 'File_Thumbnail_Model',
),
'Country_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\Country_Model',
'file' => 'app/RSpade/Core/Models/Country_Model.php',
'table' => 'countries',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'alpha2' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'alpha3' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'numeric' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'common_name' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'enabled' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'regions' =>
array (
'name' => 'regions',
'static' => true,
'visibility' => 'public',
'line' => 47,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 55,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'findByAlpha2' =>
array (
'name' => 'findByAlpha2',
'static' => true,
'visibility' => 'public',
'line' => 63,
'parameters' =>
array (
0 =>
array (
'name' => 'alpha2',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'findByAlpha3' =>
array (
'name' => 'findByAlpha3',
'static' => true,
'visibility' => 'public',
'line' => 71,
'parameters' =>
array (
0 =>
array (
'name' => 'alpha3',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'class' => 'Country_Model',
),
'Ip_Address_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\Ip_Address_Model',
'file' => 'app/RSpade/Core/Models/Ip_Address_Model.php',
'table' => 'ip_addresses',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'ip_address' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'city' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'state' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'country' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'lat' =>
array (
'type' => 'double',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'lng' =>
array (
'type' => 'double',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'login_sessions' =>
array (
'name' => 'login_sessions',
'static' => true,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'last_sessions' =>
array (
'name' => 'last_sessions',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'has_location' =>
array (
'name' => 'has_location',
'static' => true,
'visibility' => 'public',
'line' => 95,
),
'get_location_string' =>
array (
'name' => 'get_location_string',
'static' => true,
'visibility' => 'public',
'line' => 105,
),
'get_coordinates' =>
array (
'name' => 'get_coordinates',
'static' => true,
'visibility' => 'public',
'line' => 127,
),
'find_or_create' =>
array (
'name' => 'find_or_create',
'static' => true,
'visibility' => 'public',
'line' => 145,
'parameters' =>
array (
0 =>
array (
'name' => 'ip_address',
'optional' => false,
),
),
),
'is_private_ip' =>
array (
'name' => 'is_private_ip',
'static' => true,
'visibility' => 'public',
'line' => 167,
'parameters' =>
array (
0 =>
array (
'name' => 'ip_address',
'optional' => false,
),
),
),
'scopeFromCountry' =>
array (
'name' => 'scopeFromCountry',
'static' => true,
'visibility' => 'public',
'line' => 183,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country',
'optional' => false,
),
),
),
'scopeWithLocation' =>
array (
'name' => 'scopeWithLocation',
'static' => true,
'visibility' => 'public',
'line' => 194,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'class' => 'Ip_Address_Model',
),
'Login_User_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\Login_User_Model',
'file' => 'app/RSpade/Core/Models/Login_User_Model.php',
'table' => 'login_users',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'email' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'password' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'is_activated' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '0',
'extra' => '',
),
'is_verified' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '0',
'extra' => '',
),
'status_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'remember_token' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'last_login' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => true,
'visibility' => 'public',
'line' => 158,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'sessions' =>
array (
'name' => 'sessions',
'static' => true,
'visibility' => 'public',
'line' => 169,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'verifications' =>
array (
'name' => 'verifications',
'static' => true,
'visibility' => 'public',
'line' => 180,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'invites' =>
array (
'name' => 'invites',
'static' => true,
'visibility' => 'public',
'line' => 191,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 201,
),
'scopeActivated' =>
array (
'name' => 'scopeActivated',
'static' => true,
'visibility' => 'public',
'line' => 212,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeVerified' =>
array (
'name' => 'scopeVerified',
'static' => true,
'visibility' => 'public',
'line' => 223,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'find_by_email' =>
array (
'name' => 'find_by_email',
'static' => true,
'visibility' => 'public',
'line' => 234,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
),
),
'hash_password' =>
array (
'name' => 'hash_password',
'static' => true,
'visibility' => 'public',
'line' => 245,
'parameters' =>
array (
0 =>
array (
'name' => 'password',
'optional' => false,
),
),
),
'setPasswordAttribute' =>
array (
'name' => 'setPasswordAttribute',
'static' => true,
'visibility' => 'public',
'line' => 255,
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 272,
'attributes' =>
array (
'Ajax_Endpoint_Model_Fetch' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'getAuthIdentifierName' =>
array (
'name' => 'getAuthIdentifierName',
'static' => true,
'visibility' => 'public',
'line' => 19,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthIdentifier' =>
array (
'name' => 'getAuthIdentifier',
'static' => true,
'visibility' => 'public',
'line' => 29,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthIdentifierForBroadcasting' =>
array (
'name' => 'getAuthIdentifierForBroadcasting',
'static' => true,
'visibility' => 'public',
'line' => 39,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getAuthPassword' =>
array (
'name' => 'getAuthPassword',
'static' => true,
'visibility' => 'public',
'line' => 49,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'getRememberToken' =>
array (
'name' => 'getRememberToken',
'static' => true,
'visibility' => 'public',
'line' => 59,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'setRememberToken' =>
array (
'name' => 'setRememberToken',
'static' => true,
'visibility' => 'public',
'line' => 72,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'value',
'optional' => false,
),
),
),
'getRememberTokenName' =>
array (
'name' => 'getRememberTokenName',
'static' => true,
'visibility' => 'public',
'line' => 84,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Authenticatable.php',
),
'can' =>
array (
'name' => 'can',
'static' => true,
'visibility' => 'public',
'line' => 16,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'canAny' =>
array (
'name' => 'canAny',
'static' => true,
'visibility' => 'public',
'line' => 28,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'cant' =>
array (
'name' => 'cant',
'static' => true,
'visibility' => 'public',
'line' => 40,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'cannot' =>
array (
'name' => 'cannot',
'static' => true,
'visibility' => 'public',
'line' => 52,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Foundation/Auth/Access/Authorizable.php',
'parameters' =>
array (
0 =>
array (
'name' => 'abilities',
'optional' => false,
),
1 =>
array (
'name' => 'arguments',
'optional' => true,
'default' =>
array (
),
),
),
),
'getEmailForPasswordReset' =>
array (
'name' => 'getEmailForPasswordReset',
'static' => true,
'visibility' => 'public',
'line' => 14,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php',
),
'sendPasswordResetNotification' =>
array (
'name' => 'sendPasswordResetNotification',
'static' => true,
'visibility' => 'public',
'line' => 25,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php',
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
),
),
),
),
'class' => 'Login_User_Model',
),
'Region_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\Region_Model',
'file' => 'app/RSpade/Core/Models/Region_Model.php',
'table' => 'regions',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'code' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'country_alpha2' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'type' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'enabled' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'country' =>
array (
'name' => 'country',
'static' => true,
'visibility' => 'public',
'line' => 46,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 54,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeForCountry' =>
array (
'name' => 'scopeForCountry',
'static' => true,
'visibility' => 'public',
'line' => 62,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'country_alpha2',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'findByCode' =>
array (
'name' => 'findByCode',
'static' => true,
'visibility' => 'public',
'line' => 70,
'parameters' =>
array (
0 =>
array (
'name' => 'code',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
),
'class' => 'Region_Model',
),
'Site_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\Site_Model',
'file' => 'app/RSpade/Core/Models/Site_Model.php',
'table' => 'sites',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'slug' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'is_enabled' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'users' =>
array (
'name' => 'users',
'static' => true,
'visibility' => 'public',
'line' => 77,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'files' =>
array (
'name' => 'files',
'static' => true,
'visibility' => 'public',
'line' => 88,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 98,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 109,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'find_by_slug' =>
array (
'name' => 'find_by_slug',
'static' => true,
'visibility' => 'public',
'line' => 120,
'parameters' =>
array (
0 =>
array (
'name' => 'slug',
'optional' => false,
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'Site_Model',
),
'User_Invite_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Invite_Model',
'file' => 'app/RSpade/Core/Models/User_Invite_Model.php',
'table' => 'user_invites',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'user_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'invite_code' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'expires_at' =>
array (
'type' => 'datetime',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'inviter' =>
array (
'name' => 'inviter',
'static' => true,
'visibility' => 'public',
'line' => 74,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 85,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => true,
'visibility' => 'public',
'line' => 95,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => true,
'visibility' => 'public',
'line' => 105,
),
'generate_invite_code' =>
array (
'name' => 'generate_invite_code',
'static' => true,
'visibility' => 'public',
'line' => 115,
),
'create_invite' =>
array (
'name' => 'create_invite',
'static' => true,
'visibility' => 'public',
'line' => 133,
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
'optional' => false,
),
1 =>
array (
'name' => 'site_id',
'optional' => false,
),
2 =>
array (
'name' => 'expires_in_days',
'optional' => true,
'default' => 7,
),
),
),
'find_valid_by_code' =>
array (
'name' => 'find_valid_by_code',
'static' => true,
'visibility' => 'public',
'line' => 151,
'parameters' =>
array (
0 =>
array (
'name' => 'code',
'optional' => false,
),
),
),
'get_invite_url' =>
array (
'name' => 'get_invite_url',
'static' => true,
'visibility' => 'public',
'line' => 163,
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => true,
'visibility' => 'public',
'line' => 174,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeCreatedBy' =>
array (
'name' => 'scopeCreatedBy',
'static' => true,
'visibility' => 'public',
'line' => 186,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'user_id',
'optional' => false,
),
),
),
),
'class' => 'User_Invite_Model',
),
'User_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Model',
'file' => 'app/RSpade/Core/Models/User_Model.php',
'table' => 'users',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'login_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'first_name' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'last_name' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'role_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'is_enabled' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'user_role_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '2',
'extra' => '',
),
'email' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'invite_code' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'invite_accepted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'invite_expires_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'login_user' =>
array (
'name' => 'login_user',
'static' => true,
'visibility' => 'public',
'line' => 159,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 170,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'user_profile' =>
array (
'name' => 'user_profile',
'static' => true,
'visibility' => 'public',
'line' => 181,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name' =>
array (
'name' => 'get_full_name',
'static' => true,
'visibility' => 'public',
'line' => 191,
),
'get_display_name' =>
array (
'name' => 'get_display_name',
'static' => true,
'visibility' => 'public',
'line' => 201,
),
'get_role_name' =>
array (
'name' => 'get_role_name',
'static' => true,
'visibility' => 'public',
'line' => 221,
),
'is_active' =>
array (
'name' => 'is_active',
'static' => true,
'visibility' => 'public',
'line' => 233,
),
'has_role' =>
array (
'name' => 'has_role',
'static' => true,
'visibility' => 'public',
'line' => 244,
'parameters' =>
array (
0 =>
array (
'name' => 'role_name',
'optional' => false,
),
),
),
'is_owner' =>
array (
'name' => 'is_owner',
'static' => true,
'visibility' => 'public',
'line' => 254,
),
'is_admin' =>
array (
'name' => 'is_admin',
'static' => true,
'visibility' => 'public',
'line' => 264,
),
'scopeEnabled' =>
array (
'name' => 'scopeEnabled',
'static' => true,
'visibility' => 'public',
'line' => 275,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeWithRole' =>
array (
'name' => 'scopeWithRole',
'static' => true,
'visibility' => 'public',
'line' => 287,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'role',
'optional' => false,
),
),
),
'get_invitation_status' =>
array (
'name' => 'get_invitation_status',
'static' => true,
'visibility' => 'public',
'line' => 305,
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'User_Model',
),
'User_Profile_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Profile_Model',
'file' => 'app/RSpade/Core/Models/User_Profile_Model.php',
'table' => 'user_profiles',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'user_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'title' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'department' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'bio' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 83,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'class' => 'User_Profile_Model',
),
'User_Verification_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Models\\User_Verification_Model',
'file' => 'app/RSpade/Core/Models/User_Verification_Model.php',
'table' => 'user_verifications',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'email' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'verification_code' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'verification_type_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'verified_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'expires_at' =>
array (
'type' => 'datetime',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 112,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_verification_type_name' =>
array (
'name' => 'get_verification_type_name',
'static' => true,
'visibility' => 'public',
'line' => 122,
),
'is_email_verification' =>
array (
'name' => 'is_email_verification',
'static' => true,
'visibility' => 'public',
'line' => 134,
),
'is_sms_verification' =>
array (
'name' => 'is_sms_verification',
'static' => true,
'visibility' => 'public',
'line' => 144,
),
'is_recovery_verification' =>
array (
'name' => 'is_recovery_verification',
'static' => true,
'visibility' => 'public',
'line' => 154,
),
'is_verified' =>
array (
'name' => 'is_verified',
'static' => true,
'visibility' => 'public',
'line' => 164,
),
'is_expired' =>
array (
'name' => 'is_expired',
'static' => true,
'visibility' => 'public',
'line' => 174,
),
'is_valid' =>
array (
'name' => 'is_valid',
'static' => true,
'visibility' => 'public',
'line' => 184,
),
'mark_as_verified' =>
array (
'name' => 'mark_as_verified',
'static' => true,
'visibility' => 'public',
'line' => 194,
),
'generate_code' =>
array (
'name' => 'generate_code',
'static' => true,
'visibility' => 'public',
'line' => 208,
'parameters' =>
array (
0 =>
array (
'name' => 'length',
'optional' => true,
'default' => 6,
),
1 =>
array (
'name' => 'numeric_only',
'optional' => true,
'default' => true,
),
),
),
'create_verification' =>
array (
'name' => 'create_verification',
'static' => true,
'visibility' => 'public',
'line' => 230,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
1 =>
array (
'name' => 'type_id',
'optional' => false,
),
2 =>
array (
'name' => 'expires_in_minutes',
'optional' => true,
'default' => 60,
),
),
),
'find_valid' =>
array (
'name' => 'find_valid',
'static' => true,
'visibility' => 'public',
'line' => 249,
'parameters' =>
array (
0 =>
array (
'name' => 'email',
'optional' => false,
),
1 =>
array (
'name' => 'code',
'optional' => false,
),
),
),
'scopeUnexpired' =>
array (
'name' => 'scopeUnexpired',
'static' => true,
'visibility' => 'public',
'line' => 266,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
'scopeUnused' =>
array (
'name' => 'scopeUnused',
'static' => true,
'visibility' => 'public',
'line' => 277,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
),
),
),
'class' => 'User_Verification_Model',
),
'Search_Index_Model' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Search\\Search_Index_Model',
'file' => 'app/RSpade/Core/Search/Search_Index_Model.php',
'table' => 'search_indexes',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'indexable_type' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'indexable_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'content' =>
array (
'type' => 'text',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'metadata' =>
array (
'type' => 'json',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'indexed_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'extraction_method' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'language' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'indexable' =>
array (
'name' => 'indexable',
'static' => true,
'visibility' => 'public',
'line' => 76,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_metadata' =>
array (
'name' => 'get_metadata',
'static' => true,
'visibility' => 'public',
'line' => 86,
),
'set_metadata' =>
array (
'name' => 'set_metadata',
'static' => true,
'visibility' => 'public',
'line' => 101,
'parameters' =>
array (
0 =>
array (
'name' => 'metadata',
'optional' => false,
'type' => 'array',
'nullable' => false,
),
),
),
'search' =>
array (
'name' => 'search',
'static' => true,
'visibility' => 'public',
'line' => 115,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'mode',
'optional' => true,
'default' => 'BOOLEAN',
),
),
),
'scopeForModel' =>
array (
'name' => 'scopeForModel',
'static' => true,
'visibility' => 'public',
'line' => 130,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'type',
'optional' => false,
),
2 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
'scopeByExtractionMethod' =>
array (
'name' => 'scopeByExtractionMethod',
'static' => true,
'visibility' => 'public',
'line' => 143,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'method',
'optional' => false,
),
),
),
'scopeByLanguage' =>
array (
'name' => 'scopeByLanguage',
'static' => true,
'visibility' => 'public',
'line' => 155,
'parameters' =>
array (
0 =>
array (
'name' => 'query',
'optional' => false,
),
1 =>
array (
'name' => 'language',
'optional' => false,
),
),
),
'find_or_create_for_model' =>
array (
'name' => 'find_or_create_for_model',
'static' => true,
'visibility' => 'public',
'line' => 167,
'parameters' =>
array (
0 =>
array (
'name' => 'indexable_type',
'optional' => false,
),
1 =>
array (
'name' => 'indexable_id',
'optional' => false,
),
),
),
'mark_stale' =>
array (
'name' => 'mark_stale',
'static' => true,
'visibility' => 'public',
'line' => 187,
),
'is_stale' =>
array (
'name' => 'is_stale',
'static' => true,
'visibility' => 'public',
'line' => 198,
),
),
'class' => 'Search_Index_Model',
),
'Session' =>
array (
'fqcn' => 'App\\RSpade\\Core\\Session\\Session',
'file' => 'app/RSpade/Core/Session/Session.php',
'table' => 'sessions',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'active' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => '0',
'extra' => '',
),
'login_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'session_token' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'UNI',
'default' => NULL,
'extra' => '',
),
'csrf_token' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'ip_address' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'user_agent' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'last_active' =>
array (
'type' => 'datetime',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'version' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => '',
'default' => '1',
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'experience_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '0',
'extra' => '',
),
),
'public_static_methods' =>
array (
'__is_cli' =>
array (
'name' => '__is_cli',
'static' => true,
'visibility' => 'public',
'line' => 133,
),
'__is_fpc_client' =>
array (
'name' => '__is_fpc_client',
'static' => true,
'visibility' => 'public',
'line' => 142,
),
'init' =>
array (
'name' => 'init',
'static' => true,
'visibility' => 'public',
'line' => 154,
),
'__activate' =>
array (
'name' => '__activate',
'static' => true,
'visibility' => 'public',
'line' => 211,
),
'_set_cookie' =>
array (
'name' => '_set_cookie',
'static' => true,
'visibility' => 'public',
'line' => 256,
),
'__get_client_ip' =>
array (
'name' => '__get_client_ip',
'static' => true,
'visibility' => 'public',
'line' => 284,
),
'reset' =>
array (
'name' => 'reset',
'static' => true,
'visibility' => 'public',
'line' => 309,
),
'get_site_id' =>
array (
'name' => 'get_site_id',
'static' => true,
'visibility' => 'public',
'line' => 342,
),
'get_site' =>
array (
'name' => 'get_site',
'static' => true,
'visibility' => 'public',
'line' => 367,
),
'get_login_user_id' =>
array (
'name' => 'get_login_user_id',
'static' => true,
'visibility' => 'public',
'line' => 387,
),
'get_user_id' =>
array (
'name' => 'get_user_id',
'static' => true,
'visibility' => 'public',
'line' => 409,
),
'is_logged_in' =>
array (
'name' => 'is_logged_in',
'static' => true,
'visibility' => 'public',
'line' => 425,
),
'get_login_user' =>
array (
'name' => 'get_login_user',
'static' => true,
'visibility' => 'public',
'line' => 434,
),
'get_user' =>
array (
'name' => 'get_user',
'static' => true,
'visibility' => 'public',
'line' => 453,
),
'get_session' =>
array (
'name' => 'get_session',
'static' => true,
'visibility' => 'public',
'line' => 475,
),
'get_session_id' =>
array (
'name' => 'get_session_id',
'static' => true,
'visibility' => 'public',
'line' => 486,
),
'get_csrf_token' =>
array (
'name' => 'get_csrf_token',
'static' => true,
'visibility' => 'public',
'line' => 497,
),
'verify_csrf_token' =>
array (
'name' => 'verify_csrf_token',
'static' => true,
'visibility' => 'public',
'line' => 513,
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'logout' =>
array (
'name' => 'logout',
'static' => true,
'visibility' => 'public',
'line' => 529,
),
'set_user' =>
array (
'name' => 'set_user',
'static' => true,
'visibility' => 'public',
'line' => 540,
'parameters' =>
array (
0 =>
array (
'name' => 'login_user',
'optional' => false,
),
),
),
'set_site' =>
array (
'name' => 'set_site',
'static' => true,
'visibility' => 'public',
'line' => 625,
'parameters' =>
array (
0 =>
array (
'name' => 'site',
'optional' => false,
),
),
),
'has_session' =>
array (
'name' => 'has_session',
'static' => true,
'visibility' => 'public',
'line' => 665,
),
'set_user_id' =>
array (
'name' => 'set_user_id',
'static' => true,
'visibility' => 'public',
'line' => 684,
'parameters' =>
array (
0 =>
array (
'name' => 'user_id',
'optional' => false,
),
),
),
'set_site_id' =>
array (
'name' => 'set_site_id',
'static' => true,
'visibility' => 'public',
'line' => 695,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'find_by_token' =>
array (
'name' => 'find_by_token',
'static' => true,
'visibility' => 'public',
'line' => 705,
'parameters' =>
array (
0 =>
array (
'name' => 'token',
'optional' => false,
'type' => 'string',
'nullable' => false,
),
),
),
'cleanup_expired' =>
array (
'name' => 'cleanup_expired',
'static' => true,
'visibility' => 'public',
'line' => 717,
'parameters' =>
array (
0 =>
array (
'name' => 'days_until_expiry',
'optional' => true,
'type' => 'int',
'nullable' => false,
'default' => 365,
),
),
),
'save' =>
array (
'name' => 'save',
'static' => true,
'visibility' => 'public',
'line' => 728,
'__calls_parent' => true,
'parameters' =>
array (
0 =>
array (
'name' => 'options',
'optional' => true,
'type' => 'array',
'nullable' => false,
'default' =>
array (
),
),
),
),
'login_user' =>
array (
'name' => 'login_user',
'static' => true,
'visibility' => 'public',
'line' => 743,
),
'site' =>
array (
'name' => 'site',
'static' => true,
'visibility' => 'public',
'line' => 752,
),
'user' =>
array (
'name' => 'user',
'static' => true,
'visibility' => 'public',
'line' => 762,
),
'set_experience_id' =>
array (
'name' => 'set_experience_id',
'static' => true,
'visibility' => 'public',
'line' => 777,
'parameters' =>
array (
0 =>
array (
'name' => 'experience_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'get_experience_id' =>
array (
'name' => 'get_experience_id',
'static' => true,
'visibility' => 'public',
'line' => 802,
),
'set_request_site_id_override' =>
array (
'name' => 'set_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 819,
'parameters' =>
array (
0 =>
array (
'name' => 'site_id',
'optional' => false,
'type' => 'int',
'nullable' => false,
),
),
),
'clear_request_site_id_override' =>
array (
'name' => 'clear_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 829,
),
'has_request_site_id_override' =>
array (
'name' => 'has_request_site_id_override',
'static' => true,
'visibility' => 'public',
'line' => 839,
),
),
'class' => 'Session',
),
'Client_Department_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Client_Department_Model',
'file' => 'rsx/models/client_department_model.php',
'table' => 'client_departments',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'client_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 40,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => true,
'visibility' => 'public',
'line' => 46,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 52,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
),
'class' => 'Client_Department_Model',
),
'Client_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Client_Model',
'file' => 'rsx/models/client_model.php',
'table' => 'clients',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'address' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'city' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'state' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'zip' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'fax' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone_secondary' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'website' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'email' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'billing_contact_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'priority' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '2',
'extra' => '',
),
'notes' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'owner_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'address_street' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'address_country' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => 'USA',
'extra' => '',
),
'industry' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'company_size' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'established_year' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'revenue_range' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'facebook_url' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'twitter_handle' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'linkedin_url' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'instagram_handle' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'tags' =>
array (
'type' => 'json',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'status' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => 'active',
'extra' => '',
),
'preferred_contact_method' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => 'email',
'extra' => '',
),
'newsletter_opt_in' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => '',
'default' => '0',
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'country_name' =>
array (
'name' => 'country_name',
'static' => true,
'visibility' => 'public',
'line' => 86,
),
'region_name' =>
array (
'name' => 'region_name',
'static' => true,
'visibility' => 'public',
'line' => 100,
),
'billing_contact' =>
array (
'name' => 'billing_contact',
'static' => true,
'visibility' => 'public',
'line' => 119,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contacts' =>
array (
'name' => 'contacts',
'static' => true,
'visibility' => 'public',
'line' => 125,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'departments' =>
array (
'name' => 'departments',
'static' => true,
'visibility' => 'public',
'line' => 131,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 137,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 143,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'Client_Model',
),
'Contact_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Contact_Model',
'file' => 'rsx/models/contact_model.php',
'table' => 'contacts',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'client_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'first_name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'last_name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'title' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'client_department_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'email' =>
array (
'type' => 'string',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'email_secondary' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone_work' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone_cell' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'phone_other' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'address' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'city' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'state' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'zip' =>
array (
'type' => 'string',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'reports_to_contact_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'is_active' =>
array (
'type' => 'boolean',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'priority' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '2',
'extra' => '',
),
'notes' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'owner_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 75,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'department' =>
array (
'name' => 'department',
'static' => true,
'visibility' => 'public',
'line' => 81,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'reports_to' =>
array (
'name' => 'reports_to',
'static' => true,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'direct_reports' =>
array (
'name' => 'direct_reports',
'static' => true,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'get_full_name_attribute' =>
array (
'name' => 'get_full_name_attribute',
'static' => true,
'visibility' => 'public',
'line' => 113,
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'Contact_Model',
),
'Demo_Product_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Demo_Product_Model',
'file' => 'rsx/models/demo_product_model.php',
'table' => 'demo_products',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'description' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'price' =>
array (
'type' => 'decimal',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'status_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'category_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'fetch' =>
array (
'name' => 'fetch',
'static' => true,
'visibility' => 'public',
'line' => 128,
'attributes' =>
array (
'Ajax_Endpoint_Model_Fetch' =>
array (
0 =>
array (
),
),
),
'parameters' =>
array (
0 =>
array (
'name' => 'id',
'optional' => false,
),
),
),
),
'class' => 'Demo_Product_Model',
),
'Project_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Project_Model',
'file' => 'rsx/models/project_model.php',
'table' => 'projects',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'name' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'description' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'client_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'client_department_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'contact_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'status' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'priority' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '2',
'extra' => '',
),
'start_date' =>
array (
'type' => 'date',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'due_date' =>
array (
'type' => 'date',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'completed_date' =>
array (
'type' => 'date',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'budget' =>
array (
'type' => 'decimal',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'notes' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'owner_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'client' =>
array (
'name' => 'client',
'static' => true,
'visibility' => 'public',
'line' => 87,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'client_department' =>
array (
'name' => 'client_department',
'static' => true,
'visibility' => 'public',
'line' => 93,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'contact' =>
array (
'name' => 'contact',
'static' => true,
'visibility' => 'public',
'line' => 99,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'tasks' =>
array (
'name' => 'tasks',
'static' => true,
'visibility' => 'public',
'line' => 105,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 111,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'owner' =>
array (
'name' => 'owner',
'static' => true,
'visibility' => 'public',
'line' => 117,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'Project_Model',
),
'Task_Model' =>
array (
'fqcn' => 'Rsx\\Models\\Task_Model',
'file' => 'rsx/models/task_model.php',
'table' => 'tasks',
'columns' =>
array (
'id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'PRI',
'default' => NULL,
'extra' => 'auto_increment',
),
'site_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'title' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'description' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'taskable_type' =>
array (
'type' => 'string',
'nullable' => false,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'taskable_id' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => '',
'default' => NULL,
'extra' => '',
),
'status' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '1',
'extra' => '',
),
'priority' =>
array (
'type' => 'integer',
'nullable' => false,
'key' => 'MUL',
'default' => '2',
'extra' => '',
),
'due_date' =>
array (
'type' => 'date',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'completed_date' =>
array (
'type' => 'date',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'assigned_to_user_id' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'notes' =>
array (
'type' => 'text',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'created_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'created_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED',
),
'updated_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => 'CURRENT_TIMESTAMP(3)',
'extra' => 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP(3)',
),
'updated_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
'deleted_at' =>
array (
'type' => 'datetime',
'nullable' => true,
'key' => 'MUL',
'default' => NULL,
'extra' => '',
),
'deleted_by' =>
array (
'type' => 'integer',
'nullable' => true,
'key' => '',
'default' => NULL,
'extra' => '',
),
),
'public_static_methods' =>
array (
'taskable' =>
array (
'name' => 'taskable',
'static' => true,
'visibility' => 'public',
'line' => 78,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'assigned_to' =>
array (
'name' => 'assigned_to',
'static' => true,
'visibility' => 'public',
'line' => 84,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'created_by' =>
array (
'name' => 'created_by',
'static' => true,
'visibility' => 'public',
'line' => 90,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'subtasks' =>
array (
'name' => 'subtasks',
'static' => true,
'visibility' => 'public',
'line' => 96,
'attributes' =>
array (
'Relationship' =>
array (
0 =>
array (
),
),
),
),
'forceDelete' =>
array (
'name' => 'forceDelete',
'static' => true,
'visibility' => 'public',
'line' => 46,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'bootSoftDeletes' =>
array (
'name' => 'bootSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 24,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'initializeSoftDeletes' =>
array (
'name' => 'initializeSoftDeletes',
'static' => true,
'visibility' => 'public',
'line' => 34,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'forceDeleteQuietly' =>
array (
'name' => 'forceDeleteQuietly',
'static' => true,
'visibility' => 'public',
'line' => 68,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restore' =>
array (
'name' => 'restore',
'static' => true,
'visibility' => 'public',
'line' => 122,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'restoreQuietly' =>
array (
'name' => 'restoreQuietly',
'static' => true,
'visibility' => 'public',
'line' => 150,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'trashed' =>
array (
'name' => 'trashed',
'static' => true,
'visibility' => 'public',
'line' => 160,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'softDeleted' =>
array (
'name' => 'softDeleted',
'static' => true,
'visibility' => 'public',
'line' => 171,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restoring' =>
array (
'name' => 'restoring',
'static' => true,
'visibility' => 'public',
'line' => 182,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'restored' =>
array (
'name' => 'restored',
'static' => true,
'visibility' => 'public',
'line' => 193,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleting' =>
array (
'name' => 'forceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 204,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'forceDeleted' =>
array (
'name' => 'forceDeleted',
'static' => true,
'visibility' => 'public',
'line' => 215,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
'parameters' =>
array (
0 =>
array (
'name' => 'callback',
'optional' => false,
),
),
),
'isForceDeleting' =>
array (
'name' => 'isForceDeleting',
'static' => true,
'visibility' => 'public',
'line' => 225,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getDeletedAtColumn' =>
array (
'name' => 'getDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 235,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
'getQualifiedDeletedAtColumn' =>
array (
'name' => 'getQualifiedDeletedAtColumn',
'static' => true,
'visibility' => 'public',
'line' => 245,
'file' => '/var/www/html/system/vendor/laravel/framework/src/Illuminate/Database/Eloquent/SoftDeletes.php',
),
),
'class' => 'Task_Model',
),
),
'jqhtml' =>
array (
'components' =>
array (
'Test_Modal_Form' =>
array (
'name' => 'Test_Modal_Form',
'template_file' => 'rsx/app/dev/modals/test_modal_form.jqhtml',
'js_file' => 'rsx/app/dev/modals/test_modal_form.js',
),
'Clients_DataGrid' =>
array (
'name' => 'Clients_DataGrid',
'template_file' => 'rsx/app/frontend/clients/index/clients_datagrid.jqhtml',
'js_file' => 'rsx/app/frontend/clients/index/clients_datagrid.js',
),
'Data_Table' =>
array (
'name' => 'Data_Table',
'template_file' => 'rsx/app/frontend/contacts/_data_table_qq/data_table.jqhtml',
'js_file' => 'rsx/app/frontend/contacts/_data_table_qq/Data_Table.js',
),
'Card_Header_Right' =>
array (
'name' => 'Card_Header_Right',
'template_file' => 'rsx/app/frontend/contacts/_new_elements/Card_Header_Right.jqhtml',
),
'Client_Selector_Input' =>
array (
'name' => 'Client_Selector_Input',
'template_file' => 'rsx/app/frontend/contacts/edit/form/client_selector_input.jqhtml',
'js_file' => 'rsx/app/frontend/contacts/edit/form/client_selector_input.js',
),
'Contacts_DataGrid' =>
array (
'name' => 'Contacts_DataGrid',
'template_file' => 'rsx/app/frontend/contacts/index/contacts_datagrid.jqhtml',
'js_file' => 'rsx/app/frontend/contacts/index/contacts_datagrid.js',
),
'Projects_DataGrid' =>
array (
'name' => 'Projects_DataGrid',
'template_file' => 'rsx/app/frontend/projects/index/projects_datagrid.jqhtml',
'js_file' => 'rsx/app/frontend/projects/index/projects_datagrid.js',
),
'Add_User_Modal_Form' =>
array (
'name' => 'Add_User_Modal_Form',
'template_file' => 'rsx/app/frontend/settings/user_management/add_user_modal_form.jqhtml',
),
'Edit_User_Modal_Form' =>
array (
'name' => 'Edit_User_Modal_Form',
'template_file' => 'rsx/app/frontend/settings/user_management/edit_user_modal_form.jqhtml',
),
'Users_DataGrid' =>
array (
'name' => 'Users_DataGrid',
'template_file' => 'rsx/app/frontend/settings/user_management/users_datagrid.jqhtml',
'js_file' => 'rsx/app/frontend/settings/user_management/users_datagrid.js',
),
'Sample_Datagrid_Component' =>
array (
'name' => 'Sample_Datagrid_Component',
'template_file' => 'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Sample_Datagrid_Component.js',
),
'Action_Button_Delete' =>
array (
'name' => 'Action_Button_Delete',
'template_file' => 'rsx/theme/components/_archived/unfinished/action_button_delete.jqhtml',
),
'Action_Button_Edit' =>
array (
'name' => 'Action_Button_Edit',
'template_file' => 'rsx/theme/components/_archived/unfinished/action_button_edit.jqhtml',
),
'Action_Button_View' =>
array (
'name' => 'Action_Button_View',
'template_file' => 'rsx/theme/components/_archived/unfinished/action_button_view.jqhtml',
),
'Activity_Feed' =>
array (
'name' => 'Activity_Feed',
'template_file' => 'rsx/theme/components/_archived/unfinished/activity_feed.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Activity_Feed.js',
),
'Actor_Reference' =>
array (
'name' => 'Actor_Reference',
'template_file' => 'rsx/theme/components/_archived/unfinished/actor_reference.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Actor_Reference.js',
),
'Advanced_Search_Panel' =>
array (
'name' => 'Advanced_Search_Panel',
'template_file' => 'rsx/theme/components/_archived/unfinished/advanced_search_panel.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Advanced_Search_Panel.js',
),
'Alert_Banner' =>
array (
'name' => 'Alert_Banner',
'template_file' => 'rsx/theme/components/_archived/unfinished/alert_banner.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Alert_Banner.js',
),
'Avatar' =>
array (
'name' => 'Avatar',
'template_file' => 'rsx/theme/components/_archived/unfinished/avatar.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Avatar.js',
),
'Blockquote' =>
array (
'name' => 'Blockquote',
'template_file' => 'rsx/theme/components/_archived/unfinished/blockquote.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Blockquote.js',
),
'Breadcrumbs' =>
array (
'name' => 'Breadcrumbs',
'template_file' => 'rsx/theme/components/_archived/unfinished/breadcrumbs.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Breadcrumbs.js',
),
'Bulk_Action_Bar' =>
array (
'name' => 'Bulk_Action_Bar',
'template_file' => 'rsx/theme/components/_archived/unfinished/bulk_action_bar.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Bulk_Action_Bar.js',
),
'Bulk_Selection' =>
array (
'name' => 'Bulk_Selection',
'template_file' => 'rsx/theme/components/_archived/unfinished/bulk_selection.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Bulk_Selection.js',
),
'Button' =>
array (
'name' => 'Button',
'template_file' => 'rsx/theme/components/_archived/unfinished/button.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/button.js',
),
'Button_Group' =>
array (
'name' => 'Button_Group',
'template_file' => 'rsx/theme/components/_archived/unfinished/button_group.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/button_group.js',
),
'Button_Primary' =>
array (
'name' => 'Button_Primary',
'template_file' => 'rsx/theme/components/_archived/unfinished/button_primary.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/button_primary.js',
),
'Button_Secondary' =>
array (
'name' => 'Button_Secondary',
'template_file' => 'rsx/theme/components/_archived/unfinished/button_secondary.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/button_secondary.js',
),
'Calendar_Event' =>
array (
'name' => 'Calendar_Event',
'template_file' => 'rsx/theme/components/_archived/unfinished/calendar_event.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Calendar_Event.js',
),
'Calendar_Grid' =>
array (
'name' => 'Calendar_Grid',
'template_file' => 'rsx/theme/components/_archived/unfinished/calendar_grid.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Calendar_Grid.js',
),
'Card' =>
array (
'name' => 'Card',
'template_file' => 'rsx/theme/components/_archived/unfinished/card.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Card.js',
),
'Card_Footer' =>
array (
'name' => 'Card_Footer',
'template_file' => 'rsx/theme/components/_archived/unfinished/card_footer.jqhtml',
),
'Card_Header' =>
array (
'name' => 'Card_Header',
'template_file' => 'rsx/theme/components/_archived/unfinished/card_header.jqhtml',
),
'Card_Title' =>
array (
'name' => 'Card_Title',
'template_file' => 'rsx/theme/components/_archived/unfinished/card_title.jqhtml',
),
'Chart_Component' =>
array (
'name' => 'Chart_Component',
'template_file' => 'rsx/theme/components/_archived/unfinished/chart_component.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Chart_Component.js',
),
'Checkbox' =>
array (
'name' => 'Checkbox',
'template_file' => 'rsx/theme/components/_archived/unfinished/checkbox.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Checkbox.js',
),
'Code_Block' =>
array (
'name' => 'Code_Block',
'template_file' => 'rsx/theme/components/_archived/unfinished/code_block.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Code_Block.js',
),
'Column_Visibility_Toggle' =>
array (
'name' => 'Column_Visibility_Toggle',
'template_file' => 'rsx/theme/components/_archived/unfinished/column_visibility_toggle.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Column_Visibility_Toggle.js',
),
'Comment_Thread' =>
array (
'name' => 'Comment_Thread',
'template_file' => 'rsx/theme/components/_archived/unfinished/comment_thread.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Comment_Thread.js',
),
'Contact_Actions' =>
array (
'name' => 'Contact_Actions',
'template_file' => 'rsx/theme/components/_archived/unfinished/contact_actions.jqhtml',
),
'Contact_Row' =>
array (
'name' => 'Contact_Row',
'template_file' => 'rsx/theme/components/_archived/unfinished/contact_row.jqhtml',
),
'Contacts_Data_Table' =>
array (
'name' => 'Contacts_Data_Table',
'template_file' => 'rsx/theme/components/_archived/unfinished/contacts_data_table.jqhtml',
),
'Contacts_List_Card' =>
array (
'name' => 'Contacts_List_Card',
'template_file' => 'rsx/theme/components/_archived/unfinished/contacts_list_card.jqhtml',
),
'Date_Picker' =>
array (
'name' => 'Date_Picker',
'template_file' => 'rsx/theme/components/_archived/unfinished/date_picker.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Date_Picker.js',
),
'Dropdown_Menu' =>
array (
'name' => 'Dropdown_Menu',
'template_file' => 'rsx/theme/components/_archived/unfinished/dropdown_menu.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Dropdown_Menu.js',
),
'Empty_State' =>
array (
'name' => 'Empty_State',
'template_file' => 'rsx/theme/components/_archived/unfinished/empty_state.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Empty_State.js',
),
'Export_Button' =>
array (
'name' => 'Export_Button',
'template_file' => 'rsx/theme/components/_archived/unfinished/export_button.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Export_Button.js',
),
'File_Upload' =>
array (
'name' => 'File_Upload',
'template_file' => 'rsx/theme/components/_archived/unfinished/file_upload.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/File_Upload.js',
),
'Filter_Bar' =>
array (
'name' => 'Filter_Bar',
'template_file' => 'rsx/theme/components/_archived/unfinished/filter_bar.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Filter_Bar.js',
),
'Form_Actions_Component' =>
array (
'name' => 'Form_Actions_Component',
'template_file' => 'rsx/theme/components/_archived/unfinished/form_actions_component.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/form_actions_component.js',
),
'Form_Field_Group' =>
array (
'name' => 'Form_Field_Group',
'template_file' => 'rsx/theme/components/_archived/unfinished/form_field_group.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Form_Field_Group.js',
),
'Form_Group_Component' =>
array (
'name' => 'Form_Group_Component',
'template_file' => 'rsx/theme/components/_archived/unfinished/form_group_component.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/form_group_component.js',
),
'Form_Row_Component' =>
array (
'name' => 'Form_Row_Component',
'template_file' => 'rsx/theme/components/_archived/unfinished/form_row_component.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/form_row_component.js',
),
'Form_Validation_Message' =>
array (
'name' => 'Form_Validation_Message',
'template_file' => 'rsx/theme/components/_archived/unfinished/form_validation_message.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Form_Validation_Message.js',
),
'Gantt_Chart' =>
array (
'name' => 'Gantt_Chart',
'template_file' => 'rsx/theme/components/_archived/unfinished/gantt_chart.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Gantt_Chart.js',
),
'Icon' =>
array (
'name' => 'Icon',
'template_file' => 'rsx/theme/components/_archived/unfinished/icon.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/icon.js',
),
'Icon_Button' =>
array (
'name' => 'Icon_Button',
'template_file' => 'rsx/theme/components/_archived/unfinished/icon_button.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/icon_button.js',
),
'Icon_With_Label' =>
array (
'name' => 'Icon_With_Label',
'template_file' => 'rsx/theme/components/_archived/unfinished/icon_with_label.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Icon_With_Label.js',
),
'Icon_With_Text' =>
array (
'name' => 'Icon_With_Text',
'template_file' => 'rsx/theme/components/_archived/unfinished/icon_with_text.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Icon_With_Text.js',
),
'Info_Box' =>
array (
'name' => 'Info_Box',
'template_file' => 'rsx/theme/components/_archived/unfinished/info_box.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Info_Box.js',
),
'Inline_Edit_Field' =>
array (
'name' => 'Inline_Edit_Field',
'template_file' => 'rsx/theme/components/_archived/unfinished/inline_edit_field.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Inline_Edit_Field.js',
),
'Input' =>
array (
'name' => 'Input',
'template_file' => 'rsx/theme/components/_archived/unfinished/input.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Input.js',
),
'Input_With_Icon' =>
array (
'name' => 'Input_With_Icon',
'template_file' => 'rsx/theme/components/_archived/unfinished/input_with_icon.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Input_With_Icon.js',
),
'Input_With_Validation' =>
array (
'name' => 'Input_With_Validation',
'template_file' => 'rsx/theme/components/_archived/unfinished/input_with_validation.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Input_With_Validation.js',
),
'Kanban_Board' =>
array (
'name' => 'Kanban_Board',
'template_file' => 'rsx/theme/components/_archived/unfinished/kanban_board.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Kanban_Board.js',
),
'Link' =>
array (
'name' => 'Link',
'template_file' => 'rsx/theme/components/_archived/unfinished/link.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/link.js',
),
'List' =>
array (
'name' => 'List',
'template_file' => 'rsx/theme/components/_archived/unfinished/list.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/List.js',
),
'Loading_Skeleton' =>
array (
'name' => 'Loading_Skeleton',
'template_file' => 'rsx/theme/components/_archived/unfinished/loading_skeleton.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Loading_Skeleton.js',
),
'Metric_Card' =>
array (
'name' => 'Metric_Card',
'template_file' => 'rsx/theme/components/_archived/unfinished/metric_card.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Metric_Card.js',
),
'Mobile_Header' =>
array (
'name' => 'Mobile_Header',
'template_file' => 'rsx/theme/components/_archived/unfinished/mobile_header.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Mobile_Header.js',
),
'Modal_Dialog' =>
array (
'name' => 'Modal_Dialog',
'template_file' => 'rsx/theme/components/_archived/unfinished/modal_dialog.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Modal_Dialog.js',
),
'Multi_Select' =>
array (
'name' => 'Multi_Select',
'template_file' => 'rsx/theme/components/_archived/unfinished/multi_select.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Multi_Select.js',
),
'Notification_Badge' =>
array (
'name' => 'Notification_Badge',
'template_file' => 'rsx/theme/components/_archived/unfinished/notification_badge.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Notification_Badge.js',
),
'Notification_Dropdown' =>
array (
'name' => 'Notification_Dropdown',
'template_file' => 'rsx/theme/components/_archived/unfinished/notification_dropdown.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Notification_Dropdown.js',
),
'Overdue_Indicator' =>
array (
'name' => 'Overdue_Indicator',
'template_file' => 'rsx/theme/components/_archived/unfinished/overdue_indicator.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Overdue_Indicator.js',
),
'Page' =>
array (
'name' => 'Page',
'template_file' => 'rsx/theme/components/_archived/unfinished/page.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/page.js',
),
'Page_Header' =>
array (
'name' => 'Page_Header',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_header.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Page_Header.js',
),
'Page_Header_Left' =>
array (
'name' => 'Page_Header_Left',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_header_left.jqhtml',
),
'Page_Header_Right' =>
array (
'name' => 'Page_Header_Right',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_header_right.jqhtml',
),
'Page_Section' =>
array (
'name' => 'Page_Section',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_section.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/page_section.js',
),
'Page_Subtitle' =>
array (
'name' => 'Page_Subtitle',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_subtitle.jqhtml',
),
'Page_Title' =>
array (
'name' => 'Page_Title',
'template_file' => 'rsx/theme/components/_archived/unfinished/page_title.jqhtml',
),
'Pagination_Controls' =>
array (
'name' => 'Pagination_Controls',
'template_file' => 'rsx/theme/components/_archived/unfinished/pagination_controls.jqhtml',
),
'Pagination_Info' =>
array (
'name' => 'Pagination_Info',
'template_file' => 'rsx/theme/components/_archived/unfinished/pagination_info.jqhtml',
),
'Popover' =>
array (
'name' => 'Popover',
'template_file' => 'rsx/theme/components/_archived/unfinished/popover.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Popover.js',
),
'Progress_Bar' =>
array (
'name' => 'Progress_Bar',
'template_file' => 'rsx/theme/components/_archived/unfinished/progress_bar.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Progress_Bar.js',
),
'Radio_Button' =>
array (
'name' => 'Radio_Button',
'template_file' => 'rsx/theme/components/_archived/unfinished/radio_button.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Radio_Button.js',
),
'Record_Count_Display' =>
array (
'name' => 'Record_Count_Display',
'template_file' => 'rsx/theme/components/_archived/unfinished/record_count_display.jqhtml',
),
'Rich_Text_Editor' =>
array (
'name' => 'Rich_Text_Editor',
'template_file' => 'rsx/theme/components/_archived/unfinished/rich_text_editor.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Rich_Text_Editor.js',
),
'Row_Action_Menu' =>
array (
'name' => 'Row_Action_Menu',
'template_file' => 'rsx/theme/components/_archived/unfinished/row_action_menu.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Row_Action_Menu.js',
),
'Search_Bar' =>
array (
'name' => 'Search_Bar',
'template_file' => 'rsx/theme/components/_archived/unfinished/search_bar.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Search_Bar.js',
),
'Search_Button' =>
array (
'name' => 'Search_Button',
'template_file' => 'rsx/theme/components/_archived/unfinished/search_button.jqhtml',
),
'Search_Input' =>
array (
'name' => 'Search_Input',
'template_file' => 'rsx/theme/components/_archived/unfinished/search_input.jqhtml',
),
'Searchable_Select' =>
array (
'name' => 'Searchable_Select',
'template_file' => 'rsx/theme/components/_archived/unfinished/searchable_select.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Searchable_Select.js',
),
'Select_Dropdown' =>
array (
'name' => 'Select_Dropdown',
'template_file' => 'rsx/theme/components/_archived/unfinished/select_dropdown.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Select_Dropdown.js',
),
'Sidebar_Nav' =>
array (
'name' => 'Sidebar_Nav',
'template_file' => 'rsx/theme/components/_archived/unfinished/sidebar_nav.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Sidebar_Nav.js',
),
'Simple_Table_Test' =>
array (
'name' => 'Simple_Table_Test',
'template_file' => 'rsx/theme/components/_archived/unfinished/simple_table_test.jqhtml',
),
'Sortable_Column_Header' =>
array (
'name' => 'Sortable_Column_Header',
'template_file' => 'rsx/theme/components/_archived/unfinished/sortable_column_header.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Sortable_Column_Header.js',
),
'Spinner' =>
array (
'name' => 'Spinner',
'template_file' => 'rsx/theme/components/_archived/unfinished/spinner.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Spinner.js',
),
'Stat_Card' =>
array (
'name' => 'Stat_Card',
'template_file' => 'rsx/theme/components/_archived/unfinished/stat_card.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Stat_Card.js',
),
'Status_Badge' =>
array (
'name' => 'Status_Badge',
'template_file' => 'rsx/theme/components/_archived/unfinished/status_badge.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Status_Badge.js',
),
'Tab_Content' =>
array (
'name' => 'Tab_Content',
'template_file' => 'rsx/theme/components/_archived/unfinished/tab_content.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Tab_Content.js',
),
'Table' =>
array (
'name' => 'Table',
'template_file' => 'rsx/theme/components/_archived/unfinished/table.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Table.js',
),
'Table_Body' =>
array (
'name' => 'Table_Body',
'template_file' => 'rsx/theme/components/_archived/unfinished/table_body.jqhtml',
),
'Table_Headers' =>
array (
'name' => 'Table_Headers',
'template_file' => 'rsx/theme/components/_archived/unfinished/table_headers.jqhtml',
),
'Table_Pagination' =>
array (
'name' => 'Table_Pagination',
'template_file' => 'rsx/theme/components/_archived/unfinished/table_pagination.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Table_Pagination.js',
),
'Tabs' =>
array (
'name' => 'Tabs',
'template_file' => 'rsx/theme/components/_archived/unfinished/tabs.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Tabs.js',
),
'Tag' =>
array (
'name' => 'Tag',
'template_file' => 'rsx/theme/components/_archived/unfinished/tag.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Tag.js',
),
'Tag_Group' =>
array (
'name' => 'Tag_Group',
'template_file' => 'rsx/theme/components/_archived/unfinished/tag_group.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Tag_Group.js',
),
'Text_Display' =>
array (
'name' => 'Text_Display',
'template_file' => 'rsx/theme/components/_archived/unfinished/text_display.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/text_display.js',
),
'Textarea' =>
array (
'name' => 'Textarea',
'template_file' => 'rsx/theme/components/_archived/unfinished/textarea.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Textarea.js',
),
'Three_Column_Layout' =>
array (
'name' => 'Three_Column_Layout',
'template_file' => 'rsx/theme/components/_archived/unfinished/three_column_layout.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Three_Column_Layout.js',
),
'Time_Picker' =>
array (
'name' => 'Time_Picker',
'template_file' => 'rsx/theme/components/_archived/unfinished/time_picker.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Time_Picker.js',
),
'Timeline' =>
array (
'name' => 'Timeline',
'template_file' => 'rsx/theme/components/_archived/unfinished/timeline.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Timeline.js',
),
'Timestamp_Display' =>
array (
'name' => 'Timestamp_Display',
'template_file' => 'rsx/theme/components/_archived/unfinished/timestamp_display.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Timestamp_Display.js',
),
'Tooltip' =>
array (
'name' => 'Tooltip',
'template_file' => 'rsx/theme/components/_archived/unfinished/tooltip.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Tooltip.js',
),
'Top_Nav' =>
array (
'name' => 'Top_Nav',
'template_file' => 'rsx/theme/components/_archived/unfinished/top_nav.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Top_Nav.js',
),
'Trend_Indicator' =>
array (
'name' => 'Trend_Indicator',
'template_file' => 'rsx/theme/components/_archived/unfinished/trend_indicator.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Trend_Indicator.js',
),
'Two_Column_Layout' =>
array (
'name' => 'Two_Column_Layout',
'template_file' => 'rsx/theme/components/_archived/unfinished/two_column_layout.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/Two_Column_Layout.js',
),
'User_Avatar_Dropdown' =>
array (
'name' => 'User_Avatar_Dropdown',
'template_file' => 'rsx/theme/components/_archived/unfinished/user_avatar_dropdown.jqhtml',
'js_file' => 'rsx/theme/components/_archived/unfinished/User_Avatar_Dropdown.js',
),
'Users_Data_Table' =>
array (
'name' => 'Users_Data_Table',
'template_file' => 'rsx/theme/components/_archived/unfinished/users_data_table.jqhtml',
),
'DataGrid_Abstract' =>
array (
'name' => 'DataGrid_Abstract',
'template_file' => 'rsx/theme/components/datagrid/datagrid_abstract.jqhtml',
'js_file' => 'rsx/theme/components/datagrid/datagrid_abstract.js',
),
'Form_Field' =>
array (
'name' => 'Form_Field',
'template_file' => 'rsx/theme/components/forms/form_field.jqhtml',
'js_file' => 'rsx/theme/components/forms/form_field.js',
),
'Form_Field_Abstract' =>
array (
'name' => 'Form_Field_Abstract',
'template_file' => 'rsx/theme/components/forms/form_field_abstract.jqhtml',
'js_file' => 'rsx/theme/components/forms/form_field_abstract.js',
),
'Form_Hidden_Field' =>
array (
'name' => 'Form_Hidden_Field',
'template_file' => 'rsx/theme/components/forms/form_hidden_field.jqhtml',
'js_file' => 'rsx/theme/components/forms/form_hidden_field.js',
),
'Pin_Verification_Form' =>
array (
'name' => 'Pin_Verification_Form',
'template_file' => 'rsx/theme/components/forms/pin_verification_form.jqhtml',
'js_file' => 'rsx/theme/components/forms/pin_verification_form.js',
),
'Rsx_Form' =>
array (
'name' => 'Rsx_Form',
'template_file' => 'rsx/theme/components/forms/rsx_form.jqhtml',
'js_file' => 'rsx/theme/components/forms/rsx_form.js',
),
'Rsx_Tab' =>
array (
'name' => 'Rsx_Tab',
'template_file' => 'rsx/theme/components/forms/rsx_tab.jqhtml',
'js_file' => 'rsx/theme/components/forms/rsx_tab.js',
),
'Rsx_Tabs' =>
array (
'name' => 'Rsx_Tabs',
'template_file' => 'rsx/theme/components/forms/rsx_tabs.jqhtml',
'js_file' => 'rsx/theme/components/forms/rsx_tabs.js',
),
'Ajax_Select_Input' =>
array (
'name' => 'Ajax_Select_Input',
'template_file' => 'rsx/theme/components/inputs/ajax_select_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/ajax_select_input.js',
),
'Checkbox_Input' =>
array (
'name' => 'Checkbox_Input',
'template_file' => 'rsx/theme/components/inputs/checkbox_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/checkbox_input.js',
),
'Country_Select_Input' =>
array (
'name' => 'Country_Select_Input',
'template_file' => 'rsx/theme/components/inputs/country_select_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/country_select_input.js',
),
'Profile_Photo_Input' =>
array (
'name' => 'Profile_Photo_Input',
'template_file' => 'rsx/theme/components/inputs/profile_photo_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/profile_photo_input.js',
),
'Select_Input' =>
array (
'name' => 'Select_Input',
'template_file' => 'rsx/theme/components/inputs/select_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/select_input.js',
),
'State_Select_Input' =>
array (
'name' => 'State_Select_Input',
'template_file' => 'rsx/theme/components/inputs/state_select_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/state_select_input.js',
),
'Text_Input' =>
array (
'name' => 'Text_Input',
'template_file' => 'rsx/theme/components/inputs/text_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/text_input.js',
),
'Wysiwyg_Input' =>
array (
'name' => 'Wysiwyg_Input',
'template_file' => 'rsx/theme/components/inputs/wysiwyg_input.jqhtml',
'js_file' => 'rsx/theme/components/inputs/wysiwyg_input.js',
),
'Rsx_Modal' =>
array (
'name' => 'Rsx_Modal',
'template_file' => 'rsx/theme/components/modal/rsx_modal.jqhtml',
'js_file' => 'rsx/theme/components/modal/rsx_modal.js',
),
'Breadcrumb' =>
array (
'name' => 'Breadcrumb',
'template_file' => 'rsx/theme/components/page_elements/breadcrumb.jqhtml',
),
'Breadcrumb_Item' =>
array (
'name' => 'Breadcrumb_Item',
'template_file' => 'rsx/theme/components/page_elements/breadcrumb_item.jqhtml',
'js_file' => 'rsx/theme/components/page_elements/breadcrumb_item.js',
),
'Client_Label' =>
array (
'name' => 'Client_Label',
'template_file' => 'rsx/theme/components/page_elements/client_label.jqhtml',
'js_file' => 'rsx/theme/components/page_elements/client_label.js',
),
'Client_Label_Link' =>
array (
'name' => 'Client_Label_Link',
'template_file' => 'rsx/theme/components/page_elements/client_label_link.jqhtml',
'js_file' => 'rsx/theme/components/page_elements/client_label_link.js',
),
),
'component_count' => 141,
),
),
);