|
181 | 181 | 'Cake\Database\ValueBinder' => ['_bindings', '_bindingsCount'], |
182 | 182 |
|
183 | 183 | ], |
184 | | - |
185 | 184 | 'Datasource' => [ |
186 | 185 | 'Cake\Datasource\FactoryLocator' => ['_modelFactories'], |
187 | 186 | 'Cake\Datasource\RulesAwareTrait' => ['_rulesChecker'], |
|
196 | 195 | '_accessors', '_new', '_errors', '_invalid', '_registryAlias', '_hasBeenVisited', |
197 | 196 | ], |
198 | 197 | ], |
199 | | - |
200 | 198 | // There are no properties in the Error package |
201 | | - |
202 | 199 | 'Event' => [ |
203 | 200 | 'Cake\Event\Decorator\AbstractDecorator' => ['_callable', '_options'], |
204 | 201 | 'Cake\Event\Event' => ['_name', '_subject', '_data', '_stopped'], |
|
208 | 205 | '_generalManager', '_listeners', '_isGlobal', '_eventList', '_trackEvents', |
209 | 206 | ], |
210 | 207 | ], |
211 | | - |
212 | 208 | 'Form' => [ |
213 | 209 | 'Cake\Form\Schema' => ['_fields', '_fieldDefaults'], |
214 | 210 | 'Cake\Form\Form' => ['_schemaClass', '_schema', '_errors', '_data'], |
215 | 211 | ], |
216 | | - |
217 | 212 | 'Http' => [ |
218 | 213 | 'Cake\Http\CorsBuilder' => ['_response', '_origin', '_isSsl', '_headers'], |
219 | 214 | 'Cake\Http\Client' => ['_cookies', '_mockAdapter', '_adapter'], |
|
234 | 229 | 'Cake\Http\Session\DatabaseSession' => ['_table', '_timeout'], |
235 | 230 | 'Cake\Http\Session\CacheSession' => ['_options'], |
236 | 231 | ], |
237 | | - |
238 | 232 | 'I18n' => [ |
239 | 233 | 'Cake\I18n\MessagesFileLoader' => ['_name', '_plugin', '_locale', '_extension'], |
240 | 234 | 'Cake\I18n\ChainMessagesLoader' => ['_loaders'], |
|
248 | 242 | 'Cake\I18n\Number' => ['_formatters', '_defaultCurrency', '_defaultCurrencyFormat'], |
249 | 243 | 'Cake\I18n\TranslatorRegistry' => ['_loaders', '_defaultFormatter', '_useFallback', '_cacher'], |
250 | 244 | ], |
251 | | - |
252 | 245 | 'Log' => [ |
253 | 246 | 'Cake\Log\Log' => ['_dirtyConfig', '_levels', '_levelMap'], |
254 | 247 | 'Cake\Log\Engine\ConsoleLog' => ['_output'], |
255 | 248 | 'Cake\Log\Engine\SyslogLog' => ['_open'], |
256 | 249 | 'Cake\Log\Engine\FileLog' => ['_path', '_file', '_size'], |
257 | 250 | ], |
258 | | - |
259 | 251 | 'Mailer' => [ |
260 | 252 | 'Cake\Mailer\Transport\SmtpTransport' => [ |
261 | 253 | '_socket', '_content', '_lastResponse', |
262 | 254 | ], |
263 | 255 | ], |
264 | | - |
265 | 256 | 'Network' => [ |
266 | 257 | 'Cake\Network\Socket' => [ |
267 | 258 | '_encryptMethods', '_connectionErrors', |
268 | 259 | ], |
269 | 260 | ], |
270 | | - |
271 | 261 | 'ORM' => [ |
272 | 262 | 'Cake\ORM\Association' => [ |
273 | 263 | '_name', '_className', '_bindingKey', '_foreignKey', '_conditions', |
|
321 | 311 | '_associations', '_behaviors', '_entityClass', '_registryAlias', |
322 | 312 | ], |
323 | 313 | ], |
| 314 | + 'Routing' => [ |
| 315 | + 'Cake\Routing\Router' => [ |
| 316 | + '_defaultRouteClass', '_fullBaseUrl', '_collection', '_requestContext', '_namedExpressions', |
| 317 | + '_request', '_initialState', '_urlFilters', '_defaultExtensions', '_routePaths', |
| 318 | + ], |
| 319 | + 'Cake\Routing\RouteCollection' => [ |
| 320 | + '_routeTable', '_named', '_paths', '_middleware', '_middlewareGroups', '_extensions', |
| 321 | + ], |
| 322 | + 'Cake\Routing\RouteBuilder' => [ |
| 323 | + '_resourceMap', '_routeClass', '_extensions', |
| 324 | + '_path', '_params', '_namePrefix', '_collection', |
| 325 | + ], |
| 326 | + 'Cake\Routing\Route\Route' => [ |
| 327 | + '_greedy', '_compiledRoute', '_name', '_extensions', |
| 328 | + ], |
| 329 | + 'Cake\Routing\Route\DashedRoute' => ['_inflectedDefaults'], |
| 330 | + 'Cake\Routing\Route\InflectedRoute' => ['_inflectedDefaults'], |
| 331 | + 'Cake\Routing\Exception\MissingRouteException' => ['_messageTemplateWithMethod'], |
| 332 | + ], |
324 | 333 | 'Utility' => [ |
325 | 334 | 'Cake\Utility\Inflector' => [ |
326 | 335 | '_plural', '_singular', '_irregular', '_uninflected', '_cache', '_initialState', |
|
0 commit comments