Request_Exception [ 0 ]:
SYSPATH/classes/Kohana/Request/Client/Curl.php [ 102 ]
97 // Close the connection
98 curl_close($curl);
99
100 if (isset($error))
101 {
102 throw new Request_Exception('Error fetching remote :url [ status :code ] :error',
103 [':url' => $request->url(), ':code' => $code, ':error' => $error]);
104 }
105
106 $response->status($code)
107 ->body($body);
-
SYSPATH/classes/Kohana/Request/Client/External.php [ 140 ] » Kohana_Request_Client_Curl->_send_message(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _regex => array(0) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(65) "#^https://360gradtraining\.semcosoft\.com/api/v1/classes/2369$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(4){ public x-apikey => string(12) "gnx-dgp5gtFB" public accept => string(16) "application/json" public content-type => string(16) "application/json" public content-length => string(1) "0" }protected _body => NULL protected _directory => string(0) "" protected _controller => NULL protected _action => NULL protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _external => bool TRUE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Curl(10){ protected _options => array(2) ( 19913 => bool TRUE 42 => bool FALSE ) protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }135 $request->headers('user-agent', Kohana::version()); 136 } 137 138 try 139 { 140 $response = $this->_send_message($request, $response); 141 } 142 catch (Exception $e) 143 { 144 // Restore the previous request 145 Request::$current = $previous; -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_External->execute_request(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _regex => array(0) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(65) "#^https://360gradtraining\.semcosoft\.com/api/v1/classes/2369$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(4){ public x-apikey => string(12) "gnx-dgp5gtFB" public accept => string(16) "application/json" public content-type => string(16) "application/json" public content-length => string(1) "0" }protected _body => NULL protected _directory => string(0) "" protected _controller => NULL protected _action => NULL protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _external => bool TRUE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Curl(10){ protected _options => array(2) ( 19913 => bool TRUE 42 => bool FALSE ) protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _regex => array(0) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(65) "#^https://360gradtraining\.semcosoft\.com/api/v1/classes/2369$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(4){ public x-apikey => string(12) "gnx-dgp5gtFB" public accept => string(16) "application/json" public content-type => string(16) "application/json" public content-length => string(1) "0" }protected _body => NULL protected _directory => string(0) "" protected _controller => NULL protected _action => NULL protected _uri => string(57) "https://360gradtraining.semcosoft.com/api/v1/classes/2369" protected _external => bool TRUE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Curl(10){ protected _options => array(2) ( 19913 => bool TRUE 42 => bool FALSE ) protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/modules/semco/classes/Helper/Semco.php [ 96 ] » Request->execute()
91 $request->headers('Content-Type', 'application/json'); 92 if ($body) { 93 $request->body($body); 94 } 95 $request->query($params); 96 return $request->execute(); 97 } 98 99 public function get(string $path, array $params = []) 100 { 101 $response = $this->_make_call($path, $params, HTTP_Request::GET); -
DOCROOT/modules/semco/classes/Helper/Semco.php [ 101 ] » Helper_Semco->_make_call(arguments)
0string(12) "classes/2369"1array(0)2string(3) "GET"96 return $request->execute(); 97 } 98 99 public function get(string $path, array $params = []) 100 { 101 $response = $this->_make_call($path, $params, HTTP_Request::GET); 102 if ($response->status() !== 200) 103 { 104 return FALSE; 105 } 106 return json_decode($response->body()); -
DOCROOT/modules/semco/classes/Helper/Semco.php [ 166 ] » Helper_Semco->get(arguments)
0string(12) "classes/2369"161 * 162 * @return Model_Semco_Class | bool 163 */ 164 public function get_class(int $class_id) 165 { 166 $result = $this->get("classes/{$class_id}"); 167 return $result === FALSE ? $result : new Model_Semco_Class($result); 168 } 169 170 /** 171 * @param array $params -
DOCROOT/modules/semco/classes/Controller/Frontend/Component/Seminar/Detail.php [ 23 ] » Helper_Semco->get_class(arguments)
class_idinteger 2369
18 19 $seminar_id = Request::$current->url_param('seminar'); 20 21 $detail_page_id = Page_Settings::get_page()->id; 22 23 $seminar = Helper_Semco::instance()->get_class( $seminar_id ); 24 25 $this->template->set( compact( 'seminar', 'detail_page_id' ) ); 26 27 // check honeypots 28 if (Arr::get($_POST, 'username', '') !== '' || Arr::get($_POST, 'password', '') !== '') { -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Frontend_Component_Seminar_Detail->action_html()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
MODPATH/synergy/core/classes/Controller/Motor/Frontend/Template.php [ 161 ] » Kohana_Controller->execute()
156 if ($this->check_component_cache() === TRUE) 157 { 158 return $this->response; 159 } 160 161 return parent::execute(); 162 } 163 164 /** 165 * Assigns the template [View] as the request response. 166 */ -
{PHP internal call} » Controller_Motor_Frontend_Template->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Frontend_Component_Seminar_Detail(30)
{ protected _component_model => string(24) "Component_Seminar_Detail" protected _config_file => string(24) "component_seminar_detail" protected _component_config => object Config_Group(6){ public edit_label => string(0) "" public table_name => string(24) "component_seminar_detail" public frontend_tpl => string(33) "frontend/component/seminar/detail" public page_links => array(0) public attachments => array(0) public fields => array(0) }protected _data_fields => array(0) protected _attachments => array(0) protected _page_links => array(0) public template => object View(2){ protected _file => string(96) "/srv/www/360gradtraining.de/www/htdocs/modules/semco/views/frontend/component/seminar/detail.tpl" protected _data => array(0) }protected _immediate_notice => NULL protected _record => NULL protected _form_alias => string(4) "form" protected _form_field_options => array(0) protected _additional_form_fields => array(0) protected _ignore_form_fields => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _auto_save => bool TRUE protected _csrf_token => bool TRUE protected _lifetime => integer 0 protected _cache => NULL protected _cache_namespace => string(0) "" protected _driver => bool FALSE protected _enabled => bool FALSE protected _component_data => object stdClass(5){ public id => integer 1 public created_at => string(19) "2022-04-11 11:53:22" public updated_at => NULL public block_id => integer 1569 public original_record => object Model_Component_Seminar_Detail(46)protected _data => array(0) protected _data_loaded => bool FALSE protected _fractalizer => object Fractalizer(4){ protected _config_file => string(24) "component_seminar_detail" protected _behaviours => array(2) ( "attachment" => object Behaviour_Attachment(6)}{ protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(24) "Component_Seminar_Detail" ) ) protected _record => object Model_Component_Seminar_Detail(46) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_one => array(0) }"page_link" => object Behaviour_Page_Link(6){ protected _methods => array(3) ( 0 => string(17) "page_link_options" 1 => string(10) "page_links" 2 => string(9) "page_link" ) protected _has_many => array(1) ( "page_links" => array(2) ( "model" => string(9) "Page_Link" "polymorphic_model" => string(24) "Component_Seminar_Detail" ) ) protected _record => object Model_Component_Seminar_Detail(46) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_one => array(0) }) protected _belongs_to => array(1) ( "block" => array(2) ( "foreign_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(6) ( "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "page_link_options" => string(9) "page_link" "page_links" => string(9) "page_link" "page_link" => string(9) "page_link" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(2) ( "page_links" => array(5) ( "foreign_key" => string(27) "component_seminar_detail_id" "through" => NULL "far_key" => string(12) "page_link_id" "model" => string(9) "Page_Link" "polymorphic_model" => string(24) "Component_Seminar_Detail" ) "attachments" => array(5) ( "foreign_key" => string(27) "component_seminar_detail_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(24) "Component_Seminar_Detail" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "1" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL "block_id" => string(4) "1569" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "1" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL "block_id" => string(4) "1569" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(24) "component_seminar_detail" protected _object_plural => string(25) "component_seminar_details" protected _table_name => string(24) "component_seminar_detail" protected _table_columns => array(4) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "block_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(24) "component_seminar_detail" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _manager => object League\Fractal\Manager(5)public auto_render => bool TRUE public request => object Request(20){ protected requestedIncludes => array(0) protected includeParams => array(0) protected paramDelimiter => string(1) "|" protected recursionLimit => integer 10 protected serializer => NULL }protected _resource => NULL protected _includes => array(0) protected _serializer => string(23) "Fractal_ArraySerializer" }{ private _url_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(33) "Frontend_Component_Seminar_Detail" protected _action => string(4) "html" protected _uri => string(40) "Frontend_Component_Seminar_Detail/html/1" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "1" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)public container => string(7) "content" }{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ private _url_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(33) "Frontend_Component_Seminar_Detail" protected _action => string(4) "html" protected _uri => string(40) "Frontend_Component_Seminar_Detail/html/1" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "1" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ private _url_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(33) "Frontend_Component_Seminar_Detail" protected _action => string(4) "html" protected _uri => string(40) "Frontend_Component_Seminar_Detail/html/1" protected _external => bool FALSE protected _params => array(2) ( "id" => string(1) "1" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) }}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
MODPATH/synergy/backend/classes/Helper/Page.php [ 369 ] » Request->execute()
364 if (class_exists('Controller_Frontend_' . $block->component)) 365 { 366 return Request::factory( 367 $request_uri, 368 ['callback_params' => $callback_params] 369 )->execute(); 370 } 371 else 372 { 373 Log::instance()->add( 374 Log::WARNING, -
MODPATH/synergy/core/classes/Controller/Motor/Page.php [ 726 ] » Helper_Page::execute_subrequest(arguments)
0object Model_Page_Version_Block(45)
{ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(4) "1569" "version_id" => string(3) "374" "container" => string(7) "content" "component" => string(24) "Component_Seminar_Detail" "position" => string(2) "53" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(4) "1569" "version_id" => string(3) "374" "container" => string(7) "content" "component" => string(24) "Component_Seminar_Detail" "position" => string(2) "53" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "1569" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" )
721 $this->template->content->{$block->container} .= 722 $snippet->render_html($callback_params); 723 } 724 } else { 725 $this->template->content->{$block->container} .= 726 Helper_Page::execute_subrequest($block, $this->_callback_params); 727 } 728 } 729 } 730 731 /** -
MODPATH/synergy/core/classes/Controller/Motor/Page.php [ 638 ] » Controller_Motor_Page->render_html()
633 ->order_by('position', 'ASC') 634 ->find_all(); 635 636 switch ($this->_renderer) { 637 case 'html': 638 $this->render_html(); 639 break; 640 case 'json': 641 $this->render_json(); 642 break; 643 } -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Motor_Page->action_index()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Page(16)
{ public template => object View(2){ protected _file => string(76) "/srv/www/360gradtraining.de/www/htdocs/vendor/synergy/core/views/./empty.tpl" protected _data => array(1) ( "content" => object View(2)public view_prefix => string(5) "page/" protected _renderer => string(4) "html" protected _domain => object Model_Domain(45){ protected _file => string(81) "/srv/www/360gradtraining.de/www/htdocs/modules/base/views/page/base/fullwidth.tpl" protected _data => array(1) ( "content" => NULL ) }) }{ protected _primary_val => string(4) "name" protected _behaviours => array(2) ( "search" => object Behaviour_Search(6)protected _client => object Model_Client(45){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "host" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"client" => object Behaviour_Client(6){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(3) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" "filter_client" => string(6) "client" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(1) ( "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(1) "3" "client_id" => string(1) "1" "name" => string(30) "www.360gradtraining.de (https)" "protocol" => string(5) "https" "host" => string(22) "www.360gradtraining.de" "port" => string(3) "443" "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => string(1) "1" "created_at" => string(19) "2022-05-31 10:14:57" "updated_at" => NULL ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(1) "3" "client_id" => string(1) "1" "name" => string(30) "www.360gradtraining.de (https)" "protocol" => string(5) "https" "host" => string(22) "www.360gradtraining.de" "port" => string(3) "443" "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => string(1) "1" "created_at" => string(19) "2022-05-31 10:14:57" "updated_at" => NULL ) protected _related => array(1) ( "client" => object Model_Client(45){ protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "domain" protected _object_plural => string(7) "domains" protected _table_name => string(7) "domains" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "client_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protocol" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "protocol" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "host" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "host" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "port" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "port" "column_default" => string(2) "80" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "path" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parameters" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "parameters" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "3" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(4) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) ) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _primary_val => string(4) "name" public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(1) "1" "name" => string(16) "360Grad Training" "slug" => string(4) "base" "is_active" => string(1) "1" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => NULL "updated_at" => string(19) "2022-02-25 15:43:53" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(1) "1" "name" => string(16) "360Grad Training" "slug" => string(4) "base" "is_active" => string(1) "1" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => NULL "updated_at" => string(19) "2022-02-25 15:43:53" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(8) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "domain" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)protected _language => object Model_Language(45){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(4) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) ) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _primary_val => string(4) "name" public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(1) "1" "name" => string(16) "360Grad Training" "slug" => string(4) "base" "is_active" => string(1) "1" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => NULL "updated_at" => string(19) "2022-02-25 15:43:53" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(1) "1" "name" => string(16) "360Grad Training" "slug" => string(4) "base" "is_active" => string(1) "1" "layout" => NULL "default_language_id" => string(1) "1" "created_at" => NULL "updated_at" => string(19) "2022-02-25 15:43:53" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(8) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _primary_val => string(11) "native_name" protected _behaviours => array(1) ( "search" => object Behaviour_Search(6)protected _language_iso_639_1 => NULL protected _page => object Model_Page(51){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => NULL "updated_at" => NULL ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => string(1) "1" "is_macro_language" => string(1) "0" "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => string(1) "1" "is_backend_language" => string(1) "1" "created_at" => NULL "updated_at" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)protected _page_version => object Model_Page_Version(45){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"attachment" => object Behaviour_Attachment(6){ protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "menu_img" => array(6) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(3) "alt" 1 => string(4) "crop" ) "required" => array(1) ( 0 => string(3) "alt" ) "crop" => array(1) ( "ratios" => array(1) ( 0 => string(3) "4:3" ) ) "rules" => array(0) ) ) protected _belongs_to => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => object Model_Page_Version(45){ protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _behaviours => array(1) ( "blame" => object Behaviour_Blame(7)protected _has_many => array(4) ( "attachments" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(23) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "78" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _do_blame => bool TRUE protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(3) "374" "page_id" => string(2) "78" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => string(1) "0" "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => string(1) "0" "use_ssl" => string(1) "0" "slug" => string(7) "seminar" "name" => string(7) "Seminar" "navigation_name" => string(0) "" "theme" => NULL "updated_by_user_id" => string(1) "1" "created_by_user_id" => string(1) "4" "created_at" => string(19) "2022-04-11 11:52:03" "updated_at" => string(19) "2022-04-11 11:53:25" ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(3) "374" "page_id" => string(2) "78" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => string(1) "0" "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => string(1) "0" "use_ssl" => string(1) "0" "slug" => string(7) "seminar" "name" => string(7) "Seminar" "navigation_name" => string(0) "" "theme" => NULL "updated_by_user_id" => string(1) "1" "created_by_user_id" => string(1) "4" "created_at" => string(19) "2022-04-11 11:52:03" "updated_at" => string(19) "2022-04-11 11:53:25" ) protected _related => array(1) ( "page" => object Model_Page(51){ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "use_ssl" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(7) "use_ssl" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "374" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"attachment" => object Behaviour_Attachment(6){ protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "menu_img" => array(6) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(3) "alt" 1 => string(4) "crop" ) "required" => array(1) ( 0 => string(3) "alt" ) "crop" => array(1) ( "ratios" => array(1) ( ... ) ) "rules" => array(0) ) ) protected _belongs_to => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _has_many => array(4) ( "attachments" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(23) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "78" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _behaviours => array(1) ( "blame" => object Behaviour_Blame(7)protected _page_version_blocks => object Database_Result_Cached(6){ protected _do_blame => bool TRUE protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(3) "374" "page_id" => string(2) "78" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => string(1) "0" "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => string(1) "0" "use_ssl" => string(1) "0" "slug" => string(7) "seminar" "name" => string(7) "Seminar" "navigation_name" => string(0) "" "theme" => NULL "updated_by_user_id" => string(1) "1" "created_by_user_id" => string(1) "4" "created_at" => string(19) "2022-04-11 11:52:03" "updated_at" => string(19) "2022-04-11 11:53:25" ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(3) "374" "page_id" => string(2) "78" "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => string(1) "0" "embed_page" => string(1) "0" "publish_at" => NULL "expires_at" => NULL "is_active" => string(1) "1" "is_visible" => string(1) "0" "use_ssl" => string(1) "0" "slug" => string(7) "seminar" "name" => string(7) "Seminar" "navigation_name" => string(0) "" "theme" => NULL "updated_by_user_id" => string(1) "1" "created_by_user_id" => string(1) "4" "created_at" => string(19) "2022-04-11 11:52:03" "updated_at" => string(19) "2022-04-11 11:53:25" ) protected _related => array(1) ( "page" => object Model_Page(51){ protected _behaviours => array(8) ( "client" => object Behaviour_Client(6)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "use_ssl" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(7) "use_ssl" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "374" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _options => array(0) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record_primary_key => NULL protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"attachment" => object Behaviour_Attachment(6){ protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) ) protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "menu_img" => array(6) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(3) "alt" 1 => string(4) "crop" ) "required" => array(1) ( 0 => string(3) "alt" ) "crop" => array(1) ( "ratios" => array(1) ( 0 => string(3) "4:3" ) ) "rules" => array(0) ) ) protected _belongs_to => array(0) protected _has_one => array(0) }) protected use_scope => bool TRUE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _has_many => array(4) ( "attachments" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(4) "Page" ) "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _primary_val => string(4) "name" protected _roles => array(0) public tree => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected _methods => array(23) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _load_with => array(0) protected _validation => NULL protected _object => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "78" "client_id" => string(1) "1" "language_id" => string(1) "1" "translation_hash" => string(13) "6253fa2b2ce8e" "scope" => string(4) "main" "live_version_id" => string(3) "374" "lft" => string(1) "6" "rgt" => string(1) "7" "level" => string(1) "3" "template" => string(14) "base/fullwidth" "theme" => NULL "name" => string(7) "Seminar" "navigation_name" => string(0) "" "slug" => string(7) "seminar" "full_slug" => string(35) "seminarwelt/seminare_events/seminar" "type" => string(4) "page" "is_visible" => string(1) "0" "is_active" => string(1) "1" "is_private" => string(1) "0" "no_index" => string(1) "0" "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2022-04-11 11:51:39" "updated_at" => string(19) "2023-07-18 09:48:56" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "78" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _query => string(424) "SELECT page_version_block.id AS id, page_version_block.version_id AS version_id, page_version_block.container AS container, page …" protected _result => array(1) ( 0 => object Model_Page_Version_Block(45)protected _full_slug => string(35) "seminarwelt/seminare_events/seminar" protected _callback_params => array(3) ( "seminar" => string(4) "2369" "_block_id" => string(4) "1569" "_container" => string(7) "content" ) protected _preview => bool FALSE public auto_render => bool TRUE public request => object Request(20){ protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _behaviours => array(0) protected _methods => array(0) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _primary_val => string(2) "id" protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(4) "1569" "version_id" => string(3) "374" "container" => string(7) "content" "component" => string(24) "Component_Seminar_Detail" "position" => string(2) "53" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(4) "1569" "version_id" => string(3) "374" "container" => string(7) "content" "component" => string(24) "Component_Seminar_Detail" "position" => string(2) "53" "created_at" => string(19) "2022-04-11 11:53:22" "updated_at" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "1569" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(24) "Model_Page_Version_Block" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(295) "SELECT component_seminar_detail.id AS id, component_seminar_detail.created_at AS created_at, component_seminar_detail.updated_at …" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _rule => NULL protected _paginator => NULL }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" "language_iso_639_1" => string(2) "de" "page_version_id" => string(3) "374" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" "language_iso_639_1" => string(2) "de" "page_version_id" => string(3) "374" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ private _url_params => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(48) "seminarwelt/seminare_events/seminar/seminar-2369" "language_iso_639_1" => string(2) "de" "page_version_id" => string(3) "374" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _previous_environment => NULL protected _component_params => array(0) protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/index.php [ 116 ] » Request->execute()
111 /** 112 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 113 * If no source is specified, the URI will be automatically detected. 114 */ 115 echo Request::factory(TRUE, [], FALSE) 116 ->execute() 117 ->send_headers(TRUE) 118 ->body(); 119 }
Environment
Included files (283)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
APPPATH/config/environment.php |
APPPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
MODPATH/synergy/core/init.php |
MODPATH/synergy/core/classes/File.php |
MODPATH/synergy/core/classes/Motor/File.php |
SYSPATH/classes/Kohana/File.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/autoload.php |
MODPATH/composer/autoload_real.php |
MODPATH/composer/ClassLoader.php |
MODPATH/composer/autoload_static.php |
MODPATH/symfony/polyfill-php80/bootstrap.php |
MODPATH/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap.php |
MODPATH/react/promise/src/functions_include.php |
MODPATH/react/promise/src/functions.php |
MODPATH/ralouphie/getallheaders/src/getallheaders.php |
MODPATH/guzzlehttp/promises/src/functions_include.php |
MODPATH/guzzlehttp/promises/src/functions.php |
MODPATH/symfony/deprecation-contracts/function.php |
MODPATH/swiftmailer/swiftmailer/lib/swift_required.php |
MODPATH/swiftmailer/swiftmailer/lib/classes/Swift.php |
MODPATH/guzzlehttp/guzzle/src/functions_include.php |
MODPATH/guzzlehttp/guzzle/src/functions.php |
MODPATH/elasticsearch/elasticsearch/src/autoload.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
MODPATH/synergy/core/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
APPPATH/config/base.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
MODPATH/synergy/core/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
APPPATH/config/modules.php |
DOCROOT/modules/semco/init.php |
MODPATH/synergy/backend/classes/Component.php |
MODPATH/synergy/backend/classes/Motor/Component.php |
MODPATH/synergy/backend/i18n/de/backend/component.php |
MODPATH/synergy/core/i18n/de.php |
MODPATH/synergy/backend/classes/Component/Component.php |
MODPATH/synergy/backend/classes/Motor/Component/Component.php |
DOCROOT/modules/base/config/components.php |
DOCROOT/modules/semco/i18n/de/component/seminar_list.php |
DOCROOT/modules/semco/i18n/de/component/seminar_teaser.php |
DOCROOT/modules/base/init.php |
DOCROOT/modules/base/i18n/de/component/partner_logos.php |
MODPATH/synergy/backend/classes/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule.php |
DOCROOT/modules/base/classes/Model/Testimonial.php |
MODPATH/synergy/core/classes/Model/Base.php |
MODPATH/synergy/core/classes/Model/Motor/Base.php |
MODPATH/synergy/core/classes/ORM.php |
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
MODPATH/synergy/core/classes/Trait/Orm/Rule.php |
MODPATH/synergy/core/classes/Trait/Orm/Paginate.php |
MODPATH/synergy/backend/i18n/de/backend/core.php |
MODPATH/synergy/backend/classes/Rule/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule/Rule.php |
DOCROOT/modules/base/i18n/de/testimonials.php |
MODPATH/synergy/backend/classes/Rule/Action/Radio.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Radio.php |
MODPATH/synergy/backend/classes/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Default.php |
DOCROOT/modules/base/classes/Model/Partner.php |
DOCROOT/modules/base/i18n/de/partner.php |
MODPATH/synergy/backend/init.php |
MODPATH/synergy/backend/i18n/de/backend/address.php |
MODPATH/synergy/backend/i18n/de/backend/admin.php |
MODPATH/synergy/backend/i18n/de/backend/media.php |
MODPATH/synergy/backend/classes/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/i18n/de/backend/page.php |
MODPATH/synergy/backend/i18n/de/module/article.php |
MODPATH/synergy/pdf/init.php |
MODPATH/synergy/php7_migration/init.php |
MODPATH/synergy/plugins/component_generic/init.php |
MODPATH/synergy/plugins/dummy/init.php |
MODPATH/synergy/plugins/dummy/i18n/de/plugin/dummy.php |
MODPATH/synergy/plugins/event_light/init.php |
MODPATH/synergy/plugins/event_light/i18n/de/module/calendar/backend/general.php |
MODPATH/synergy/plugins/formbuilder/init.php |
MODPATH/synergy/plugins/formbuilder/i18n/de/plugin/formbuilder.php |
MODPATH/synergy/plugins/fulltext/init.php |
MODPATH/synergy/plugins/fulltext/i18n/de/plugin/fulltext.php |
MODPATH/external/email/init.php |
MODPATH/external/migrations/init.php |
MODPATH/external/migrations/classes/Flexiblemigrations.php |
MODPATH/external/migrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/external/migrations/config/config.php |
MODPATH/synergy/core/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
MODPATH/synergy/core/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
MODPATH/synergy/core/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
DOCROOT/modules/base/classes/Controller/Page.php |
MODPATH/synergy/core/classes/Controller/Motor/Page.php |
MODPATH/synergy/core/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
MODPATH/synergy/core/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/synergy/smarty/classes/View.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/synergy/smarty/classes/Smarty/Wrapper.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/Wrapper.php |
MODPATH/synergy/smarty/config/smarty.php |
MODPATH/synergy/backend/classes/Model/Domain.php |
MODPATH/synergy/core/classes/Event/Dispatcher.php |
MODPATH/synergy/core/classes/Motor/Event/Dispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
MODPATH/synergy/core/classes/Event.php |
MODPATH/synergy/core/classes/Motor/Event.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
MODPATH/synergy/core/classes/Behaviour.php |
SYSPATH/classes/Text.php |
SYSPATH/classes/Kohana/Text.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/utf8/ucfirst.php |
MODPATH/synergy/core/classes/Behaviour/Search.php |
MODPATH/synergy/core/classes/Behaviour/Client.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/koseven/koseven/modules/database/classes/Database.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database.php |
MODPATH/koseven/koseven/modules/database/config/database.php |
APPPATH/config/database.php |
MODPATH/synergy/core/classes/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query.php |
MODPATH/synergy/backend/classes/Model/Client.php |
MODPATH/synergy/backend/classes/Model/Base/Client.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/koseven/koseven/modules/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
MODPATH/synergy/backend/classes/Model/Language.php |
MODPATH/synergy/core/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
DOCROOT/modules/base/classes/Model/Page.php |
MODPATH/synergy/core/classes/Model/Motor/Nested.php |
MODPATH/external/nested-set/classes/Kohana/ORM/Nested/Sets.php |
MODPATH/synergy/plugins/fulltext/classes/Behaviour/Fulltext.php |
MODPATH/synergy/core/classes/Behaviour/Translation.php |
MODPATH/synergy/backend/classes/Behaviour/Workflow.php |
MODPATH/synergy/core/classes/Behaviour/Tracking.php |
MODPATH/synergy/core/classes/Behaviour/Uniqid.php |
MODPATH/synergy/core/classes/Behaviour/Attachment.php |
MODPATH/synergy/backend/classes/Model/Page/Version.php |
MODPATH/synergy/core/classes/Behaviour/Blame.php |
MODPATH/synergy/core/classes/Page/Settings.php |
MODPATH/synergy/backend/config/project.php |
DOCROOT/modules/base/config/project.php |
MODPATH/synergy/backend/classes/Model/Client/Default/Page.php |
SYSPATH/config/url.php |
APPPATH/config/url.php |
MODPATH/synergy/backend/classes/Model/Page/Version/Block.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Join.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Join.php |
SYSPATH/config/user_agents.php |
MODPATH/synergy/backend/classes/Helper/Page.php |
DOCROOT/modules/semco/classes/Model/Component/Seminar/Detail.php |
MODPATH/synergy/plugins/component_generic/classes/Model/Component/Generic/Base.php |
MODPATH/synergy/core/classes/Model/Component/Base.php |
MODPATH/synergy/core/classes/Model/Component/Motor/Base.php |
DOCROOT/modules/semco/config/component_seminar_detail.php |
MODPATH/synergy/backend/classes/Behaviour/Page/Link.php |
DOCROOT/modules/semco/classes/Controller/Frontend/Component/Seminar/Detail.php |
MODPATH/synergy/plugins/component_generic/classes/Controller/Frontend/Component/Generic/Base.php |
MODPATH/synergy/backend/classes/Controller/Frontend/Form.php |
DOCROOT/modules/base/classes/Controller/Frontend/Template.php |
MODPATH/synergy/core/classes/Controller/Motor/Frontend/Template.php |
MODPATH/synergy/core/classes/Fractalizer.php |
MODPATH/league/fractal/src/Manager.php |
MODPATH/synergy/backend/classes/Helper/Javascript.php |
DOCROOT/modules/semco/classes/Helper/Semco.php |
APPPATH/config/semco.php |
SYSPATH/classes/Request/Client/External.php |
SYSPATH/classes/Kohana/Request/Client/External.php |
SYSPATH/classes/Request/Client/Curl.php |
SYSPATH/classes/Kohana/Request/Client/Curl.php |
SYSPATH/classes/Request/Exception.php |
SYSPATH/classes/Kohana/Request/Exception.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
MODPATH/synergy/core/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (55)
Core |
date |
libxml |
openssl |
pcre |
zlib |
filter |
hash |
Reflection |
SPL |
sodium |
session |
standard |
apache2handler |
mcrypt |
mysqlnd |
PDO |
xml |
bz2 |
calendar |
ctype |
curl |
dom |
mbstring |
fileinfo |
ftp |
gd |
gettext |
iconv |
igbinary |
imagick |
intl |
json |
exif |
msgpack |
mysqli |
pdo_mysql |
Phar |
posix |
readline |
shmop |
SimpleXML |
sockets |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xmlreader |
xmlwriter |
xsl |
zip |
memcached |
Zend OPcache |
xdebug |
$_SERVER
REDIRECT_SCRIPT_URL |
string(49) "/seminarwelt/seminare_events/seminar/seminar-2369" |
REDIRECT_SCRIPT_URI |
string(79) "https://www.360gradtraining.de/seminarwelt/seminare_events/seminar/seminar-2369" |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_SSL_TLS_SNI |
string(22) "www.360gradtraining.de" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_URL |
string(49) "/seminarwelt/seminare_events/seminar/seminar-2369" |
SCRIPT_URI |
string(79) "https://www.360gradtraining.de/seminarwelt/seminare_events/seminar/seminar-2369" |
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(22) "www.360gradtraining.de" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Tue, 09 Dec 2025 05:13:43 GMT" |
HTTP_ACCEPT_ENCODING |
string(14) "zstd, br, gzip" |
HTTP_HOST |
string(22) "www.360gradtraining.de" |
HTTP_CONNECTION |
string(10) "Keep-Alive" |
PATH |
string(70) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(22) "www.360gradtraining.de" |
SERVER_ADDR |
string(14) "185.104.204.51" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(11) "18.97.14.87" |
DOCUMENT_ROOT |
string(38) "/srv/www/360gradtraining.de/www/htdocs" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(38) "/srv/www/360gradtraining.de/www/htdocs" |
SERVER_ADMIN |
string(24) "it-sysadmin@hausgross.de" |
SCRIPT_FILENAME |
string(48) "/srv/www/360gradtraining.de/www/htdocs/index.php" |
REMOTE_PORT |
string(5) "39314" |
REDIRECT_URL |
string(49) "/seminarwelt/seminare_events/seminar/seminar-2369" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(49) "/seminarwelt/seminare_events/seminar/seminar-2369" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(49) "/seminarwelt/seminare_events/seminar/seminar-2369" |
PATH_TRANSLATED |
string(105) "redirect:/index.php/seminarwelt/seminare_events/seminar/seminar-2369/seminare_events/seminar/seminar-2369" |
PHP_SELF |
string(59) "/index.php/seminarwelt/seminare_events/seminar/seminar-2369" |
REQUEST_TIME_FLOAT |
float 1778424733,166 |
REQUEST_TIME |
integer 1778424733 |