Warning (2): Missing argument 1 for VirtualController::timeslot() [APP/Controller/VirtualController.php, line 502]Code Context}
public function timeslot($id)
VirtualController::timeslot() - APP/Controller/VirtualController.php, line 502 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 107
Error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'timeslot_id' cannot be null
SQL Query: INSERT INTO `isodp2021_2023db`.`timeslot_views` (`timeslot_id`, `user_id`, `referer`, `created_at`) VALUES (NULL, 0, '/', '2025-01-09 15:47:57')
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_result = $query;
array()
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'INSERT INTO `isodp2021_2023db`.`timeslot_views` (`timeslot_id`, `user_id`, `referer`, `created_at`) VALUES (NULL, 0, '/', '2025-01-09 15:47:57')' array()
'values' => implode(', ', $valueInsert)
);
if ($this->execute($this->renderStatement('create', $query))) {
if (empty($id)) {
'INSERT INTO `isodp2021_2023db`.`timeslot_views` (`timeslot_id`, `user_id`, `referer`, `created_at`) VALUES (NULL, 0, '/', '2025-01-09 15:47:57')'
}
}
if (!$db->create($this, $fields, $values)) {
$success = false;
object(TimeslotView) { belongsTo => array( 'Timeslot' => array( 'counterCache' => true, 'className' => 'Timeslot', 'foreignKey' => 'timeslot_id', 'conditions' => '', 'fields' => '', 'order' => '' ), 'User' => array( 'className' => 'User', 'foreignKey' => 'user_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) recursive => (int) -1 suffixes => array( 'II' => 'II', 'III' => 'III', 'IV' => 'IV', 'Jr.' => 'Jr.', 'Sr.' => 'Sr.' ) powerPointFileTypes => array( (int) 0 => 'application/vnd.ms-powerpoint', (int) 1 => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', (int) 2 => 'application/vnd.openxmlformats-officedocument.presentationml.presentation' ) pdfFileTypes => array( (int) 0 => 'application/pdf' ) findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true, 'value' => true ) useDbConfig => 'default' useTable => 'timeslot_views' id => false data => array( 'TimeslotView' => array( 'timeslot_id' => null, 'user_id' => (int) 0, 'referer' => '/', 'created_at' => '2025-01-09 15:47:57' ) ) schemaName => 'isodp2021_2023db' table => 'timeslot_views' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'TimeslotView' alias => 'TimeslotView' tableToModel => array( 'timeslot_views' => 'TimeslotView' ) cacheQueries => false hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'TimeslotView' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => null order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => array( 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true, 'key' => 'primary' ), 'timeslot_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true ), 'user_id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => (int) 10, 'unsigned' => true ), 'referer' => array( 'type' => 'text', 'null' => false, 'default' => null, 'length' => null, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'created_at' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => object(ModelValidator) { [protected] _fields => array([maximum depth reached]) [protected] _model => object(TimeslotView) {} [protected] _validate => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _modelMethods => array( [maximum depth reached] ) [protected] _behaviors => array([maximum depth reached]) } } array( (int) 0 => 'timeslot_id', (int) 1 => 'user_id', (int) 2 => 'referer', (int) 3 => 'created_at' ) array( (int) 0 => null, (int) 1 => (int) 0, (int) 2 => '/', (int) 3 => '2025-01-09 15:47:57' )
$db = $this->getDataSource();
$transactionBegun = $db->begin();
try {
$success = $this->_doSave($data, $options);
if ($transactionBegun) {
array( 'timeslot_id' => null, 'user_id' => (int) 0, 'referer' => '/', 'created_at' => '2025-01-09 15:47:57' ) array( 'validate' => true, 'fieldList' => array(), 'callbacks' => true, 'counterCache' => true, 'atomic' => true )
'timeslot_id' => $id,
'user_id' => (int)$this->Auth->user('id'), // NOTE expecting insert 0 if not auth
'referer' => $this->referer(),
'created_at' => date('Y-m-d H:i:s'),
));
array( 'timeslot_id' => null, 'user_id' => (int) 0, 'referer' => '/', 'created_at' => '2025-01-09 15:47:57' )
'action' => $request->params['action']
));
}
return $method->invokeArgs($this, $request->params['pass']);
object(VirtualController) { CmeSettings => array() helpers => array( 'Time' => null, 'Confman' => null, 'Paginator' => null, 'Registration' => null, 'User' => null ) components => array( 'Security' => null, 'RequestHandler' => null, 'Paginator' => null, 'Cookie' => null, 'Session' => null, 'Auth' => array( 'logoutRedirect' => array( [maximum depth reached] ), 'authError' => '', 'authenticate' => array( [maximum depth reached] ), 'authorize' => array( [maximum depth reached] ) ), 'Confman' => null, 'Search.Prg' => null, 'Email' => null ) maintenanceModeByPass => false _admin_index_actionOptions => array() _admin_index_findOptions => array() _admin_edit_actionOptions => array() _admin_delete_actionOptions => array() name => 'Virtual' uses => array( (int) 0 => 'Virtual' ) request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'virtual/timeslot' base => '' webroot => '/' here => '/virtual/timeslot' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Virtual' layoutPath => null viewVars => array( 'user' => array(), 'globalAlert' => '', 'personalAlert' => '', 'userTimezoneSet' => false, 'userTimezone' => 'America/Los_Angeles', 'userTimezoneOffset' => (int) -8, 'banner' => null, 'surveyShow' => false, 'certificateShow' => false, 'CmeSettings' => array(), 'secondary_alert' => '', 'global_alert' => '<strong>Welcome to the ISODP 2023 OnDemand Website</strong>' ) view => 'timeslot' layout => 'virtual' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(VirtualController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 1 => 'banner', (int) 2 => 'login', (int) 3 => 'logout', (int) 4 => 'close_global_alert', (int) 5 => 'close_personal_alert', (int) 6 => 'settings', (int) 7 => 'settings_timezone', (int) 8 => 'settings_password', (int) 9 => 'settings_photo', (int) 10 => 'settings_profile', (int) 11 => 'settings_social', (int) 12 => 'settings_privacy', (int) 13 => 'index', (int) 14 => 'day', (int) 15 => 'chat', (int) 16 => 'timeslot', (int) 17 => 'timeslot_chat', (int) 18 => 'timeslot_qna', (int) 19 => 'lecture', (int) 20 => 'lecture_notes', (int) 21 => 'lecture_notes_list', (int) 22 => 'lecture_notes_email', (int) 23 => 'bio', (int) 24 => 'send_message', (int) 25 => 'schedule_meeting', (int) 26 => 'schedule_meeting_response', (int) 27 => 'messages', (int) 28 => 'meetings', (int) 29 => 'search', (int) 30 => 'programme', (int) 31 => 'programme_print', (int) 32 => 'agenda_login', (int) 33 => 'agenda_list', (int) 34 => 'agenda_email', (int) 35 => 'agenda_add', (int) 36 => 'agenda_delete', (int) 37 => 'users', (int) 38 => 'presenters', (int) 39 => 'delegates', (int) 40 => 'post_comment', (int) 41 => 'delete_comment', (int) 42 => 'conversation_feed', (int) 43 => 'subscriptions_posts', (int) 44 => 'fetch_video_mp4', (int) 45 => 'exhibitors', (int) 46 => 'exhibitor', (int) 47 => 'survey_login', (int) 48 => 'survey', (int) 49 => 'registration', (int) 50 => 'roche_virtual_booth', (int) 51 => 'rewind', (int) 52 => 'p', (int) 53 => 'info', (int) 54 => 'setUserTimezone', (int) 55 => 'srr', (int) 56 => 'live_sessions', (int) 57 => 'virtual_lounge', (int) 58 => 'tech_dashboard', (int) 59 => 'certificate', (int) 61 => 'isAuthorized', (int) 62 => 'userGate', (int) 63 => 'forceDisclosure', (int) 64 => 'forceCompleteProfile', (int) 65 => 'forceSSL', (int) 66 => '_languageRoute', (int) 68 => 'admin_index', (int) 69 => '_admin_index_beforeFilter', (int) 70 => '_admin_index_beforeFind', (int) 71 => '_admin_index_afterFind', (int) 72 => 'admin_add', (int) 73 => 'admin_edit', (int) 74 => '_admin_edit_beforeFilter', (int) 75 => '_admin_edit_onAdd', (int) 76 => '_admin_edit_onEdit', (int) 77 => '_admin_edit_onPrepare', (int) 78 => '_admin_edit_beforeSave', (int) 79 => '_admin_edit_afterSave', (int) 80 => 'return_from', (int) 81 => 'admin_return_from', (int) 82 => 'admin_delete', (int) 83 => '_admin_delete_beforeFilter', (int) 84 => '_admin_delete_beforeDelete', (int) 85 => '_admin_delete_afterDelete', (int) 86 => '_getOptions', (int) 87 => '_triggerActionEvent', (int) 88 => '_postRedirect' ) modelClass => 'Virtual' modelKey => 'virtual' validationErrors => null Security => object(SecurityComponent) { blackHoleCallback => 'forceSSL' requirePost => array([maximum depth reached]) requireGet => array([maximum depth reached]) requirePut => array([maximum depth reached]) requireDelete => array([maximum depth reached]) requireSecure => array( [maximum depth reached] ) requireAuth => array([maximum depth reached]) allowedControllers => array([maximum depth reached]) allowedActions => array([maximum depth reached]) disabledFields => array([maximum depth reached]) unlockedFields => array([maximum depth reached]) unlockedActions => array([maximum depth reached]) validatePost => false csrfCheck => false csrfExpires => '+30 minutes' csrfUseOnce => false csrfLimit => (int) 100 components => array( [maximum depth reached] ) request => object(CakeRequest) {} settings => array([maximum depth reached]) Session => object(SessionComponent) {} [protected] _action => 'timeslot' [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(VirtualController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'CAn5dExuye$36#3+eCr-!EbE5awrEYuv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'Please login - This content is reserved for registered attendees.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) autoRedirect => false flashElement => 'notifications/danger' loginError => 'Invalid username or password' [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Confman => object(ConfmanComponent) { controller => object(VirtualController) {} components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Prg => object(PrgComponent) { actions => array([maximum depth reached]) encode => false isSearch => false settings => array([maximum depth reached]) components => array([maximum depth reached]) controller => object(VirtualController) {} [protected] _parsedParams => array([maximum depth reached]) [protected] _defaults => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Email => object(EmailComponent) { to => null from => null replyTo => null readReceipt => null return => null cc => array([maximum depth reached]) bcc => array([maximum depth reached]) date => null subject => null headers => array([maximum depth reached]) additionalParams => null layout => 'default' template => null lineFeed => '' sendAs => 'text' delivery => 'mail' charset => 'UTF-8' attachments => array([maximum depth reached]) xMailer => 'CakePHP Email Component' filePaths => array([maximum depth reached]) smtpOptions => array([maximum depth reached]) textMessage => null htmlMessage => null messageId => true settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _controller => object(VirtualController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } presetVars => array() Virtual => object(AppModel) { recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'virtuals' id => null data => array([maximum depth reached]) schemaName => null table => 'virtuals' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Virtual' alias => 'Virtual' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true Setting => object(Setting) {} [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractAffiliation => object(AbstractAffiliation) { actsAS => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_affiliations' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_affiliations' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractAffiliation' alias => 'AbstractAffiliation' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractAffiliationAuthor => object(AbstractAffiliationAuthor) { belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_affiliation_authors' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_affiliation_authors' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractAffiliationAuthor' alias => 'AbstractAffiliationAuthor' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractTopic => object(AbstractTopic) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_topics' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_topics' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractTopic' alias => 'AbstractTopic' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Award => object(Award) { order => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'awards' id => false data => array([maximum depth reached]) schemaName => null table => 'awards' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Award' alias => 'Award' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AwardType => object(AwardType) { order => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'award_types' id => false data => array([maximum depth reached]) schemaName => null table => 'award_types' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AwardType' alias => 'AwardType' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Banner => object(Banner) { order => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'banners' id => false data => array([maximum depth reached]) schemaName => null table => 'banners' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Banner' alias => 'Banner' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } CommitteeUser => object(CommitteeUser) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'committee_users' id => false data => array([maximum depth reached]) schemaName => null table => 'committee_users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'CommitteeUser' alias => 'CommitteeUser' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Discussion => object(Discussion) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'discussions' id => false data => array([maximum depth reached]) schemaName => null table => 'discussions' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Discussion' alias => 'Discussion' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Inbox => object(Inbox) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'inboxes' id => false data => array([maximum depth reached]) schemaName => null table => 'inboxes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Inbox' alias => 'Inbox' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } InfoPage => object(InfoPage) { order => 'title ASC' recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'info_pages' id => false data => array([maximum depth reached]) schemaName => null table => 'info_pages' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'InfoPage' alias => 'InfoPage' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Lecture => object(Lecture) { actsAs => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'lectures' id => false data => array([maximum depth reached]) schemaName => null table => 'lectures' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Lecture' alias => 'Lecture' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Link => object(Link) { recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'links' id => false data => array([maximum depth reached]) schemaName => null table => 'links' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Link' alias => 'Link' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Meeting => object(Meeting) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'meetings' id => false data => array([maximum depth reached]) schemaName => null table => 'meetings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Meeting' alias => 'Meeting' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Survey => object(Survey) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'surveys' id => false data => array([maximum depth reached]) schemaName => null table => 'surveys' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Survey' alias => 'Survey' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Timeslot => object(Timeslot) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'timeslots' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslots' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Timeslot' alias => 'Timeslot' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true TimeslotView => object(TimeslotView) {} [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } TimeslotChair => object(TimeslotChair) { actsAs => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'timeslot_chairs' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslot_chairs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'TimeslotChair' alias => 'TimeslotChair' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } TimeslotDate => object(TimeslotDate) { useDbConfig => 'arraySource' hasMany => array( [maximum depth reached] ) records => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useTable => 'timeslot_dates' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslot_dates' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'TimeslotDate' alias => 'TimeslotDate' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } User => object(User) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) hasOne => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) validateAdmin => array( [maximum depth reached] ) validateChangePassword => array( [maximum depth reached] ) validateDisclosure => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'isodp2021_2023db' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true Registration => object(Registration) {} [protected] CmeSettings => null [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } UserAgenda => object(UserAgenda) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'user_agendas' id => false data => array([maximum depth reached]) schemaName => null table => 'user_agendas' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'UserAgenda' alias => 'UserAgenda' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } array()
$response = $controller->response;
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'virtual', 'action' => 'timeslot', 'named' => array(), 'pass' => array(), '_Token' => array( 'key' => '6a03eb5053019e68ce9698247f6b85e7d5612290b5ccba6f487f9e95914af8be17df2deacf60756b615c1fd17c868354350fa2c048bdc901c57e7c0d6981a620', 'unlockedFields' => array([maximum depth reached]) ), 'isAjax' => false, 'models' => array( 'CakeError' => array( [maximum depth reached] ), 'Virtual' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'AbstractAffiliation' => array( [maximum depth reached] ), 'AbstractAffiliationAuthor' => array( [maximum depth reached] ), 'AbstractTopic' => array( [maximum depth reached] ), 'Award' => array( [maximum depth reached] ), 'AwardType' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'CommitteeUser' => array( [maximum depth reached] ), 'Discussion' => array( [maximum depth reached] ), 'Inbox' => array( [maximum depth reached] ), 'InfoPage' => array( [maximum depth reached] ), 'Lecture' => array( [maximum depth reached] ), 'Link' => array( [maximum depth reached] ), 'Meeting' => array( [maximum depth reached] ), 'Survey' => array( [maximum depth reached] ), 'Timeslot' => array( [maximum depth reached] ), 'TimeslotChair' => array( [maximum depth reached] ), 'TimeslotDate' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'UserAgenda' => array( [maximum depth reached] ), 'Registration' => array( [maximum depth reached] ), 'TimeslotView' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'virtual/timeslot' base => '' webroot => '/' here => '/virtual/timeslot' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(VirtualController) { CmeSettings => array() helpers => array( 'Time' => null, 'Confman' => null, 'Paginator' => null, 'Registration' => null, 'User' => null ) components => array( 'Security' => null, 'RequestHandler' => null, 'Paginator' => null, 'Cookie' => null, 'Session' => null, 'Auth' => array( 'logoutRedirect' => array( [maximum depth reached] ), 'authError' => '', 'authenticate' => array( [maximum depth reached] ), 'authorize' => array( [maximum depth reached] ) ), 'Confman' => null, 'Search.Prg' => null, 'Email' => null ) maintenanceModeByPass => false _admin_index_actionOptions => array() _admin_index_findOptions => array() _admin_edit_actionOptions => array() _admin_delete_actionOptions => array() name => 'Virtual' uses => array( (int) 0 => 'Virtual' ) request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'virtual/timeslot' base => '' webroot => '/' here => '/virtual/timeslot' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Virtual' layoutPath => null viewVars => array( 'user' => array(), 'globalAlert' => '', 'personalAlert' => '', 'userTimezoneSet' => false, 'userTimezone' => 'America/Los_Angeles', 'userTimezoneOffset' => (int) -8, 'banner' => null, 'surveyShow' => false, 'certificateShow' => false, 'CmeSettings' => array(), 'secondary_alert' => '', 'global_alert' => '<strong>Welcome to the ISODP 2023 OnDemand Website</strong>' ) view => 'timeslot' layout => 'virtual' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(VirtualController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => null cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 1 => 'banner', (int) 2 => 'login', (int) 3 => 'logout', (int) 4 => 'close_global_alert', (int) 5 => 'close_personal_alert', (int) 6 => 'settings', (int) 7 => 'settings_timezone', (int) 8 => 'settings_password', (int) 9 => 'settings_photo', (int) 10 => 'settings_profile', (int) 11 => 'settings_social', (int) 12 => 'settings_privacy', (int) 13 => 'index', (int) 14 => 'day', (int) 15 => 'chat', (int) 16 => 'timeslot', (int) 17 => 'timeslot_chat', (int) 18 => 'timeslot_qna', (int) 19 => 'lecture', (int) 20 => 'lecture_notes', (int) 21 => 'lecture_notes_list', (int) 22 => 'lecture_notes_email', (int) 23 => 'bio', (int) 24 => 'send_message', (int) 25 => 'schedule_meeting', (int) 26 => 'schedule_meeting_response', (int) 27 => 'messages', (int) 28 => 'meetings', (int) 29 => 'search', (int) 30 => 'programme', (int) 31 => 'programme_print', (int) 32 => 'agenda_login', (int) 33 => 'agenda_list', (int) 34 => 'agenda_email', (int) 35 => 'agenda_add', (int) 36 => 'agenda_delete', (int) 37 => 'users', (int) 38 => 'presenters', (int) 39 => 'delegates', (int) 40 => 'post_comment', (int) 41 => 'delete_comment', (int) 42 => 'conversation_feed', (int) 43 => 'subscriptions_posts', (int) 44 => 'fetch_video_mp4', (int) 45 => 'exhibitors', (int) 46 => 'exhibitor', (int) 47 => 'survey_login', (int) 48 => 'survey', (int) 49 => 'registration', (int) 50 => 'roche_virtual_booth', (int) 51 => 'rewind', (int) 52 => 'p', (int) 53 => 'info', (int) 54 => 'setUserTimezone', (int) 55 => 'srr', (int) 56 => 'live_sessions', (int) 57 => 'virtual_lounge', (int) 58 => 'tech_dashboard', (int) 59 => 'certificate', (int) 61 => 'isAuthorized', (int) 62 => 'userGate', (int) 63 => 'forceDisclosure', (int) 64 => 'forceCompleteProfile', (int) 65 => 'forceSSL', (int) 66 => '_languageRoute', (int) 68 => 'admin_index', (int) 69 => '_admin_index_beforeFilter', (int) 70 => '_admin_index_beforeFind', (int) 71 => '_admin_index_afterFind', (int) 72 => 'admin_add', (int) 73 => 'admin_edit', (int) 74 => '_admin_edit_beforeFilter', (int) 75 => '_admin_edit_onAdd', (int) 76 => '_admin_edit_onEdit', (int) 77 => '_admin_edit_onPrepare', (int) 78 => '_admin_edit_beforeSave', (int) 79 => '_admin_edit_afterSave', (int) 80 => 'return_from', (int) 81 => 'admin_return_from', (int) 82 => 'admin_delete', (int) 83 => '_admin_delete_beforeFilter', (int) 84 => '_admin_delete_beforeDelete', (int) 85 => '_admin_delete_afterDelete', (int) 86 => '_getOptions', (int) 87 => '_triggerActionEvent', (int) 88 => '_postRedirect' ) modelClass => 'Virtual' modelKey => 'virtual' validationErrors => null Security => object(SecurityComponent) { blackHoleCallback => 'forceSSL' requirePost => array([maximum depth reached]) requireGet => array([maximum depth reached]) requirePut => array([maximum depth reached]) requireDelete => array([maximum depth reached]) requireSecure => array( [maximum depth reached] ) requireAuth => array([maximum depth reached]) allowedControllers => array([maximum depth reached]) allowedActions => array([maximum depth reached]) disabledFields => array([maximum depth reached]) unlockedFields => array([maximum depth reached]) unlockedActions => array([maximum depth reached]) validatePost => false csrfCheck => false csrfExpires => '+30 minutes' csrfUseOnce => false csrfLimit => (int) 100 components => array( [maximum depth reached] ) request => object(CakeRequest) {} settings => array([maximum depth reached]) Session => object(SessionComponent) {} [protected] _action => 'timeslot' [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => null settings => array( [maximum depth reached] ) components => array([maximum depth reached]) params => object(CakeRequest) {} [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(VirtualController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'CAn5dExuye$36#3+eCr-!EbE5awrEYuv' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => null logoutRedirect => array( [maximum depth reached] ) authError => 'Please login - This content is reserved for registered attendees.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) autoRedirect => false flashElement => 'notifications/danger' loginError => 'Invalid username or password' [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Confman => object(ConfmanComponent) { controller => object(VirtualController) {} components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Prg => object(PrgComponent) { actions => array([maximum depth reached]) encode => false isSearch => false settings => array([maximum depth reached]) components => array([maximum depth reached]) controller => object(VirtualController) {} [protected] _parsedParams => array([maximum depth reached]) [protected] _defaults => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Email => object(EmailComponent) { to => null from => null replyTo => null readReceipt => null return => null cc => array([maximum depth reached]) bcc => array([maximum depth reached]) date => null subject => null headers => array([maximum depth reached]) additionalParams => null layout => 'default' template => null lineFeed => '' sendAs => 'text' delivery => 'mail' charset => 'UTF-8' attachments => array([maximum depth reached]) xMailer => 'CakePHP Email Component' filePaths => array([maximum depth reached]) smtpOptions => array([maximum depth reached]) textMessage => null htmlMessage => null messageId => true settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _controller => object(VirtualController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } presetVars => array() Virtual => object(AppModel) { recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'virtuals' id => null data => array([maximum depth reached]) schemaName => null table => 'virtuals' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Virtual' alias => 'Virtual' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true Setting => object(Setting) {} [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractAffiliation => object(AbstractAffiliation) { actsAS => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_affiliations' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_affiliations' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractAffiliation' alias => 'AbstractAffiliation' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractAffiliationAuthor => object(AbstractAffiliationAuthor) { belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_affiliation_authors' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_affiliation_authors' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractAffiliationAuthor' alias => 'AbstractAffiliationAuthor' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AbstractTopic => object(AbstractTopic) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'abstract_topics' id => false data => array([maximum depth reached]) schemaName => null table => 'abstract_topics' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AbstractTopic' alias => 'AbstractTopic' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Award => object(Award) { order => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'awards' id => false data => array([maximum depth reached]) schemaName => null table => 'awards' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Award' alias => 'Award' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } AwardType => object(AwardType) { order => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'award_types' id => false data => array([maximum depth reached]) schemaName => null table => 'award_types' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'AwardType' alias => 'AwardType' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Banner => object(Banner) { order => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'banners' id => false data => array([maximum depth reached]) schemaName => null table => 'banners' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Banner' alias => 'Banner' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } CommitteeUser => object(CommitteeUser) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'committee_users' id => false data => array([maximum depth reached]) schemaName => null table => 'committee_users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'CommitteeUser' alias => 'CommitteeUser' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Discussion => object(Discussion) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'discussions' id => false data => array([maximum depth reached]) schemaName => null table => 'discussions' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Discussion' alias => 'Discussion' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Inbox => object(Inbox) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'inboxes' id => false data => array([maximum depth reached]) schemaName => null table => 'inboxes' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Inbox' alias => 'Inbox' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } InfoPage => object(InfoPage) { order => 'title ASC' recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'info_pages' id => false data => array([maximum depth reached]) schemaName => null table => 'info_pages' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'InfoPage' alias => 'InfoPage' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Lecture => object(Lecture) { actsAs => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'lectures' id => false data => array([maximum depth reached]) schemaName => null table => 'lectures' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Lecture' alias => 'Lecture' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Link => object(Link) { recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'links' id => false data => array([maximum depth reached]) schemaName => null table => 'links' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Link' alias => 'Link' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Meeting => object(Meeting) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'meetings' id => false data => array([maximum depth reached]) schemaName => null table => 'meetings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Meeting' alias => 'Meeting' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Survey => object(Survey) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'surveys' id => false data => array([maximum depth reached]) schemaName => null table => 'surveys' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Survey' alias => 'Survey' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } Timeslot => object(Timeslot) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'timeslots' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslots' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'Timeslot' alias => 'Timeslot' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true TimeslotView => object(TimeslotView) {} [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } TimeslotChair => object(TimeslotChair) { actsAs => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'timeslot_chairs' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslot_chairs' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'TimeslotChair' alias => 'TimeslotChair' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } TimeslotDate => object(TimeslotDate) { useDbConfig => 'arraySource' hasMany => array( [maximum depth reached] ) records => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useTable => 'timeslot_dates' id => false data => array([maximum depth reached]) schemaName => null table => 'timeslot_dates' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'TimeslotDate' alias => 'TimeslotDate' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } User => object(User) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) hasOne => array( [maximum depth reached] ) hasAndBelongsToMany => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) validateAdmin => array( [maximum depth reached] ) validateChangePassword => array( [maximum depth reached] ) validateDisclosure => array( [maximum depth reached] ) filterArgs => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'isodp2021_2023db' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array( [maximum depth reached] ) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true Registration => object(Registration) {} [protected] CmeSettings => null [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } UserAgenda => object(UserAgenda) { actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) recursive => (int) -1 suffixes => array( [maximum depth reached] ) powerPointFileTypes => array( [maximum depth reached] ) pdfFileTypes => array( [maximum depth reached] ) findMethods => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'user_agendas' id => false data => array([maximum depth reached]) schemaName => null table => 'user_agendas' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null name => 'UserAgenda' alias => 'UserAgenda' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true [protected] CmeSettings => null [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => null [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'virtual', 'action' => 'timeslot', 'named' => array(), 'pass' => array(), '_Token' => array( 'key' => '6a03eb5053019e68ce9698247f6b85e7d5612290b5ccba6f487f9e95914af8be17df2deacf60756b615c1fd17c868354350fa2c048bdc901c57e7c0d6981a620', 'unlockedFields' => array([maximum depth reached]) ), 'isAjax' => false, 'models' => array( 'CakeError' => array( [maximum depth reached] ), 'Virtual' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'AbstractAffiliation' => array( [maximum depth reached] ), 'AbstractAffiliationAuthor' => array( [maximum depth reached] ), 'AbstractTopic' => array( [maximum depth reached] ), 'Award' => array( [maximum depth reached] ), 'AwardType' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'CommitteeUser' => array( [maximum depth reached] ), 'Discussion' => array( [maximum depth reached] ), 'Inbox' => array( [maximum depth reached] ), 'InfoPage' => array( [maximum depth reached] ), 'Lecture' => array( [maximum depth reached] ), 'Link' => array( [maximum depth reached] ), 'Meeting' => array( [maximum depth reached] ), 'Survey' => array( [maximum depth reached] ), 'Timeslot' => array( [maximum depth reached] ), 'TimeslotChair' => array( [maximum depth reached] ), 'TimeslotDate' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'UserAgenda' => array( [maximum depth reached] ), 'Registration' => array( [maximum depth reached] ), 'TimeslotView' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'virtual/timeslot' base => '' webroot => '/' here => '/virtual/timeslot' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'virtual', 'action' => 'timeslot', 'named' => array(), 'pass' => array(), '_Token' => array( 'key' => '6a03eb5053019e68ce9698247f6b85e7d5612290b5ccba6f487f9e95914af8be17df2deacf60756b615c1fd17c868354350fa2c048bdc901c57e7c0d6981a620', 'unlockedFields' => array([maximum depth reached]) ), 'isAjax' => false, 'models' => array( 'CakeError' => array( [maximum depth reached] ), 'Virtual' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'AbstractAffiliation' => array( [maximum depth reached] ), 'AbstractAffiliationAuthor' => array( [maximum depth reached] ), 'AbstractTopic' => array( [maximum depth reached] ), 'Award' => array( [maximum depth reached] ), 'AwardType' => array( [maximum depth reached] ), 'Banner' => array( [maximum depth reached] ), 'CommitteeUser' => array( [maximum depth reached] ), 'Discussion' => array( [maximum depth reached] ), 'Inbox' => array( [maximum depth reached] ), 'InfoPage' => array( [maximum depth reached] ), 'Lecture' => array( [maximum depth reached] ), 'Link' => array( [maximum depth reached] ), 'Meeting' => array( [maximum depth reached] ), 'Survey' => array( [maximum depth reached] ), 'Timeslot' => array( [maximum depth reached] ), 'TimeslotChair' => array( [maximum depth reached] ), 'TimeslotDate' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'UserAgenda' => array( [maximum depth reached] ), 'Registration' => array( [maximum depth reached] ), 'TimeslotView' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'virtual/timeslot' base => '' webroot => '/' here => '/virtual/timeslot' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }
2025 © ISODP 2023