Elasticsearch\Common\Exceptions\Missing404Exception [ 404 ]:
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php [ 667 ]
662 if ($statusCode === 401) {
663 $exception = new Unauthorized401Exception($responseBody, $statusCode);
664 } elseif ($statusCode === 403) {
665 $exception = new Forbidden403Exception($responseBody, $statusCode);
666 } elseif ($statusCode === 404) {
667 $exception = new Missing404Exception($responseBody, $statusCode);
668 } elseif ($statusCode === 409) {
669 $exception = new Conflict409Exception($responseBody, $statusCode);
670 } elseif ($statusCode === 400 && strpos($responseBody, 'script_lang not supported') !== false) {
671 $exception = new ScriptLangNotSupportedException($responseBody. $statusCode);
672 } elseif ($statusCode === 408) {
-
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php [ 333 ] » Elasticsearch\Connections\Connection->process4xxError(arguments)
0array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) )
1array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" )
2array(0)328 // Skip 404 if succeeded true in the body (e.g. clear_scroll) 329 $body = $response['body'] ?? ''; 330 if (strpos($body, '"succeeded":true') !== false) { 331 $ignore[] = 404; 332 } 333 $this->process4xxError($request, $response, $ignore); 334 } elseif ($response['status'] >= 500) { 335 $ignore = $request['client']['ignore'] ?? []; 336 $this->process5xxError($request, $response, $ignore); 337 } 338 -
MODPATH/react/promise/src/FulfilledPromise.php [ 28 ] » Elasticsearch\Connections\Connection->{closure:{closure:Elasticsearch\Connections\Connection::wrapHandler():258}:266}(arguments)
0array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" )
23 if (null === $onFulfilled) { 24 return $this; 25 } 26 27 try { 28 return resolve($onFulfilled($this->value)); 29 } catch (\Throwable $exception) { 30 return new RejectedPromise($exception); 31 } catch (\Exception $exception) { 32 return new RejectedPromise($exception); 33 } -
MODPATH/ezimuel/ringphp/src/Future/CompletedFutureValue.php [ 65 ] » React\Promise\FulfilledPromise->then(arguments)
0object Closure(1)
{ public 0 => object Closure(1) { *RECURSION* } }1NULL
2NULL
60 public function then( 61 ?callable $onFulfilled = null, 62 ?callable $onRejected = null, 63 ?callable $onProgress = null 64 ) { 65 return $this->promise()->then($onFulfilled, $onRejected, $onProgress); 66 } 67 } -
MODPATH/ezimuel/ringphp/src/Core.php [ 341 ] » GuzzleHttp\Ring\Future\CompletedFutureValue->then(arguments)
0object Closure(1)
{ public 0 => object Closure(1) { *RECURSION* } }1NULL
2NULL
336 ?callable $onFulfilled = null, 337 ?callable $onRejected = null, 338 ?callable $onProgress = null 339 ) { 340 return new FutureArray( 341 $future->then($onFulfilled, $onRejected, $onProgress), 342 [$future, 'wait'], 343 [$future, 'cancel'] 344 ); 345 } 346 -
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php [ 264 ] » GuzzleHttp\Ring\Core::proxy(arguments)
0object GuzzleHttp\Ring\Future\CompletedFutureArray(3)
{ protected result => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => resource(stream) php://temp ) protected error => NULL private cachedPromise => object React\Promise\FulfilledPromise(1){ private value => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => resource(stream) php://temp ) }}1object Closure(1)
{ public 0 => object Closure(1) { *RECURSION* } }259 260 $this->lastRequest = []; 261 $this->lastRequest['request'] = $request; 262 263 // Send the request using the wrapped handler. 264 $response = Core::proxy( 265 $handler($request), 266 function ($response) use ($connection, $transport, $request, $options) { 267 268 $this->lastRequest['response'] = $response; 269 -
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php [ 241 ] » Elasticsearch\Connections\Connection->{closure:Elasticsearch\Connections\Connection::wrapHandler():258}(arguments)
0array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) )
1object Elasticsearch\Connections\Connection(16)
{ protected handler => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }2object Elasticsearch\Transport(5)
{ public connectionPool => object Elasticsearch\ConnectionPool\StaticNoPingConnectionPool(7){ protected connections => array(2) ( 0 => object Elasticsearch\Connections\Connection(16)private log => object Psr\Log\NullLogger(0){ protected handler => object Closure(1)1 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)) protected seedConnections => array(2) ( 0 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(9) "localhost" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool FALSE private pingTimeout => integer 1 private lastPing => integer 0 private failedPings => integer 0 private lastRequest => array(0) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)1 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)) protected selector => object Elasticsearch\ConnectionPool\Selectors\RoundRobinSelector(1){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(9) "localhost" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool FALSE private pingTimeout => integer 1 private lastPing => integer 0 private failedPings => integer 0 private lastRequest => array(0) private OSVersion => string(17) "6.8.0-124-generic" }{ private current => integer 1 }protected connectionPoolParams => array(1) ( "randomizeHosts" => bool TRUE ) protected connectionFactory => object Elasticsearch\Connections\ConnectionFactory(5){ private connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "headers" => array(2) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) ) ) ) private serializer => object Elasticsearch\Serializers\SmartSerializer(0)private pingTimeout => integer 60 private maxPingTimeout => integer 3600 }{ }private logger => object Psr\Log\NullLogger(0){ }private tracer => object Psr\Log\NullLogger(0){ }private handler => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }}{ }public retryAttempts => integer 0 public lastConnection => object Elasticsearch\Connections\Connection(16){ protected handler => object Closure(1)public retries => integer 2 }{ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }3array(0)236 if (empty($request['client'])) { 237 unset($request['client']); 238 } 239 240 $handler = $this->handler; 241 $future = $handler($request, $this, $transport, $options); 242 243 return $future; 244 } 245 246 public function getTransportSchema(): string -
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php [ 109 ] » Elasticsearch\Connections\Connection->performRequest(arguments)
0string(4) "POST"1string(31) "/sb_fr_visit_tours_tour/_search"2array(3) ( "from" => integer 0 "size" => integer 10000 "track_total_hits" => bool TRUE )
3string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …"4array(0)5object Elasticsearch\Transport(5)
{ public connectionPool => object Elasticsearch\ConnectionPool\StaticNoPingConnectionPool(7){ protected connections => array(2) ( 0 => object Elasticsearch\Connections\Connection(16)private log => object Psr\Log\NullLogger(0){ protected handler => object Closure(1)1 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)) protected seedConnections => array(2) ( 0 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(9) "localhost" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool FALSE private pingTimeout => integer 1 private lastPing => integer 0 private failedPings => integer 0 private lastRequest => array(0) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)1 => object Elasticsearch\Connections\Connection(16){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }{ protected handler => object Closure(1)) protected selector => object Elasticsearch\ConnectionPool\Selectors\RoundRobinSelector(1){ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(9) "localhost" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool FALSE private pingTimeout => integer 1 private lastPing => integer 0 private failedPings => integer 0 private lastRequest => array(0) private OSVersion => string(17) "6.8.0-124-generic" }{ private current => integer 1 }protected connectionPoolParams => array(1) ( "randomizeHosts" => bool TRUE ) protected connectionFactory => object Elasticsearch\Connections\ConnectionFactory(5){ private connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "headers" => array(2) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) ) ) ) private serializer => object Elasticsearch\Serializers\SmartSerializer(0)private pingTimeout => integer 60 private maxPingTimeout => integer 3600 }{ }private logger => object Psr\Log\NullLogger(0){ }private tracer => object Psr\Log\NullLogger(0){ }private handler => object Closure(1){ public 0 => object Closure(1) { *RECURSION* } }}{ }public retryAttempts => integer 0 public lastConnection => object Elasticsearch\Connections\Connection(16){ protected handler => object Closure(1)public retries => integer 2 }{ public 0 => object Closure(1) { *RECURSION* } }protected serializer => object Elasticsearch\Serializers\SmartSerializer(0){ }protected transportSchema => string(4) "http" protected host => string(13) "elasticsearch" protected path => NULL protected port => string(4) "9200" protected log => object Psr\Log\NullLogger(0){ }protected trace => object Psr\Log\NullLogger(0){ }protected connectionParams => array(1) ( "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) protected headers => array(4) ( "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) protected isAlive => bool TRUE private pingTimeout => integer 1 private lastPing => integer 1783106969 private failedPings => integer 0 private lastRequest => array(2) ( "request" => array(6) ( "http_method" => string(4) "POST" "scheme" => string(4) "http" "uri" => string(71) "/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "body" => string(180) "{"query":{"bool":{"must":[],"should":[],"filter":[]}},"highlight":{"number_of_fragments":3,"fragment_size":150,"fields":{"*":{"p …" "headers" => array(5) ( "Host" => array(1) ( 0 => string(13) "elasticsearch" ) "Content-Type" => array(1) ( 0 => string(16) "application/json" ) "Accept" => array(1) ( 0 => string(16) "application/json" ) "User-Agent" => array(1) ( 0 => string(62) "elasticsearch-php/7.11.0 (Linux 6.8.0-124-generic; PHP 8.4.23)" ) "x-elastic-client-meta" => array(1) ( 0 => string(43) "es=7.11.0,php=8.4.23,t=7.11.0,a=0,cu=8.14.1" ) ) "client" => array(3) ( "x-elastic-client-meta" => bool TRUE "port_in_header" => bool FALSE "curl" => array(1) ( 3 => string(4) "9200" ) ) ) "response" => array(8) ( "transfer_stats" => array(43) ( "url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "content_type" => string(31) "application/json; charset=UTF-8" "http_code" => integer 404 "header_size" => integer 128 "request_size" => integer 513 "filetime" => integer -1 "ssl_verify_result" => integer 0 "redirect_count" => integer 0 "total_time" => float 0.002898 "namelookup_time" => float 0.000499 "connect_time" => float 0.000583 "pretransfer_time" => float 0.00062 "size_upload" => float 180 "size_download" => float 461 "speed_download" => float 159075 "speed_upload" => float 62111 "download_content_length" => float 461 "upload_content_length" => float 180 "starttransfer_time" => float 0.002878 "redirect_time" => float 0 "redirect_url" => string(0) "" "primary_ip" => string(10) "172.19.0.3" "certinfo" => array(0) "primary_port" => integer 9200 "local_ip" => string(10) "172.19.0.8" "local_port" => integer 54472 "http_version" => integer 2 "protocol" => integer 1 "ssl_verifyresult" => integer 0 "scheme" => string(4) "http" "appconnect_time_us" => integer 0 "connect_time_us" => integer 583 "namelookup_time_us" => integer 499 "pretransfer_time_us" => integer 620 "redirect_time_us" => integer 0 "starttransfer_time_us" => integer 2878 "posttransfer_time_us" => integer 619 "total_time_us" => integer 2898 "effective_method" => string(4) "POST" "capath" => string(14) "/etc/ssl/certs" "cainfo" => string(34) "/etc/ssl/certs/ca-certificates.crt" "error" => string(0) "" "errno" => integer 0 ) "curl" => array(2) ( "error" => string(0) "" "errno" => integer 0 ) "effective_url" => string(91) "http://elasticsearch/sb_fr_visit_tours_tour/_search?from=0&size=10000&track_total_hits=true" "headers" => array(3) ( "X-elastic-product" => array(1) ( 0 => string(13) "Elasticsearch" ) "content-type" => array(1) ( 0 => string(31) "application/json; charset=UTF-8" ) "content-length" => array(1) ( 0 => string(3) "461" ) ) "version" => string(3) "1.1" "status" => integer 404 "reason" => string(9) "Not Found" "body" => string(461) "{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [sb_fr_visit_tours_tour]","resource.type":"i …" ) ) private OSVersion => string(17) "6.8.0-124-generic" }104 105 $response = []; 106 $caughtException = null; 107 $this->lastConnection = $connection; 108 109 $future = $connection->performRequest( 110 $method, 111 $uri, 112 $params, 113 $body, 114 $options, -
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Client.php [ 1632 ] » Elasticsearch\Transport->performRequest(arguments)
0string(4) "POST"1string(31) "/sb_fr_visit_tours_tour/_search"2array(3) ( "from" => integer 0 "size" => integer 10000 "track_total_hits" => bool TRUE )
3array(2) ( "query" => array(1) ( "bool" => array(3) ( "must" => array(0) "should" => array(0) "filter" => array(0) ) ) "highlight" => array(3) ( "number_of_fragments" => integer 3 "fragment_size" => integer 150 "fields" => array(1) ( "*" => array(2) ( "pre_tags" => array(1) ( 0 => string(8) "<strong>" ) "post_tags" => array(1) ( 0 => string(9) "</strong>" ) ) ) ) )
4array(0)1627 /** 1628 * @return callable|array 1629 */ 1630 private function performRequest(AbstractEndpoint $endpoint) 1631 { 1632 $promise = $this->transport->performRequest( 1633 $endpoint->getMethod(), 1634 $endpoint->getURI(), 1635 $endpoint->getParams(), 1636 $endpoint->getBody(), 1637 $endpoint->getOptions() -
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Client.php [ 1220 ] » Elasticsearch\Client->performRequest(arguments)
0object Elasticsearch\Endpoints\Search(8)
{ protected params => array(3) ( "from" => integer 0 "size" => integer 10000 "track_total_hits" => bool TRUE ) protected index => string(22) "sb_fr_visit_tours_tour" protected type => NULL protected id => NULL protected method => NULL protected body => array(2) ( "query" => array(1) ( "bool" => array(3) ( "must" => array(0) "should" => array(0) "filter" => array(0) ) ) "highlight" => array(3) ( "number_of_fragments" => integer 3 "fragment_size" => integer 150 "fields" => array(1) ( "*" => array(2) ( "pre_tags" => array(1) ( 0 => string(8) "<strong>" ) "post_tags" => array(1) ( 0 => string(9) "</strong>" ) ) ) ) ) private options => array(0) protected serializer => NULL }1215 $endpoint->setParams($params); 1216 $endpoint->setIndex($index); 1217 $endpoint->setType($type); 1218 $endpoint->setBody($body); 1219 1220 return $this->performRequest($endpoint); 1221 } 1222 /** 1223 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices 1224 * $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random) 1225 * $params['routing'] = (string) Specific routing value -
DOCROOT/modules/_base/classes/Elasticsearch.php [ 662 ] » Elasticsearch\Client->search(arguments)
0array(3) ( "from" => integer 0 "size" => integer 10000 "track_total_hits" => bool TRUE )
657 658 $elasticsearch = self::get_connection(); 659 if (!$elasticsearch) { 660 return []; 661 } 662 return $elasticsearch->search($params); 663 } 664 665 public static function getDocumentById($index, $id) { 666 $elasticsearch = self::get_connection(); 667 if (!$elasticsearch) { -
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/Tour/Search.php [ 134 ] » Elasticsearch::custom_search(arguments)
0array(1) ( 0 => string(22) "sb_fr_visit_tours_tour" )
1array(3) ( "must_queries" => array(0) "should_queries" => array(0) "filter" => array(0) )
129 'must_queries' => $must_queries, 130 'should_queries' => $should_queries, 131 'filter' => $filter, 132 ]; 133 134 $query = Elasticsearch::custom_search(["sb_{$language->iso_639_1}_{$this->_elastic_index}"], $options); 135 136 $hits = $query['hits']; 137 $results = []; 138 if ($hits['total']['value'] > 0) { 139 foreach ($hits['hits'] as $hit) { -
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/Tour/Search.php [ 46 ] » Controller_Frontend_Component_Visit_Tours_Tour_Search->search(arguments)
0array(0)41 42 $params['language_id'] = $this->template->language->id; 43 44 $tours = $this->search($params); 45 } else { 46 $tours = $this->search([]); 47 } 48 49 $this->template->form_name = $form->alias(); 50 $this->template->{'form_' . $form->alias()} = $form; 51 $this->template->{$form->alias() . '_form'} = $form; -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Frontend_Component_Visit_Tours_Tour_Search->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 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Frontend_Component_Visit_Tours_Tour_Search(7)
{ public request => object Request(20){ 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(42) "Frontend_Component_Visit_Tours_Tour_Search" protected _action => string(4) "html" protected _uri => string(50) "Frontend_Component_Visit_Tours_Tour_Search/html/21" protected _external => bool FALSE protected _params => array(2) ( "id" => string(2) "21" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(89) "/var/www/html/modules/visit-location/views/frontend/component/visit/tours/tour/search.tpl" protected _data => array(0) }public auto_render => bool TRUE public _detail_component_model => string(33) "Component_Visit_Tours_Tour_Detail" public _model => string(16) "Visit_Tours_Tour" public _elastic_index => string(16) "visit_tours_tour" }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)
{ 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(42) "Frontend_Component_Visit_Tours_Tour_Search" protected _action => string(4) "html" protected _uri => string(50) "Frontend_Component_Visit_Tours_Tour_Search/html/21" protected _external => bool FALSE protected _params => array(2) ( "id" => string(2) "21" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_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)
{ 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(42) "Frontend_Component_Visit_Tours_Tour_Search" protected _action => string(4) "html" protected _uri => string(50) "Frontend_Component_Visit_Tours_Tour_Search/html/21" protected _external => bool FALSE protected _params => array(2) ( "id" => string(2) "21" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_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 * -
DOCROOT/modules/_base/classes/Helper/Page.php [ 371 ] » Request->execute()
366 // Does the component have a valid frontend controller? 367 if (class_exists('Controller_Frontend_' . $block->component)) { 368 return Request::factory( 369 $request_uri, 370 ['callback_params' => $callback_params] 371 )->execute(); 372 } else { 373 Log::instance()->add( 374 Log::WARNING, 375 'Failed to access component Controller_Frontend_' 376 . $block->component -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 720 ] » Helper_Page::execute_subrequest(arguments)
0object Model_Page_Version_Block(45)
{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1675916 "version_id" => integer 257554 "container" => string(7) "content" "component" => string(33) "Component_Visit_Tours_Tour_Search" "position" => integer 22212 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1675916 "version_id" => integer 257554 "container" => string(7) "content" "component" => string(33) "Component_Visit_Tours_Tour_Search" "position" => integer 22212 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(3) "MUL" "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(3) "MUL" "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(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 FALSE "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 FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1675916 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1array(3) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" )
715 $this->template->content->{$block->container} .= 716 $snippet->render_html($callback_params); 717 } 718 } else { 719 $this->template->content->{$block->container} .= 720 Helper_Page::execute_subrequest($block, $this->_callback_params); 721 } 722 } 723 } 724 725 /** -
DOCROOT/modules/_base/classes/Controller/Page.php [ 464 ] » Controller_Motor_Page->render_html()
459 } 460 } 461 462 $this->_callback_params['layout'] = $layout; 463 464 parent::render_html(); 465 } 466 467 function calculate_breaks_by_grid($container_blocks, $breaking_components, $max_width = 12) 468 { 469 $current_width = 0; -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 634 ] » Controller_Page->render_html()
629 ->order_by('position', 'ASC') 630 ->find_all(); 631 632 switch ($this->_renderer) { 633 case 'html': 634 $this->render_html(); 635 break; 636 case 'json': 637 $this->render_json(); 638 break; 639 } -
DOCROOT/modules/_base/classes/Controller/Page.php [ 227 ] » Controller_Motor_Page->action_index()
222 $this->generateRootSlug(); 223 224 $this->template->set_global('share_payload', base64_encode(urlencode(json_encode([$this->_page->name, $this->request->detect_uri()])))); 225 $this->template->set_global('weather', Helper_Weather::get_weather()); 226 227 parent::action_index(); 228 } 229 230 /** 231 * Runs after the action is executed. 232 * -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_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(19)
{ public request => object Request(20){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => string(32) "http://app.sb-staging.de/fr/tour" protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(31) "(<language_iso_639_1>(/<slug>))" protected _regex => array(2) ( "language_iso_639_1" => string(8) "[a-z]{2}" "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(159) "#^(?:(?P<language_iso_639_1>[a-z]{2})(?:/(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_ …" }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(7) "fr/tour" protected _external => bool FALSE protected _params => array(3) ( "language_iso_639_1" => string(2) "fr" "slug" => string(4) "tour" "page_version_id" => integer 257554 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(51) "/var/www/html/vendor/synergy/core/views/./empty.tpl" protected _data => array(1) ( "content" => object View(2)public auto_render => bool TRUE public view_prefix => string(5) "page/" protected _renderer => string(4) "html" protected _domain => object Model_Domain(45){ protected _file => string(50) "/var/www/html/modules/_base/views/page/default.tpl" protected _data => array(1) ( "content" => NULL ) }) }{ 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" => integer 186 "client_id" => integer 77 "name" => string(26) "app.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(17) "app.sb-staging.de" "port" => integer 80 "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => integer 1 "created_at" => string(19) "2023-06-30 14:54:39" "updated_at" => string(19) "2024-03-22 16:17:55" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => integer 186 "client_id" => integer 77 "name" => string(26) "app.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(17) "app.sb-staging.de" "port" => integer 80 "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => integer 1 "created_at" => string(19) "2023-06-30 14:54:39" "updated_at" => string(19) "2024-03-22 16:17:55" ) protected _related => array(1) ( "client" => object Model_Client(45)protected _client => object Model_Client(45){ protected _has_one => array(0) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _has_many => array(6) ( "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" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => integer 77 "name" => string(3) "App" "slug" => string(3) "app" "is_active" => integer 1 "enable_varnish" => integer 0 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 0 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => integer 0 ) protected _changed => array(0) protected _original_values => array(21) ( "id" => integer 77 "name" => string(3) "App" "slug" => string(3) "app" "is_active" => integer 1 "enable_varnish" => integer 0 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 0 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => integer 0 ) 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(21) ( "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) "127" "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) "127" "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" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 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" ) "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 7 "display" => string(2) "10" "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 FALSE "ordinal_position" => integer 8 "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 FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "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" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "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" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "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" ) "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 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" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "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" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "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" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "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" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 77 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) 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(3) "MUL" "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 FALSE "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 FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 186 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(2) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "host" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"client" => object Behaviour_Client(6){ protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(3) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" "filter_client" => string(6) "client" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _has_many => array(6) ( "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" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => integer 77 "name" => string(3) "App" "slug" => string(3) "app" "is_active" => integer 1 "enable_varnish" => integer 0 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 0 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => integer 0 ) protected _changed => array(0) protected _original_values => array(21) ( "id" => integer 77 "name" => string(3) "App" "slug" => string(3) "app" "is_active" => integer 1 "enable_varnish" => integer 0 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2023-06-30 10:33:45" "updated_at" => string(19) "2024-08-05 12:09:31" "social_media_url_1" => string(0) "" "social_media_url_2" => string(0) "" "social_media_url_3" => string(0) "" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 0 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(24) "internet@saarbruecken.de" "contact_phone" => string(12) "+49 681 9050" "hide_data_correction" => integer 0 ) 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(21) ( "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) "127" "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) "127" "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" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 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" ) "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 7 "display" => string(2) "10" "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 FALSE "ordinal_position" => integer 8 "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 FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "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" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "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" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "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" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "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" ) "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 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" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "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" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "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" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "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" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 77 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language => object Model_Language(45){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ 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" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) 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" => NULL "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 FALSE "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 FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language_iso_639_1 => NULL protected _page_version_blocks => array(2) ( 0 => object Model_Page_Version_Block(45){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1675916 "version_id" => integer 257554 "container" => string(7) "content" "component" => string(33) "Component_Visit_Tours_Tour_Search" "position" => integer 22212 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1675916 "version_id" => integer 257554 "container" => string(7) "content" "component" => string(33) "Component_Visit_Tours_Tour_Search" "position" => integer 22212 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(3) "MUL" "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(3) "MUL" "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(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 FALSE "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 FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1675916 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Page_Version_Block(45){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1675915 "version_id" => integer 257554 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1675915 "version_id" => integer 257554 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(3) "MUL" "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(3) "MUL" "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(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 FALSE "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 FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1675915 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _full_slug => string(4) "tour" protected _callback_params => array(3) ( "layout" => array(2) ( "content" => array(1) ( 1675916 => array(1) ( 0 => array(2) ( "id" => integer 1675916 "component" => string(33) "Component_Visit_Tours_Tour_Search" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1675915 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1675916 "_container" => string(7) "content" ) protected _preview => bool FALSE protected _page => object Model_Page(51){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ 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 _has_many => array(3) ( "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 _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)protected _page_version => object Model_Page_Version(45){ 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" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) 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" => NULL "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 FALSE "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 FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) 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(26) ( "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 TRUE "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 FALSE "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 FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 22969 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _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 _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ 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 _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) 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 _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "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" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => 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 use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => object Model_Page_Version(45){ protected _has_one => array(0) 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 _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" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 257554 "page_id" => integer 22969 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => NULL "slug" => string(4) "tour" "name" => string(4) "Tour" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 1 "created_by_user_id" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "2024-02-06 16:10:26" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 257554 "page_id" => integer 22969 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => NULL "slug" => string(4) "tour" "name" => string(4) "Tour" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 1 "created_by_user_id" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "2024-02-06 16:10:26" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)protected _roles => array(0) }{ 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 _has_many => array(3) ( "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 _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) 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(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 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" ) "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 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" ) "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 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" ) "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 18 "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 19 "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 20 "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 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 257554 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ 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" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) 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" => NULL "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 FALSE "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 FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) 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(26) ( "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 TRUE "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 FALSE "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 FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 22969 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _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 _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ 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 _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) 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 _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "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" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => 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 use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) 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 _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" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 257554 "page_id" => integer 22969 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => NULL "slug" => string(4) "tour" "name" => string(4) "Tour" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 1 "created_by_user_id" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "2024-02-06 16:10:26" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 257554 "page_id" => integer 22969 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => NULL "slug" => string(4) "tour" "name" => string(4) "Tour" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 1 "created_by_user_id" => integer 1 "created_at" => string(19) "2024-02-06 15:55:44" "updated_at" => string(19) "2024-02-06 16:10:26" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)private componentSorter => object Helper_Componentsorter(1){ 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 _has_many => array(3) ( "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 _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 22969 "client_id" => integer 77 "language_id" => integer 3 "translation_hash" => string(13) "64b1585881e6f" "scope" => string(4) "main" "live_version_id" => integer 257554 "lft" => integer 30 "rgt" => integer 33 "level" => integer 1 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(4) "Tour" "navigation_name" => string(0) "" "slug" => string(4) "tour" "full_slug" => string(4) "tour" "type" => string(4) "page" "is_visible" => integer 0 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2023-08-10 11:45:42" "updated_at" => string(19) "2024-02-06 16:10:26" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) 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(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 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" ) "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 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" ) "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 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" ) "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 18 "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 19 "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 20 "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 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 257554 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ 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" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 3 "iso_639_1" => string(2) "fr" "iso_639_2" => string(3) "fra" "iso_639_3" => string(3) "fra" "rfc_3066" => NULL "english_name" => string(6) "French" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(9) "Français" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 3 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 0 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "2023-12-06 17:39:29" ) 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" => NULL "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 FALSE "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 FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) 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(26) ( "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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(3) "MUL" "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" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 TRUE "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 FALSE "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 FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 22969 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) 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 _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 _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ 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 _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) 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 _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "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" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => 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 use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(860) "SELECT language.id AS id, language.iso_639_1 AS iso_639_1, language.iso_639_2 AS iso_639_2, language.iso_639_3 AS iso_639_3, lan …" protected _identifier => string(0) "" 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 _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) 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 _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ private pageinfo => object Helper_Pageinfo(6)private pageinfo => object Helper_Pageinfo(6){ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "app.sb-staging.de" private path => string(8) "/fr/tour" private pageId => integer 0 }}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "app.sb-staging.de" private path => string(8) "/fr/tour" private pageId => integer 0 }private urlBuilder => object Helper_UrlBuilder(4){ private pageinfo => object Helper_Pageinfo(6)}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "app.sb-staging.de" private path => string(8) "/fr/tour" private pageId => integer 0 }private appUserHelper => object Helper_App_User(0){ }private protocol => string(6) "https:" private appUserPath => string(8) "app/user" }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)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => string(32) "http://app.sb-staging.de/fr/tour" protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(31) "(<language_iso_639_1>(/<slug>))" protected _regex => array(2) ( "language_iso_639_1" => string(8) "[a-z]{2}" "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(159) "#^(?:(?P<language_iso_639_1>[a-z]{2})(?:/(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_ …" }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(7) "fr/tour" protected _external => bool FALSE protected _params => array(3) ( "language_iso_639_1" => string(2) "fr" "slug" => string(4) "tour" "page_version_id" => integer 257554 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_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)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => string(32) "http://app.sb-staging.de/fr/tour" protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(31) "(<language_iso_639_1>(/<slug>))" protected _regex => array(2) ( "language_iso_639_1" => string(8) "[a-z]{2}" "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(159) "#^(?:(?P<language_iso_639_1>[a-z]{2})(?:/(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_ …" }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(7) "fr/tour" protected _external => bool FALSE protected _params => array(3) ( "language_iso_639_1" => string(2) "fr" "slug" => string(4) "tour" "page_version_id" => integer 257554 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_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 [ 123 ] » Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 } 127 128 /**
Environment
Included files (523)
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-ctype/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap80.php |
MODPATH/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/symfony/polyfill-mbstring/bootstrap80.php |
MODPATH/symfony/deprecation-contracts/function.php |
MODPATH/react/promise/src/functions_include.php |
MODPATH/react/promise/src/functions.php |
MODPATH/symfony/polyfill-intl-grapheme/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap80.php |
MODPATH/symfony/string/Resources/functions.php |
MODPATH/swiftmailer/swiftmailer/lib/swift_required.php |
MODPATH/swiftmailer/swiftmailer/lib/classes/Swift.php |
MODPATH/symfony/polyfill-php73/bootstrap.php |
MODPATH/zendframework/zend-cache/autoload/patternPluginManagerPolyfill.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceManager.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php |
MODPATH/psr/container/src/ContainerInterface.php |
MODPATH/container-interop/container-interop/src/Interop/Container/ContainerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV3Polyfill.php |
MODPATH/zendframework/zend-servicemanager/src/AbstractPluginManager.php |
MODPATH/zendframework/zend-servicemanager/src/PluginManagerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerTrait.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 |
MODPATH/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
MODPATH/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.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 |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/synergy/core/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.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/app.saarbruecken.de/init.php |
MODPATH/synergy/backend/classes/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule.php |
SYSPATH/i18n/en.php |
MODPATH/synergy/core/i18n/en.php |
MODPATH/synergy/backend/classes/Rule/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule/Rule.php |
MODPATH/synergy/backend/classes/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Checkbox.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/user.php |
MODPATH/synergy/backend/classes/Component.php |
MODPATH/synergy/backend/classes/Motor/Component.php |
MODPATH/synergy/backend/classes/Component/Component.php |
MODPATH/synergy/backend/classes/Motor/Component/Component.php |
DOCROOT/modules/_base/config/components.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/general.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/app_dashboard.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/general_topics.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/shortcuts.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/articles.php |
DOCROOT/modules/digitales_gedenken/init.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Data/Correction.php |
DOCROOT/modules/_base/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 |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Person.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location/Synonym.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Siglen.php |
DOCROOT/modules/einkaufen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_einkaufen.php |
DOCROOT/modules/geniessen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_geniessen.php |
DOCROOT/modules/saarbahn.de/init.php |
DOCROOT/modules/saarbruecker-stadtwerke.de/init.php |
DOCROOT/modules/_base/init.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/social-media/config/event_dispatcher.php |
DOCROOT/modules/_base/config/event_dispatcher.php |
DOCROOT/modules/_base/i18n/en/frontend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Quarter.php |
DOCROOT/modules/_base/i18n/en/backend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Category.php |
APPPATH/i18n/en/frontend/component/hrs/form.php |
DOCROOT/modules/_base/i18n/en/backend/component/hero/banner.php |
DOCROOT/modules/app_teaser/init.php |
DOCROOT/modules/app_teaser/i18n/en/app_teaser.php |
DOCROOT/modules/componentpopupoverride/init.php |
MODPATH/synergy/conversation/config/plugin_conversation.php |
DOCROOT/modules/_base/config/plugin_conversation.php |
DOCROOT/modules/delivery-service/init.php |
DOCROOT/modules/saarvv_reports/init.php |
DOCROOT/modules/saarvv_reports/i18n/en/saarvv_reports/general.php |
DOCROOT/modules/_sb_migrate/init.php |
DOCROOT/modules/sms_parking/init.php |
DOCROOT/modules/sms_parking/i18n/en/sms_parking/general.php |
DOCROOT/modules/trash_calculator/init.php |
DOCROOT/modules/trash_calendar/init.php |
DOCROOT/modules/trash_calendar/i18n/en/trash_calendar/general.php |
DOCROOT/modules/visit-location/init.php |
DOCROOT/modules/visit-location/i18n/en/gastro_search.php |
DOCROOT/modules/visit-location/i18n/en/gastro_detail.php |
DOCROOT/modules/visit-location/i18n/en/poi_search.php |
DOCROOT/modules/visit-location/i18n/en/poi_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_search.php |
DOCROOT/modules/visit-location/i18n/en/tour_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_list.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_detail.php |
DOCROOT/modules/top_tips/init.php |
DOCROOT/modules/top_tips/i18n/en/top_tips/general.php |
DOCROOT/modules/towed-vehicles/init.php |
DOCROOT/modules/towed-vehicles/i18n/en/towed_vehicle.php |
DOCROOT/modules/random_suggestions/init.php |
DOCROOT/modules/random_suggestions/i18n/en/random_suggestions/general.php |
DOCROOT/modules/redirects/init.php |
DOCROOT/modules/redirects/i18n/en/redirect/redirect.php |
DOCROOT/modules/rent_calculator/init.php |
DOCROOT/modules/rent_calculator/i18n/en/rent_calculator/general.php |
DOCROOT/modules/hg_synergy/polls/init.php |
DOCROOT/modules/hg_synergy/polls/i18n/en/component/poll/show.php |
DOCROOT/modules/hg_synergy/polls/classes/Model/Poll.php |
MODPATH/synergy/accomodation/init.php |
MODPATH/synergy/address/init.php |
MODPATH/synergy/allocation-plan/init.php |
MODPATH/synergy/component-generic/init.php |
MODPATH/synergy/component-responsive/init.php |
MODPATH/synergy/construction-site/init.php |
MODPATH/synergy/conversation/init.php |
MODPATH/synergy/conversation/config/event_plugin_conversation.php |
MODPATH/synergy/downloads-with-preview-image/init.php |
MODPATH/synergy/dummy/init.php |
MODPATH/synergy/event/init.php |
MODPATH/synergy/formbuilder/init.php |
MODPATH/synergy/fulltext/init.php |
MODPATH/synergy/glossary/init.php |
MODPATH/synergy/littersort/init.php |
MODPATH/synergy/movie-database/init.php |
MODPATH/synergy/newsletter/init.php |
MODPATH/synergy/points-of-interest/init.php |
MODPATH/synergy/recaptcha-invisible/init.php |
MODPATH/synergy/shariff/init.php |
MODPATH/synergy/share-this-page/init.php |
MODPATH/synergy/shortlink/init.php |
MODPATH/synergy/slideshow-simple/init.php |
MODPATH/synergy/backend/i18n/de/backend/component.php |
DOCROOT/modules/_base/i18n/de/backend/component.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/component.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/component.php |
MODPATH/synergy/core/i18n/de.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/component/slideshow.php |
MODPATH/synergy/backend/i18n/de/backend/core.php |
MODPATH/synergy/event/i18n/de/backend/core.php |
DOCROOT/modules/delivery-service/i18n/de/backend/core.php |
DOCROOT/modules/_base/i18n/de/backend/core.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/core.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/cms/slideshow.php |
MODPATH/synergy/snippetable/init.php |
MODPATH/synergy/social-media/init.php |
MODPATH/synergy/wedding-dates/init.php |
MODPATH/synergy/wedding-dates/i18n/de/backend/wedding_date.php |
MODPATH/synergy/youtube/init.php |
MODPATH/synergy/youtube/i18n/de/backend/youtube.php |
MODPATH/synergy/backend/init.php |
MODPATH/synergy/backend/i18n/de/backend/address.php |
DOCROOT/modules/_base/i18n/de/backend/address.php |
MODPATH/synergy/backend/i18n/de/backend/admin.php |
MODPATH/synergy/backend/i18n/de/backend/media.php |
DOCROOT/modules/_base/i18n/de/backend/media.php |
MODPATH/synergy/backend/i18n/de/backend/page.php |
MODPATH/synergy/backend/i18n/de/module/article.php |
MODPATH/synergy/email/init.php |
MODPATH/synergy/migrations/init.php |
MODPATH/synergy/migrations/classes/Flexiblemigrations.php |
MODPATH/synergy/migrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/synergy/migrations/config/config.php |
MODPATH/synergy/pdf/init.php |
MODPATH/synergy/php7-migration/init.php |
MODPATH/synergy/smarty/classes/View.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache.php |
MODPATH/koseven/koseven/modules/cache/config/cache.php |
MODPATH/synergy/core/config/cache.php |
APPPATH/config/cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/GarbageCollect.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/GarbageCollect.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 |
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php |
DOCROOT/modules/_base/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
MODPATH/synergy/core/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishControllerTemplate.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishPage.php |
MODPATH/synergy/smarty/classes/Smarty/Wrapper.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/Wrapper.php |
MODPATH/synergy/smarty/config/smarty.php |
DOCROOT/modules/_base/config/smarty.php |
DOCROOT/modules/_base/classes/Helper/Domain.php |
MODPATH/synergy/backend/classes/Model/Domain.php |
MODPATH/synergy/core/classes/Event.php |
MODPATH/synergy/core/classes/Motor/Event.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
DOCROOT/modules/_base/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 |
DOCROOT/modules/digitales_gedenken/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 |
DOCROOT/modules/_base/classes/Model/Client.php |
DOCROOT/modules/_base/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 |
DOCROOT/modules/_base/classes/Model/Language.php |
DOCROOT/modules/_base/classes/Helper/Pageinfo.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/synergy/nested-set/classes/Kohana/ORM/Nested/Sets.php |
DOCROOT/modules/_base/classes/Behaviour/Implode.php |
DOCROOT/modules/_base/classes/Behaviour/Fulltext.php |
DOCROOT/modules/_base/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 |
DOCROOT/modules/_base/classes/Model/Page/Version.php |
MODPATH/synergy/core/classes/Behaviour/Blame.php |
DOCROOT/modules/_base/classes/Behaviour/Fix/Emptyversion.php |
DOCROOT/modules/_base/config/dependent_languages.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/Componentsorter.php |
DOCROOT/modules/_base/classes/Model/Client/Default/Page.php |
MODPATH/synergy/varnish-cache/classes/Helper/Varnish.php |
MODPATH/synergy/core/classes/Motor/Auth.php |
APPPATH/config/auth_user.php |
MODPATH/synergy/backend/classes/Motor/Auth/User.php |
MODPATH/koseven/koseven/modules/auth/config/auth.php |
APPPATH/config/auth.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/App/User.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/App/User/Session.php |
DOCROOT/modules/_base/classes/Helper/UrlBuilder.php |
APPPATH/config/app_banner.php |
MODPATH/synergy/backend/config/project.php |
MODPATH/synergy/points-of-interest/config/project.php |
MODPATH/synergy/event/config/project.php |
DOCROOT/modules/visit-location/config/project.php |
DOCROOT/modules/_base/config/project.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/project.php |
MODPATH/synergy/backend/config/default_pages.php |
MODPATH/synergy/share-this-page/config/default_pages.php |
SYSPATH/i18n/fr.php |
MODPATH/synergy/newsletter/config/default_pages.php |
MODPATH/synergy/fulltext/config/default_pages.php |
DOCROOT/modules/_base/config/default_pages.php |
DOCROOT/modules/_base/i18n/fr/project.php |
DOCROOT/modules/max-ophuels-preis.de/config/default_pages.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/fr/backend/general.php |
DOCROOT/modules/digitales_gedenken/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/fr/app.php |
DOCROOT/modules/visit-location/i18n/fr/tours.php |
MODPATH/synergy/backend/classes/Model/Page/Version/Block.php |
DOCROOT/modules/_base/classes/Model/Component/Teaser.php |
MODPATH/synergy/component-responsive/classes/Model/Component/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Component/Responsive.php |
MODPATH/synergy/core/classes/Model/Component/Base.php |
MODPATH/synergy/core/classes/Model/Component/Motor/Base.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Images.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Grid.php |
MODPATH/synergy/component-responsive/classes/Responsive/Images.php |
MODPATH/synergy/component-responsive/config/responsive_images.php |
DOCROOT/modules/_base/config/responsive_images.php |
MODPATH/synergy/core/classes/Behaviour/Attachment.php |
MODPATH/synergy/core/classes/Model/Attachment.php |
MODPATH/synergy/core/classes/Model/Motor/Attachment.php |
DOCROOT/modules/_base/classes/Model/Page/Advertisement.php |
DOCROOT/modules/_base/classes/Helper/Page.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/url.php |
DOCROOT/modules/_base/config/url.php |
APPPATH/config/url.php |
MODPATH/synergy/core/classes/Page/Settings.php |
DOCROOT/modules/_base/classes/Helper/Weather.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Weather.php |
DOCROOT/modules/_base/classes/Helper/Navigation.php |
SYSPATH/config/user_agents.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Sort.php |
DOCROOT/modules/visit-location/classes/Model/Component/Visit/Tours/Tour/Search.php |
DOCROOT/modules/visit-location/classes/Controller/Frontend/Component/Visit/Tours/Tour/Search.php |
DOCROOT/modules/visit-location/classes/Model/Visit/Tours/Property.php |
MODPATH/synergy/core/classes/Formo.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Formo.php |
MODPATH/synergy/backend/classes/Formo/Innards.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Innards.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Driver/Form.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Driver/Form.php |
MODPATH/synergy/core/classes/Formo/Driver.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Driver.php |
MODPATH/bmidget/kohana-formo/config/formo.php |
MODPATH/synergy/backend/config/formo.php |
APPPATH/config/formo.php |
DOCROOT/modules/visit-location/i18n/fr/gastro_search.php |
MODPATH/synergy/core/classes/Formo/Driver/Input.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Driver/Input.php |
MODPATH/synergy/core/classes/Formo/Driver/Checkboxes.php |
MODPATH/bmidget/kohana-formo/classes/Formo/Core/Driver/Checkboxes.php |
DOCROOT/modules/_base/classes/Elasticsearch.php |
MODPATH/synergy/glossary/config/fulltext.php |
MODPATH/synergy/fulltext/config/fulltext.php |
MODPATH/synergy/address/config/fulltext.php |
DOCROOT/modules/delivery-service/config/fulltext.php |
DOCROOT/modules/_base/config/fulltext.php |
DOCROOT/modules/digitales_gedenken/config/fulltext.php |
APPPATH/config/fulltext.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ClientBuilder.php |
MODPATH/psr/log/Psr/Log/NullLogger.php |
MODPATH/psr/log/Psr/Log/AbstractLogger.php |
MODPATH/psr/log/Psr/Log/LoggerInterface.php |
MODPATH/ezimuel/ringphp/src/Client/CurlHandler.php |
MODPATH/ezimuel/ringphp/src/Client/CurlFactory.php |
MODPATH/ezimuel/ringphp/src/Client/CurlMultiHandler.php |
MODPATH/ezimuel/ringphp/src/Client/Middleware.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/SmartSerializer.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/SerializerInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionFactory.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionFactoryInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Client.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/CatNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AbstractNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ClusterNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/DanglingIndicesNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IndicesNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IngestNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/NodesNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SnapshotNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/TasksNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AsyncSearchNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AutoscalingNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/CcrNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/DataFrameTransformDeprecatedNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/EnrichNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/EqlNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/GraphNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IlmNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/LicenseNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MigrationNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MlNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MonitoringNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/RollupNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SearchableSnapshotsNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SecurityNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SlmNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SqlNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SslNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/TransformNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/WatcherNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/XpackNamespace.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php |
MODPATH/ezimuel/ringphp/src/Core.php |
MODPATH/ezimuel/ringphp/src/Future/CompletedFutureArray.php |
MODPATH/ezimuel/ringphp/src/Future/CompletedFutureValue.php |
MODPATH/ezimuel/ringphp/src/Future/FutureInterface.php |
MODPATH/react/promise/src/PromiseInterface.php |
MODPATH/react/promise/src/PromisorInterface.php |
MODPATH/ezimuel/ringphp/src/Future/FutureArrayInterface.php |
MODPATH/ezimuel/ringphp/src/Future/FutureArray.php |
MODPATH/ezimuel/ringphp/src/Future/MagicFutureTrait.php |
MODPATH/ezimuel/ringphp/src/Future/BaseFutureTrait.php |
MODPATH/react/promise/src/FulfilledPromise.php |
MODPATH/react/promise/src/ExtendedPromiseInterface.php |
MODPATH/react/promise/src/CancellablePromiseInterface.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Missing404Exception.php |
MODPATH/psr/log/Psr/Log/LogLevel.php |
MODPATH/react/promise/src/RejectedPromise.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
MODPATH/synergy/core/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
APPPATH/views/kohana/error.php |
Loaded extensions (45)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
ctype |
curl |
dom |
fileinfo |
filter |
hash |
iconv |
json |
mbstring |
SPL |
session |
PDO |
pdo_sqlite |
standard |
posix |
random |
readline |
Reflection |
Phar |
SimpleXML |
tokenizer |
xml |
xmlreader |
xmlwriter |
mysqlnd |
cgi-fcgi |
apcu |
bcmath |
exif |
gd |
imagick |
intl |
memcached |
mysqli |
pdo_mysql |
sodium |
zip |
Zend OPcache |
$_SERVER
NVM_INC |
string(46) "/root/.nvm/versions/node/v20.18.0/include/node"
|
HOSTNAME |
string(12) "852ff50f2617"
|
PHP_VERSION |
string(6) "8.4.23"
|
PHP_INI_DIR |
string(18) "/usr/local/etc/php"
|
GPG_KEYS |
string(122) "AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
|
PHP_LDFLAGS |
string(12) "-Wl,-O1 -pie"
|
PWD |
string(13) "/var/www/html"
|
MOBILITHEK_USER |
string(0) ""
|
HOME |
string(8) "/var/www"
|
PHP_SHA256 |
string(64) "1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a72"
|
PHPIZE_DEPS |
string(76) "autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c"
|
NVM_DIR |
string(10) "/root/.nvm"
|
MOBILITHEK_PASS |
string(0) ""
|
PHP_URL |
string(51) "https://www.php.net/distributions/php-8.4.23.tar.xz"
|
SHLVL |
string(1) "0"
|
NVM_CD_FLAGS |
string(0) ""
|
PHP_CFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
PATH |
string(98) "/root/.nvm/versions/node/v20.18.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
NVM_BIN |
string(37) "/root/.nvm/versions/node/v20.18.0/bin"
|
PHP_ASC_URL |
string(55) "https://www.php.net/distributions/php-8.4.23.tar.xz.asc"
|
PHP_CPPFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
USER |
string(8) "www-data"
|
HTTP_X_VARNISH |
string(5) "35367"
|
HTTP_ACCEPT_ENCODING |
string(4) "gzip"
|
HTTP_VIA |
string(30) "1.1 5a7e572b7e79 (Varnish/7.5)"
|
HTTP_X_FORWARDED_FOR |
string(22) "172.19.0.1, 172.19.0.4"
|
HTTP_X_REAL_IP |
string(10) "172.19.0.1"
|
HTTP_X_FORWARDED_SERVER |
string(12) "8563dc13691c"
|
HTTP_X_FORWARDED_PROTO |
string(4) "http"
|
HTTP_X_FORWARDED_PORT |
string(2) "80"
|
HTTP_X_FORWARDED_HOST |
string(17) "app.sb-staging.de"
|
HTTP_REFERER |
string(32) "http://app.sb-staging.de/fr/tour"
|
HTTP_ACCEPT |
string(3) "*/*"
|
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_HOST |
string(17) "app.sb-staging.de"
|
HTTPS |
string(0) ""
|
PATH_INFO |
string(0) ""
|
SCRIPT_FILENAME |
string(23) "/var/www/html/index.php"
|
REDIRECT_STATUS |
string(3) "200"
|
SERVER_NAME |
string(17) "app.sb-staging.de"
|
SERVER_PORT |
string(2) "80"
|
SERVER_ADDR |
string(10) "172.20.0.3"
|
REMOTE_PORT |
string(5) "36142"
|
REMOTE_ADDR |
string(10) "172.20.0.4"
|
SERVER_SOFTWARE |
string(12) "nginx/1.30.3"
|
GATEWAY_INTERFACE |
string(7) "CGI/1.1"
|
REQUEST_SCHEME |
string(4) "http"
|
SERVER_PROTOCOL |
string(8) "HTTP/1.1"
|
DOCUMENT_ROOT |
string(13) "/var/www/html"
|
DOCUMENT_URI |
string(10) "/index.php"
|
REQUEST_URI |
string(8) "/fr/tour"
|
SCRIPT_NAME |
string(10) "/index.php"
|
CONTENT_LENGTH |
string(0) ""
|
CONTENT_TYPE |
string(0) ""
|
REQUEST_METHOD |
string(3) "GET"
|
QUERY_STRING |
string(0) ""
|
FCGI_ROLE |
string(9) "RESPONDER"
|
PHP_SELF |
string(10) "/index.php"
|
REQUEST_TIME_FLOAT |
float 1783106969.2516 |
REQUEST_TIME |
integer 1783106969 |
argv |
array(0)
|
argc |
integer 0 |