APPPATH/views/viewgalleries.php [ 3 ]
1 <?php
2 foreach ($galleries as $key => $value) {
3 if (count($value['media']) == 0) {
4 continue;
5 }
6 ?>
7 <div>
8 <?php
-
APPPATH/views/viewgalleries.php [ 3 ] » Kohana_Core::error_handler(arguments)
0
integer 2
1
string(74) "count(): Parameter must be an array or an object that implements Countable"
2
string(54) "/var/www/banket.kz/application/views/viewgalleries.php"
3
integer 3
4
array(7) ( "kohana_view_filename" => string(54) "/var/www/banket.kz/application/views/viewgalleries.php" "kohana_view_data" => array(3) ( "id" => integer 75415 "url" => string(45) "almaty/restaurants/dragonfly-izakaya?id=75415" "galleries" => array(5) ( 1116677 => array(2) ( "value" => bool TRUE "media" => array(5) ( 0 => integer 1116678 1 => integer 1116679 2 => integer 1116680 3 => integer 1116681 4 => integer 1116682 ) ) 1116683 => array(1) ( "value" => bool TRUE ) 1116684 => array(1) ( "value" => bool TRUE ) 1116685 => array(1) ( "value" => bool TRUE ) 1116686 => array(1) ( "value" => bool TRUE ) ) ) "id" => integer 75415 "url" => string(45) "almaty/restaurants/dragonfly-izakaya?id=75415" "galleries" => array(5) ( 1116677 => array(2) ( "value" => bool TRUE "media" => array(5) ( 0 => integer 1116678 1 => integer 1116679 2 => integer 1116680 3 => integer 1116681 4 => integer 1116682 ) ) 1116683 => array(1) ( "value" => bool TRUE ) 1116684 => array(1) ( "value" => bool TRUE ) 1116685 => array(1) ( "value" => bool TRUE ) 1116686 => array(1) ( "value" => bool TRUE ) ) "value" => array(1) ( "value" => bool TRUE ) "key" => integer 1116683 )
1 <?php 2 foreach ($galleries as $key => $value) { 3 if (count($value['media']) == 0) { 4 continue; 5 } 6 ?> 7 <div> 8 <?php
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(54) "/var/www/banket.kz/application/views/viewgalleries.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(54) "/var/www/banket.kz/application/views/viewgalleries.php"
1
array(3) ( "id" => integer 75415 "url" => string(45) "almaty/restaurants/dragonfly-izakaya?id=75415" "galleries" => array(5) ( 1116677 => array(2) ( "value" => bool TRUE "media" => array(5) ( 0 => integer 1116678 1 => integer 1116679 2 => integer 1116680 3 => integer 1116681 4 => integer 1116682 ) ) 1116683 => array(1) ( "value" => bool TRUE ) 1116684 => array(1) ( "value" => bool TRUE ) 1116685 => array(1) ( "value" => bool TRUE ) 1116686 => array(1) ( "value" => bool TRUE ) ) )
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()
155 public function body($content = NULL) 156 { 157 if ($content === NULL) 158 return $this->_body; 159 160 $this->_body = (string) $content; 161 return $this; 162 } 163 164 /** 165 * Gets or sets the HTTP protocol. The standard protocol to use
-
APPPATH/classes/Controller/Item.php [ 67 ] » Kohana_Response->body(arguments)
0
object View(2)
{ protected _file => string(54) "/var/www/banket.kz/application/views/viewgalleries.php" protected _data => array(3) ( "id" => integer 75415 "url" => string(45) "almaty/restaurants/dragonfly-izakaya?id=75415" "galleries" => array(5) ( 1116677 => array(2) ( "value" => bool TRUE "media" => array(5) ( 0 => integer 1116678 1 => integer 1116679 2 => integer 1116680 3 => integer 1116681 4 => integer 1116682 ) ) 1116683 => array(1) ( "value" => bool TRUE ) 1116684 => array(1) ( "value" => bool TRUE ) 1116685 => array(1) ( "value" => bool TRUE ) 1116686 => array(1) ( "value" => bool TRUE ) ) ) }
62 if (count($data['item']->getGallery()->get() ?? []) == 0) { 63 return NULL; 64 } 65 $data['galleries'] = $data['item']->getGallery()->get(); 66 unset($data['item']); 67 $this->response->body(View::factory('viewgalleries', $data)); 68 } 69 public function action_edit_button() { 70 $site = new Model_Site( 71 array_merge($this->request->param(), $this->request->post()) 72 );
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Item->action_viewgalleries()
79 array(':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 [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Item(2)
{ public request => object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(13) "viewgalleries" protected _uri => string(55) "item/viewgalleries/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(1) ( "id" => integer 75415 ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(13) "viewgalleries" protected _uri => string(55) "item/viewgalleries/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(1) ( "id" => integer 75415 ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}1
object 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(array('_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))
-
SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(13) "viewgalleries" protected _uri => string(55) "item/viewgalleries/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(1) ( "id" => integer 75415 ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests.
-
APPPATH/views/itemviewframe.php [ 4 ] » Kohana_Request->execute()
1 <?php 2 $viewgallery = Request::factory( 3 'item/viewgalleries/' . $url 4 )->query('id', $item->getId())->execute(); 5 if (property_exists($item, 'videoClip')) { 6 $viewVideoClip = $item->getVideoClip()->output(); 7 } 8 ?> 9 <div class="card bg-light">
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(54) "/var/www/banket.kz/application/views/itemviewframe.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(54) "/var/www/banket.kz/application/views/itemviewframe.php"
1
array(7) ( "url" => string(36) "almaty/restaurants/dragonfly-izakaya" "item" => object Model_Categories_Restaurants(114)
{ protected address => object Model_Parameters_Address(19)
"coords" => NULL "parameters" => array(106) ( "address" => object Model_Parameters_Address(19){ protected icon => string(32) "<span class="fa fa-home"></span>" protected name => string(7) "address" protected necessarily => bool TRUE protected reference => NULL protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected reference => object Model_Parameters_Reference(18){ protected name => string(9) "reference" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "reference" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected inthecountry => object Model_Parameters_Inthecountry(19){ protected name => string(12) "inthecountry" protected caption => string(40) "Расположен за городом" protected onlinehelp => string(12) "inthecountry" protected field => string(9) "int_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected map => object Model_Parameters_Map(20){ protected name => string(3) "map" protected field => string(11) "float_value" protected table => string(11) "item_params" private xName => string(4) "mapx" private yName => string(4) "mapy" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object Coords(2)
protected totalBill => object Model_Parameters_TotalBill(23){ protected x => NULL protected y => NULL }
private itemId => integer 75415 protected validation => array(2) ( "mapx" => array(1) ( "numeric" => NULL ) "mapy" => array(1) ( "numeric" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(9) "totalBill" protected caption => string(23) "Средний счёт" protected fromname => string(13) "totalbillfrom" protected toname => string(11) "totalbillto" protected icon => string(14) "fa-credit-card" protected field => string(9) "int_value" protected fromCaption => string(4) "от" protected toCaption => string(4) "до" protected necessarily => bool FALSE protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/NumberRangePrototype.php0x7a2400e055ef(2)
protected cuisine => object Model_Parameters_Cuisine(19){ protected from => NULL protected to => NULL }
private itemId => integer 75415 protected validation => array(2) ( "totalbillfrom" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) "totalbillto" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(7) "cuisine" protected icon => string(10) "fa-cutlery" protected highlightField => string(9) "int_value" protected necessarily => bool FALSE protected value => array(46) ( 0 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4)
protected seats => object Model_Parameters_Seats(19){ public caption => string(22) "австрийская" public name => string(8) "austrian" public value => NULL public highlight => bool FALSE }
1 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "авторская" public name => string(5) "autor" public value => NULL public highlight => bool FALSE }
2 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(30) "азербайджанская" public name => string(17) "azerbajdzhanskaja" public value => NULL public highlight => bool FALSE }
3 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "азиатская" public name => string(10) "aziatskaja" public value => NULL public highlight => bool TRUE }
4 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "американская" public name => string(13) "amerikanskaja" public value => NULL public highlight => bool FALSE }
5 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "английская" public name => string(11) "anglijskaja" public value => NULL public highlight => bool FALSE }
6 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "арабская" public name => string(9) "arabskaja" public value => NULL public highlight => bool FALSE }
7 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "аргентинская" public name => string(13) "argentinskaja" public value => NULL public highlight => bool FALSE }
8 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "армянская" public name => string(11) "armyanskaya" public value => NULL public highlight => bool FALSE }
9 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "бразильская" public name => string(13) "brazilAeskaja" public value => NULL public highlight => bool FALSE }
10 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(28) "вегетарианская" public name => string(15) "vegetarianskaya" public value => NULL public highlight => bool FALSE }
11 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "восточная" public name => string(11) "vostochnaya" public value => NULL public highlight => bool TRUE }
12 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(39) "восточно-европейская" public name => string(22) "vostochno-evropejskaja" public value => NULL public highlight => bool TRUE }
13 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "вьетнамская" public name => string(13) "vAeetnamskaja" public value => NULL public highlight => bool FALSE }
14 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "греческая" public name => string(11) "grecheskaja" public value => NULL public highlight => bool FALSE }
15 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "грузинская" public name => string(11) "gruzinskaya" public value => NULL public highlight => bool FALSE }
16 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "дунганская" public name => string(11) "dunganskaja" public value => NULL public highlight => bool FALSE }
17 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "еврейская" public name => string(10) "evrejskaja" public value => NULL public highlight => bool FALSE }
18 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "европейская" public name => string(12) "evropeyskaya" public value => NULL public highlight => bool TRUE }
19 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "индийская" public name => string(10) "indijskaja" public value => NULL public highlight => bool FALSE }
20 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "испанская" public name => string(10) "ispanskaja" public value => NULL public highlight => bool FALSE }
21 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "итальянская" public name => string(14) "italAejanskaja" public value => NULL public highlight => bool TRUE }
22 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "кавказская" public name => string(11) "kavkazskaja" public value => NULL public highlight => bool TRUE }
23 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "казахская" public name => string(10) "kazahskaya" public value => NULL public highlight => bool TRUE }
24 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "киргизская" public name => string(11) "kirgizskaja" public value => NULL public highlight => bool FALSE }
25 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "китайская" public name => string(10) "kitajskaja" public value => NULL public highlight => bool TRUE }
26 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "корейская" public name => string(10) "korejskaja" public value => NULL public highlight => bool FALSE }
27 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "ливанская" public name => string(10) "livanskaja" public value => NULL public highlight => bool FALSE }
28 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "малазийская" public name => string(12) "malazijskaja" public value => NULL public highlight => bool FALSE }
29 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "марокканская" public name => string(13) "marokkanskaja" public value => NULL public highlight => bool FALSE }
30 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "мексиканская" public name => string(13) "meksikanskaja" public value => NULL public highlight => bool FALSE }
31 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "немецкая" public name => string(9) "nemeckaja" public value => NULL public highlight => bool FALSE }
32 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "паназиатская" public name => string(13) "panasiatskaya" public value => NULL public highlight => bool FALSE }
33 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "русская" public name => string(8) "russkaja" public value => NULL public highlight => bool FALSE }
34 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "смешанная" public name => string(11) "smeshannaja" public value => NULL public highlight => bool TRUE }
35 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(34) "средиземноморская" public name => string(18) "sredizemnomorskaya" public value => NULL public highlight => bool FALSE }
36 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "тайская" public name => string(8) "tajskaja" public value => NULL public highlight => bool FALSE }
37 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "татарская" public name => string(10) "tatarskaja" public value => NULL public highlight => bool FALSE }
38 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "турецкая" public name => string(9) "tureckaja" public value => NULL public highlight => bool FALSE }
39 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "узбекская" public name => string(10) "uzbekskaya" public value => NULL public highlight => bool FALSE }
40 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "уйгурская" public name => string(10) "ujgurskaja" public value => NULL public highlight => bool FALSE }
41 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "украинская" public name => string(11) "ukrainskaja" public value => NULL public highlight => bool FALSE }
42 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "французская" public name => string(12) "francuzskaya" public value => NULL public highlight => bool FALSE }
43 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(12) "халяль" public name => string(5) "halal" public value => NULL public highlight => bool TRUE }
44 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "чешская" public name => string(10) "cheshskaja" public value => NULL public highlight => bool FALSE }
45 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "японская" public name => string(10) "yaponskaya" public value => NULL public highlight => bool FALSE }
) private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "newcuisine" => array(2) ( "alpha_dash" => array(2) ( 0 => string(6) ":value" 1 => bool TRUE ) "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 20 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(5) "seats" protected caption => string(29) "Количество мест" protected icon => string(7) "fa-user" protected field => string(9) "int_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "seats" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected parking => object Model_Parameters_Parking(30){ protected name => string(7) "parking" protected placeName => string(12) "parkingplace" protected placeCaption => string(29) "количество мест" protected freeName => string(11) "parkingfree" protected freeCaption => string(20) "бесплатная" protected securedName => string(14) "parkingsecured" protected securedCaption => string(20) "охраняемая" protected nofreeName => string(13) "parkingnofree" protected nofreeCaption => string(14) "платная" protected nosecuredName => string(16) "parkingnosecured" protected nosecuredCaption => string(24) "неохраняемая" protected field => string(9) "int_value" protected caption => string(16) "Парковка" protected delta => float 1.2 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Parking.php0x7a2400e045b4(3)
protected worktime => object Model_Parameters_Worktime(24){ public place => NULL public free => NULL public secured => NULL }
private itemId => integer 75415 protected validation => array(1) ( "parkingplace" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected icon => string(10) "fa-clock-o" private captionField => string(13) "param_caption" private countField => string(9) "int_value" private dayField => string(13) "varchar_value" private timeField => string(14) "datetime_value" private optionField => string(13) "varchar_value" private formElements => array(13) ( "mon" => string(3) "mon" "tue" => string(3) "tue" "wed" => string(3) "wed" "thu" => string(3) "thu" "fri" => string(3) "fri" "sat" => string(3) "sat" "sun" => string(3) "sun" "fromHour" => string(8) "fromhour" "fromMinute" => string(10) "fromminute" "toHour" => string(6) "tohour" "toMinute" => string(8) "tominute" "workTimeAroundtheclock" => string(24) "work_time_aroundtheclock" "workTimeUntillastcust" => string(23) "work_time_untillastcust" ) protected necessarily => bool FALSE protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected banquetingHall => object Model_Parameters_BanquetingHall(24){ protected caption => string(25) "Банкетный зал" protected name => string(14) "banquetingHall" protected capacitiesAndDescriptions => array(0) protected capacityName => string(23) "banquetingHall-capacity" protected descriptionName => string(26) "banquetingHall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaurant => object Model_Parameters_Restaurant(19){ protected caption => string(16) "Ресторан" protected name => string(10) "restaurant" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cafe => object Model_Parameters_Cafe(19){ protected caption => string(8) "Кафе" protected name => string(4) "cafe" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected pubBar => object Model_Parameters_PubBar(19){ protected caption => string(13) "Паб/Бар" protected name => string(6) "pubBar" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected coffeeHouse => object Model_Parameters_CoffeeHouse(19){ protected caption => string(14) "Кофейня" protected name => string(11) "coffeeHouse" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected karaokeBar => object Model_Parameters_KaraokeBar(19){ protected name => string(10) "karaokeBar" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected summerPlayground => object Model_Parameters_SummerPlayground(19){ protected name => string(16) "summerPlayground" protected caption => string(29) "Летняя площадка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected entertainmentCenter => object Model_Parameters_EntertainmentCenter(19){ protected name => string(19) "entertainmentCenter" protected caption => string(47) "Развлекательный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hotelRestaurantComplex => object Model_Parameters_HotelRestaurantComplex(19){ protected name => string(22) "hotelRestaurantComplex" protected caption => string(60) "Гостинично-ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaurantComplex => object Model_Parameters_RestaurantComplex(19){ protected name => string(17) "restaurantComplex" protected caption => string(39) "Ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected club => object Model_Parameters_Club(19){ protected name => string(4) "club" protected caption => string(8) "Клуб" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected loungeBar => object Model_Parameters_LoungeBar(19){ protected name => string(9) "loungeBar" protected caption => string(24) "Lounge/Лаунж-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected confectionery => object Model_Parameters_Confectionery(19){ protected name => string(13) "confectionery" protected caption => string(24) "Кондитерская" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cooking => object Model_Parameters_Cooking(19){ protected name => string(7) "cooking" protected caption => string(18) "Кулинария" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected canteen => object Model_Parameters_Canteen(19){ protected name => string(7) "canteen" protected caption => string(16) "Столовая" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected pizzeria => object Model_Parameters_Pizzeria(19){ protected name => string(8) "pizzeria" protected caption => string(16) "Пиццерия" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected sushiBar => object Model_Parameters_SushiBar(19){ protected name => string(8) "sushiBar" protected caption => string(15) "Суши-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected donernaya => object Model_Parameters_Donernaya(19){ protected name => string(9) "donernaya" protected caption => string(16) "Донерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected burger => object Model_Parameters_Burger(19){ protected name => string(6) "burger" protected caption => string(18) "Бургерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected barbecue => object Model_Parameters_Barbecue(19){ protected name => string(8) "barbecue" protected caption => string(18) "Шашлычная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected lagman => object Model_Parameters_Lagman(19){ protected name => string(6) "lagman" protected caption => string(18) "Лагманная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected wineCellar => object Model_Parameters_WineCellar(19){ protected name => string(10) "wineCellar" protected caption => string(16) "Винотека" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaubar => object Model_Parameters_Restaubar(19){ protected name => string(9) "restaubar" protected caption => string(16) "Рестобар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected steakHouse => object Model_Parameters_SteakHouse(19){ protected name => string(10) "steakHouse" protected caption => string(19) "Стейк-хаус" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected premiumRestaurant => object Model_Parameters_PremiumRestaurant(19){ protected name => string(17) "premiumRestaurant" protected caption => string(31) "Премиум-ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected beerRestaurant => object Model_Parameters_BeerRestaurant(19){ protected name => string(14) "beerRestaurant" protected caption => string(29) "Пивной ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected fishRestaurant => object Model_Parameters_FishRestaurant(19){ protected name => string(14) "fishRestaurant" protected caption => string(29) "Рыбный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected familyRestaurant => object Model_Parameters_FamilyRestaurant(19){ protected name => string(16) "familyRestaurant" protected caption => string(33) "Семейный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensCafe => object Model_Parameters_ChildrensCafe(19){ protected name => string(13) "childrensCafe" protected caption => string(23) "Детское кафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected halal => object Model_Parameters_Halal(19){ protected name => string(5) "halal" protected caption => string(10) "Халал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected antikafe => object Model_Parameters_Antikafe(19){ protected name => string(8) "antikafe" protected caption => string(16) "Антикафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected fastFood => object Model_Parameters_FastFood(19){ protected name => string(8) "fastFood" protected caption => string(14) "Фастфуд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hookahShop => object Model_Parameters_HookahShop(19){ protected name => string(10) "hookahShop" protected caption => string(18) "Кальянная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected breakfast => object Model_Parameters_Breakfast(19){ protected name => string(9) "breakfast" protected caption => string(14) "Завтрак" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected brunch => object Model_Parameters_Brunch(19){ protected name => string(6) "brunch" protected caption => string(10) "Бранч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected businessLunch => object Model_Parameters_BusinessLunch(19){ protected name => string(13) "businessLunch" protected caption => string(21) "Бизнес-ланч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected buffet => object Model_Parameters_Buffet(19){ protected name => string(6) "buffet" protected caption => string(25) "Шведский стол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected catering => object Model_Parameters_Catering(19){ protected name => string(8) "catering" protected caption => string(18) "Кейтеринг" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected delivery => object Model_Parameters_Delivery(19){ protected name => string(8) "delivery" protected caption => string(16) "Доставка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected atTheHotel => object Model_Parameters_AtTheHotel(19){ protected name => string(10) "atTheHotel" protected caption => string(25) "При гостинице" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected nearThePond => object Model_Parameters_NearThePond(19){ protected name => string(11) "nearThePond" protected caption => string(30) "Рядом с водоёмом" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected inTheMountains => object Model_Parameters_InTheMountains(19){ protected name => string(14) "inTheMountains" protected caption => string(13) "В горах" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected panoramicView => object Model_Parameters_PanoramicView(19){ protected name => string(13) "panoramicView" protected caption => string(27) "Панорамный вид" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected romanticAtmosphere => object Model_Parameters_RomanticAtmosphere(19){ protected name => string(18) "romanticAtmosphere" protected caption => string(45) "Романтическая атмосфера" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected playground => object Model_Parameters_Playground(19){ protected name => string(10) "playground" protected caption => string(49) "игровая площадка для детей" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensRoom => object Model_Parameters_ChildrensRoom(19){ protected name => string(13) "childrensRoom" protected caption => string(29) "Детская комната" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected trestle => object Model_Parameters_Trestle(19){ protected name => string(7) "trestle" protected caption => string(14) "Топчаны" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cabins => object Model_Parameters_Cabins(19){ protected name => string(6) "cabins" protected caption => string(14) "Кабинки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected yurts => object Model_Parameters_Yurts(19){ protected name => string(5) "yurts" protected caption => string(8) "Юрты" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected stage => object Model_Parameters_Stage(19){ protected name => string(5) "stage" protected caption => string(10) "Сцена" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected smokingRoom => object Model_Parameters_SmokingRoom(19){ protected name => string(11) "smokingRoom" protected caption => string(28) "Зал для курящих" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hookah => object Model_Parameters_Hookah(19){ protected name => string(6) "hookah" protected caption => string(12) "Кальян" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected josper => object Model_Parameters_Josper(19){ protected name => string(6) "josper" protected caption => string(12) "Хоспер" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected grillMenu => object Model_Parameters_GrillMenu(19){ protected name => string(9) "grillMenu" protected caption => string(19) "Гриль меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensMenu => object Model_Parameters_ChildrensMenu(19){ protected name => string(13) "childrensMenu" protected caption => string(23) "Детское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected vegetarianMenu => object Model_Parameters_VegetarianMenu(19){ protected name => string(14) "vegetarianMenu" protected caption => string(37) "Вегетарианское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected ownBrewery => object Model_Parameters_OwnBrewery(19){ protected name => string(10) "ownBrewery" protected caption => string(27) "Своя пивоварня" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected craftBeer => object Model_Parameters_CraftBeer(19){ protected name => string(9) "craftBeer" protected caption => string(27) "Крафтовое пиво" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cocktailCard => object Model_Parameters_CocktailCard(19){ protected name => string(12) "cocktailCard" protected caption => string(33) "Коктейльная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected wineMap => object Model_Parameters_WineMap(19){ protected name => string(7) "wineMap" protected caption => string(23) "Винная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected noAlcohol => object Model_Parameters_NoAlcohol(19){ protected name => string(9) "noAlcohol" protected caption => string(25) "Спиртного нет" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected tableReserveIs => object Model_Parameters_TableReserveIs(19){ protected name => string(14) "tableReserveIs" protected caption => string(32) "Резерв стола есть" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected birthdayDiscount => object Model_Parameters_BirthdayDiscount(24){ protected name => string(16) "birthdayDiscount" protected caption => string(35) "Скидка именинникам" protected addCaption => string(36) "Добавить ещё скидку" protected capacityCaption => string(1) "%" protected capacitiesAndDescriptions => array(0) protected capacityName => string(25) "birthdayDiscount-capacity" protected descriptionName => string(28) "birthdayDiscount-description" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected viphall => object Model_Parameters_Viphall(24){ protected name => string(7) "viphall" protected caption => string(10) "VIP-зал" protected capacitiesAndDescriptions => array(0) protected capacityName => string(16) "viphall-capacity" protected descriptionName => string(19) "viphall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected liveMusic => object Model_Parameters_LiveMusic(19){ protected name => string(9) "liveMusic" protected caption => string(23) "Живая музыка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected DJ => object Model_Parameters_DJ(19){ protected name => string(2) "DJ" protected caption => string(2) "DJ" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected dancefloor => object Model_Parameters_Dancefloor(19){ protected name => string(10) "dancefloor" protected caption => string(15) "Танц-пол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected karaoke => object Model_Parameters_Karaoke(19){ protected name => string(7) "karaoke" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected billiards => object Model_Parameters_Billiards(19){ protected name => string(9) "billiards" protected caption => string(14) "Бильярд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected showProgram => object Model_Parameters_ShowProgram(19){ protected name => string(11) "showProgram" protected caption => string(25) "Шоу-программа" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected animators => object Model_Parameters_Animators(19){ protected name => string(9) "animators" protected caption => string(18) "Аниматоры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected sportsBroadcasts => object Model_Parameters_SportsBroadcasts(19){ protected name => string(16) "sportsBroadcasts" protected caption => string(41) "Спортивные трансляции" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected boardGames => object Model_Parameters_BoardGames(19){ protected name => string(10) "boardGames" protected caption => string(29) "Настольные игры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected gamingConsoles => object Model_Parameters_GamingConsoles(19){ protected name => string(14) "gamingConsoles" protected caption => string(33) "Игровые приставки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected culinaryWorkshops => object Model_Parameters_CulinaryWorkshops(19){ protected name => string(17) "culinaryWorkshops" protected caption => string(46) "Кулинарные мастер-классы" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
private table => string(5) "items" protected id => integer 75415 private url => object Model_Parameters_Url(18){ protected name => string(3) "url" protected field => string(3) "url" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "url" => array(1) ( "alpha_dash" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
private caption => NULL protected description => object Model_Parameters_Description(19){ protected name => string(11) "description" protected caption => string(16) "Описание" protected field => string(10) "text_value" protected necessarily => bool TRUE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "description" => array(2) ( "Model_Parameters::not_empty_htmlignored" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 10000 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected owner => object Model_Parameters_Owner(18){ protected necessarily => bool TRUE protected name => string(5) "owner" protected field => string(8) "username" protected table => string(5) "users" protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "owner" => array(3) ( "not_empty" => NULL "Model_Users::user_exists" => array(1) ( 0 => string(6) ":value" ) "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected city => object Model_Parameters_City(25){ protected name => string(4) "city" protected caption => string(10) "Город" protected necessarily => bool TRUE private valueCaption => NULL protected id => NULL protected table => string(5) "items" protected field => string(4) "city" protected coords => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(2) ( "id" => string(4) "city" "onchange" => string(19) "this.form.submit();" ) protected hiddenField => integer 0 protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "city" => array(1) ( "not_empty" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected category => object Model_Parameters_Category(25){ protected name => string(8) "category" protected caption => string(18) "Категория" protected necessarily => bool TRUE private valueCaption => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(1) ( "id" => string(8) "category" ) protected hiddenField => integer 0 private fullList => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "category" => array(2) ( "not_empty" => NULL "Model_Parameters_Category::exists" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected name => object Model_Parameters_Name(20){ protected name => string(4) "name" protected caption => string(16) "Название" protected necessarily => bool TRUE protected field => string(9) "item_name" private url => NULL protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "name" => array(2) ( "not_empty" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(5) "items" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected phones => object Model_Parameters_Phones(22){ protected necessarily => bool TRUE protected icon => string(8) "fa-phone" protected prefixname => string(11) "phoneprefix" protected numbername => string(11) "phonenumber" protected caption => string(60) "Телефоны для размещения на сайте" protected lines => integer 5 protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(5) ( "phonenumber0" => array(2) ( "not_empty" => NULL "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber1" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber2" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber3" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber4" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected webSite => object Model_Parameters_WebSite(18){ protected name => string(7) "website" protected icon => string(8) "fa-globe" protected outputIsBlock => bool TRUE protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "website" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected gallery => object Model_Parameters_Gallery(19){ protected name => string(7) "gallery" protected ownerId => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected videoClip => object Model_Parameters_VideoClip(20){ protected icon => string(32) "<span class="fa fa-film"></span>" protected name => string(9) "videoClip" protected VKurl => string(14) "https://vk.com" protected youtubeUrl => string(16) "https://youtu.be" protected field => string(10) "text_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected moderated => object Model_Parameters_Moderated(18){ protected name => string(9) "moderated" protected table => string(5) "items" protected field => string(17) "mark_as_moderated" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected deleted => object Model_Parameters_Deleted(18){ protected name => string(7) "deleted" protected field => string(15) "mark_as_deleted" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected email => object Model_Parameters_Email(24){ protected name => string(5) "email" protected caption => string(33) "Электронный адрес" protected icon => string(11) "fa-envelope" protected smtpUserName => string(15) "admin@banket.kz" protected smtpPassword => string(14) "BanketAdmin123" protected from => string(15) "admin@banket.kz" protected smtpServer => string(20) "ssl://smtp.yandex.ru" protected smtpPort => integer 465 protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "email" => array(2) ( "email" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected whatsapp => object Model_Parameters_Whatsapp(21){ protected numbername => string(14) "whatsappnumber" protected caption => string(19) "Номер whatsapp" protected lines => integer 1 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "whatsappnumber0" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected modifiedTime => NULL protected modifiedAutor => NULL protected facebook => object Model_Parameters_Facebook(21){ protected name => string(8) "facebook" protected caption => string(8) "Facebook" protected urlTemplate => string(12) "facebook.com" protected placeholder => string(33) "www.facebook.com/myname.super.777" protected onlinehelp => string(8) "facebook" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "facebook" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(12) "facebook.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected instagram => object Model_Parameters_Instagram(21){ protected name => string(9) "instagram" protected caption => string(9) "Instagram" protected urlTemplate => string(13) "instagram.com" protected onlinehelp => string(9) "instagram" protected placeholder => string(25) "www.instagram.com/myinsta" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "instagram" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters_Instagram::urlAvalible" => array(1) ( 0 => string(6) ":value" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected VK => object Model_Parameters_VK(21){ protected name => string(2) "VK" protected caption => string(18) "ВКонтакте" protected urlTemplate => string(6) "vk.com" protected placeholder => string(11) "vk.com/myvk" protected onlinehelp => string(2) "vk" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "VK" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(6) "vk.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected socialNetworks => object Model_Parameters_SocialNetworks(21){ protected instagram => NULL protected facebook => NULL protected vK => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected comment => object Model_Parameters_Comment(19){ protected name => string(7) "comment" protected caption => string(22) "Комментарии" protected field => string(10) "text_value" protected connectionTable => string(9) "url_param" protected connectionField => string(3) "url" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected banner => object Model_Parameters_Banner(25){ protected name => string(6) "banner" protected field => string(9) "int_value" protected factory => object BannerFactory(0)
protected staticBanner => object Model_Parameters_StaticBanner(26){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645762" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected header => string(43) "Баннер в бегущей строке" protected bgClass => string(10) "bg-warning" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(12) "staticBanner" protected imageUrl => NULL protected header => string(32) "Баннер в слайдере" protected bgClass => string(9) "bg-danger" protected field => string(9) "int_value" protected factory => object StaticBannerFactory(0)
protected status => NULL private placeIndex => NULL protected binders => object SplObjectStorage(0){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645792" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ }
protected inFavorites => object Model_Parameters_InFavorites(18){ protected name => string(11) "inFavorites" protected field => string(14) "datetime_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
}{ protected icon => string(32) "<span class="fa fa-home"></span>" protected name => string(7) "address" protected necessarily => bool TRUE protected reference => NULL protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"reference" => object Model_Parameters_Reference(18){ protected name => string(9) "reference" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "reference" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"inthecountry" => object Model_Parameters_Inthecountry(19){ protected name => string(12) "inthecountry" protected caption => string(40) "Расположен за городом" protected onlinehelp => string(12) "inthecountry" protected field => string(9) "int_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"map" => object Model_Parameters_Map(20){ protected name => string(3) "map" protected field => string(11) "float_value" protected table => string(11) "item_params" private xName => string(4) "mapx" private yName => string(4) "mapy" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object Coords(2)
"totalBill" => object Model_Parameters_TotalBill(23){ protected x => NULL protected y => NULL }
private itemId => integer 75415 protected validation => array(2) ( "mapx" => array(1) ( "numeric" => NULL ) "mapy" => array(1) ( "numeric" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(9) "totalBill" protected caption => string(23) "Средний счёт" protected fromname => string(13) "totalbillfrom" protected toname => string(11) "totalbillto" protected icon => string(14) "fa-credit-card" protected field => string(9) "int_value" protected fromCaption => string(4) "от" protected toCaption => string(4) "до" protected necessarily => bool FALSE protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/NumberRangePrototype.php0x7a2400e055ef(2)
"cuisine" => object Model_Parameters_Cuisine(19){ protected from => NULL protected to => NULL }
private itemId => integer 75415 protected validation => array(2) ( "totalbillfrom" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) "totalbillto" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(7) "cuisine" protected icon => string(10) "fa-cutlery" protected highlightField => string(9) "int_value" protected necessarily => bool FALSE protected value => array(46) ( 0 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4)
"seats" => object Model_Parameters_Seats(19){ public caption => string(22) "австрийская" public name => string(8) "austrian" public value => NULL public highlight => bool FALSE }
1 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "авторская" public name => string(5) "autor" public value => NULL public highlight => bool FALSE }
2 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(30) "азербайджанская" public name => string(17) "azerbajdzhanskaja" public value => NULL public highlight => bool FALSE }
3 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "азиатская" public name => string(10) "aziatskaja" public value => NULL public highlight => bool TRUE }
4 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "американская" public name => string(13) "amerikanskaja" public value => NULL public highlight => bool FALSE }
5 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "английская" public name => string(11) "anglijskaja" public value => NULL public highlight => bool FALSE }
6 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "арабская" public name => string(9) "arabskaja" public value => NULL public highlight => bool FALSE }
7 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "аргентинская" public name => string(13) "argentinskaja" public value => NULL public highlight => bool FALSE }
8 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "армянская" public name => string(11) "armyanskaya" public value => NULL public highlight => bool FALSE }
9 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "бразильская" public name => string(13) "brazilAeskaja" public value => NULL public highlight => bool FALSE }
10 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(28) "вегетарианская" public name => string(15) "vegetarianskaya" public value => NULL public highlight => bool FALSE }
11 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "восточная" public name => string(11) "vostochnaya" public value => NULL public highlight => bool TRUE }
12 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(39) "восточно-европейская" public name => string(22) "vostochno-evropejskaja" public value => NULL public highlight => bool TRUE }
13 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "вьетнамская" public name => string(13) "vAeetnamskaja" public value => NULL public highlight => bool FALSE }
14 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "греческая" public name => string(11) "grecheskaja" public value => NULL public highlight => bool FALSE }
15 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "грузинская" public name => string(11) "gruzinskaya" public value => NULL public highlight => bool FALSE }
16 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "дунганская" public name => string(11) "dunganskaja" public value => NULL public highlight => bool FALSE }
17 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "еврейская" public name => string(10) "evrejskaja" public value => NULL public highlight => bool FALSE }
18 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "европейская" public name => string(12) "evropeyskaya" public value => NULL public highlight => bool TRUE }
19 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "индийская" public name => string(10) "indijskaja" public value => NULL public highlight => bool FALSE }
20 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "испанская" public name => string(10) "ispanskaja" public value => NULL public highlight => bool FALSE }
21 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "итальянская" public name => string(14) "italAejanskaja" public value => NULL public highlight => bool TRUE }
22 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "кавказская" public name => string(11) "kavkazskaja" public value => NULL public highlight => bool TRUE }
23 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "казахская" public name => string(10) "kazahskaya" public value => NULL public highlight => bool TRUE }
24 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "киргизская" public name => string(11) "kirgizskaja" public value => NULL public highlight => bool FALSE }
25 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "китайская" public name => string(10) "kitajskaja" public value => NULL public highlight => bool TRUE }
26 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "корейская" public name => string(10) "korejskaja" public value => NULL public highlight => bool FALSE }
27 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "ливанская" public name => string(10) "livanskaja" public value => NULL public highlight => bool FALSE }
28 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "малазийская" public name => string(12) "malazijskaja" public value => NULL public highlight => bool FALSE }
29 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "марокканская" public name => string(13) "marokkanskaja" public value => NULL public highlight => bool FALSE }
30 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "мексиканская" public name => string(13) "meksikanskaja" public value => NULL public highlight => bool FALSE }
31 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "немецкая" public name => string(9) "nemeckaja" public value => NULL public highlight => bool FALSE }
32 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "паназиатская" public name => string(13) "panasiatskaya" public value => NULL public highlight => bool FALSE }
33 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "русская" public name => string(8) "russkaja" public value => NULL public highlight => bool FALSE }
34 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "смешанная" public name => string(11) "smeshannaja" public value => NULL public highlight => bool TRUE }
35 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(34) "средиземноморская" public name => string(18) "sredizemnomorskaya" public value => NULL public highlight => bool FALSE }
36 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "тайская" public name => string(8) "tajskaja" public value => NULL public highlight => bool FALSE }
37 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "татарская" public name => string(10) "tatarskaja" public value => NULL public highlight => bool FALSE }
38 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "турецкая" public name => string(9) "tureckaja" public value => NULL public highlight => bool FALSE }
39 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "узбекская" public name => string(10) "uzbekskaya" public value => NULL public highlight => bool FALSE }
40 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "уйгурская" public name => string(10) "ujgurskaja" public value => NULL public highlight => bool FALSE }
41 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "украинская" public name => string(11) "ukrainskaja" public value => NULL public highlight => bool FALSE }
42 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "французская" public name => string(12) "francuzskaya" public value => NULL public highlight => bool FALSE }
43 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(12) "халяль" public name => string(5) "halal" public value => NULL public highlight => bool TRUE }
44 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "чешская" public name => string(10) "cheshskaja" public value => NULL public highlight => bool FALSE }
45 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "японская" public name => string(10) "yaponskaya" public value => NULL public highlight => bool FALSE }
) private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "newcuisine" => array(2) ( "alpha_dash" => array(2) ( 0 => string(6) ":value" 1 => bool TRUE ) "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 20 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(5) "seats" protected caption => string(29) "Количество мест" protected icon => string(7) "fa-user" protected field => string(9) "int_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "seats" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"parking" => object Model_Parameters_Parking(30){ protected name => string(7) "parking" protected placeName => string(12) "parkingplace" protected placeCaption => string(29) "количество мест" protected freeName => string(11) "parkingfree" protected freeCaption => string(20) "бесплатная" protected securedName => string(14) "parkingsecured" protected securedCaption => string(20) "охраняемая" protected nofreeName => string(13) "parkingnofree" protected nofreeCaption => string(14) "платная" protected nosecuredName => string(16) "parkingnosecured" protected nosecuredCaption => string(24) "неохраняемая" protected field => string(9) "int_value" protected caption => string(16) "Парковка" protected delta => float 1.2 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Parking.php0x7a2400e045b4(3)
"worktime" => object Model_Parameters_Worktime(24){ public place => NULL public free => NULL public secured => NULL }
private itemId => integer 75415 protected validation => array(1) ( "parkingplace" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected icon => string(10) "fa-clock-o" private captionField => string(13) "param_caption" private countField => string(9) "int_value" private dayField => string(13) "varchar_value" private timeField => string(14) "datetime_value" private optionField => string(13) "varchar_value" private formElements => array(13) ( "mon" => string(3) "mon" "tue" => string(3) "tue" "wed" => string(3) "wed" "thu" => string(3) "thu" "fri" => string(3) "fri" "sat" => string(3) "sat" "sun" => string(3) "sun" "fromHour" => string(8) "fromhour" "fromMinute" => string(10) "fromminute" "toHour" => string(6) "tohour" "toMinute" => string(8) "tominute" "workTimeAroundtheclock" => string(24) "work_time_aroundtheclock" "workTimeUntillastcust" => string(23) "work_time_untillastcust" ) protected necessarily => bool FALSE protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"banquetingHall" => object Model_Parameters_BanquetingHall(24){ protected caption => string(25) "Банкетный зал" protected name => string(14) "banquetingHall" protected capacitiesAndDescriptions => array(0) protected capacityName => string(23) "banquetingHall-capacity" protected descriptionName => string(26) "banquetingHall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaurant" => object Model_Parameters_Restaurant(19){ protected caption => string(16) "Ресторан" protected name => string(10) "restaurant" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cafe" => object Model_Parameters_Cafe(19){ protected caption => string(8) "Кафе" protected name => string(4) "cafe" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"pubBar" => object Model_Parameters_PubBar(19){ protected caption => string(13) "Паб/Бар" protected name => string(6) "pubBar" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"coffeeHouse" => object Model_Parameters_CoffeeHouse(19){ protected caption => string(14) "Кофейня" protected name => string(11) "coffeeHouse" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"karaokeBar" => object Model_Parameters_KaraokeBar(19){ protected name => string(10) "karaokeBar" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"summerPlayground" => object Model_Parameters_SummerPlayground(19){ protected name => string(16) "summerPlayground" protected caption => string(29) "Летняя площадка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"entertainmentCenter" => object Model_Parameters_EntertainmentCenter(19){ protected name => string(19) "entertainmentCenter" protected caption => string(47) "Развлекательный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hotelRestaurantComplex" => object Model_Parameters_HotelRestaurantComplex(19){ protected name => string(22) "hotelRestaurantComplex" protected caption => string(60) "Гостинично-ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaurantComplex" => object Model_Parameters_RestaurantComplex(19){ protected name => string(17) "restaurantComplex" protected caption => string(39) "Ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"club" => object Model_Parameters_Club(19){ protected name => string(4) "club" protected caption => string(8) "Клуб" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"loungeBar" => object Model_Parameters_LoungeBar(19){ protected name => string(9) "loungeBar" protected caption => string(24) "Lounge/Лаунж-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"confectionery" => object Model_Parameters_Confectionery(19){ protected name => string(13) "confectionery" protected caption => string(24) "Кондитерская" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cooking" => object Model_Parameters_Cooking(19){ protected name => string(7) "cooking" protected caption => string(18) "Кулинария" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"canteen" => object Model_Parameters_Canteen(19){ protected name => string(7) "canteen" protected caption => string(16) "Столовая" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"pizzeria" => object Model_Parameters_Pizzeria(19){ protected name => string(8) "pizzeria" protected caption => string(16) "Пиццерия" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"sushiBar" => object Model_Parameters_SushiBar(19){ protected name => string(8) "sushiBar" protected caption => string(15) "Суши-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"donernaya" => object Model_Parameters_Donernaya(19){ protected name => string(9) "donernaya" protected caption => string(16) "Донерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"burger" => object Model_Parameters_Burger(19){ protected name => string(6) "burger" protected caption => string(18) "Бургерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"barbecue" => object Model_Parameters_Barbecue(19){ protected name => string(8) "barbecue" protected caption => string(18) "Шашлычная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"lagman" => object Model_Parameters_Lagman(19){ protected name => string(6) "lagman" protected caption => string(18) "Лагманная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"wineCellar" => object Model_Parameters_WineCellar(19){ protected name => string(10) "wineCellar" protected caption => string(16) "Винотека" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaubar" => object Model_Parameters_Restaubar(19){ protected name => string(9) "restaubar" protected caption => string(16) "Рестобар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"steakHouse" => object Model_Parameters_SteakHouse(19){ protected name => string(10) "steakHouse" protected caption => string(19) "Стейк-хаус" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"premiumRestaurant" => object Model_Parameters_PremiumRestaurant(19){ protected name => string(17) "premiumRestaurant" protected caption => string(31) "Премиум-ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"beerRestaurant" => object Model_Parameters_BeerRestaurant(19){ protected name => string(14) "beerRestaurant" protected caption => string(29) "Пивной ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"fishRestaurant" => object Model_Parameters_FishRestaurant(19){ protected name => string(14) "fishRestaurant" protected caption => string(29) "Рыбный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"familyRestaurant" => object Model_Parameters_FamilyRestaurant(19){ protected name => string(16) "familyRestaurant" protected caption => string(33) "Семейный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensCafe" => object Model_Parameters_ChildrensCafe(19){ protected name => string(13) "childrensCafe" protected caption => string(23) "Детское кафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"halal" => object Model_Parameters_Halal(19){ protected name => string(5) "halal" protected caption => string(10) "Халал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"antikafe" => object Model_Parameters_Antikafe(19){ protected name => string(8) "antikafe" protected caption => string(16) "Антикафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"fastFood" => object Model_Parameters_FastFood(19){ protected name => string(8) "fastFood" protected caption => string(14) "Фастфуд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hookahShop" => object Model_Parameters_HookahShop(19){ protected name => string(10) "hookahShop" protected caption => string(18) "Кальянная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"breakfast" => object Model_Parameters_Breakfast(19){ protected name => string(9) "breakfast" protected caption => string(14) "Завтрак" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"brunch" => object Model_Parameters_Brunch(19){ protected name => string(6) "brunch" protected caption => string(10) "Бранч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"businessLunch" => object Model_Parameters_BusinessLunch(19){ protected name => string(13) "businessLunch" protected caption => string(21) "Бизнес-ланч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"buffet" => object Model_Parameters_Buffet(19){ protected name => string(6) "buffet" protected caption => string(25) "Шведский стол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"catering" => object Model_Parameters_Catering(19){ protected name => string(8) "catering" protected caption => string(18) "Кейтеринг" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"delivery" => object Model_Parameters_Delivery(19){ protected name => string(8) "delivery" protected caption => string(16) "Доставка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"atTheHotel" => object Model_Parameters_AtTheHotel(19){ protected name => string(10) "atTheHotel" protected caption => string(25) "При гостинице" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"nearThePond" => object Model_Parameters_NearThePond(19){ protected name => string(11) "nearThePond" protected caption => string(30) "Рядом с водоёмом" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"inTheMountains" => object Model_Parameters_InTheMountains(19){ protected name => string(14) "inTheMountains" protected caption => string(13) "В горах" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"panoramicView" => object Model_Parameters_PanoramicView(19){ protected name => string(13) "panoramicView" protected caption => string(27) "Панорамный вид" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"romanticAtmosphere" => object Model_Parameters_RomanticAtmosphere(19){ protected name => string(18) "romanticAtmosphere" protected caption => string(45) "Романтическая атмосфера" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"playground" => object Model_Parameters_Playground(19){ protected name => string(10) "playground" protected caption => string(49) "игровая площадка для детей" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensRoom" => object Model_Parameters_ChildrensRoom(19){ protected name => string(13) "childrensRoom" protected caption => string(29) "Детская комната" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"trestle" => object Model_Parameters_Trestle(19){ protected name => string(7) "trestle" protected caption => string(14) "Топчаны" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cabins" => object Model_Parameters_Cabins(19){ protected name => string(6) "cabins" protected caption => string(14) "Кабинки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"yurts" => object Model_Parameters_Yurts(19){ protected name => string(5) "yurts" protected caption => string(8) "Юрты" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"stage" => object Model_Parameters_Stage(19){ protected name => string(5) "stage" protected caption => string(10) "Сцена" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"smokingRoom" => object Model_Parameters_SmokingRoom(19){ protected name => string(11) "smokingRoom" protected caption => string(28) "Зал для курящих" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hookah" => object Model_Parameters_Hookah(19){ protected name => string(6) "hookah" protected caption => string(12) "Кальян" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"josper" => object Model_Parameters_Josper(19){ protected name => string(6) "josper" protected caption => string(12) "Хоспер" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"grillMenu" => object Model_Parameters_GrillMenu(19){ protected name => string(9) "grillMenu" protected caption => string(19) "Гриль меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensMenu" => object Model_Parameters_ChildrensMenu(19){ protected name => string(13) "childrensMenu" protected caption => string(23) "Детское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"vegetarianMenu" => object Model_Parameters_VegetarianMenu(19){ protected name => string(14) "vegetarianMenu" protected caption => string(37) "Вегетарианское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"ownBrewery" => object Model_Parameters_OwnBrewery(19){ protected name => string(10) "ownBrewery" protected caption => string(27) "Своя пивоварня" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"craftBeer" => object Model_Parameters_CraftBeer(19){ protected name => string(9) "craftBeer" protected caption => string(27) "Крафтовое пиво" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cocktailCard" => object Model_Parameters_CocktailCard(19){ protected name => string(12) "cocktailCard" protected caption => string(33) "Коктейльная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"wineMap" => object Model_Parameters_WineMap(19){ protected name => string(7) "wineMap" protected caption => string(23) "Винная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"noAlcohol" => object Model_Parameters_NoAlcohol(19){ protected name => string(9) "noAlcohol" protected caption => string(25) "Спиртного нет" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"tableReserveIs" => object Model_Parameters_TableReserveIs(19){ protected name => string(14) "tableReserveIs" protected caption => string(32) "Резерв стола есть" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"birthdayDiscount" => object Model_Parameters_BirthdayDiscount(24){ protected name => string(16) "birthdayDiscount" protected caption => string(35) "Скидка именинникам" protected addCaption => string(36) "Добавить ещё скидку" protected capacityCaption => string(1) "%" protected capacitiesAndDescriptions => array(0) protected capacityName => string(25) "birthdayDiscount-capacity" protected descriptionName => string(28) "birthdayDiscount-description" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"viphall" => object Model_Parameters_Viphall(24){ protected name => string(7) "viphall" protected caption => string(10) "VIP-зал" protected capacitiesAndDescriptions => array(0) protected capacityName => string(16) "viphall-capacity" protected descriptionName => string(19) "viphall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"liveMusic" => object Model_Parameters_LiveMusic(19){ protected name => string(9) "liveMusic" protected caption => string(23) "Живая музыка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"DJ" => object Model_Parameters_DJ(19){ protected name => string(2) "DJ" protected caption => string(2) "DJ" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"dancefloor" => object Model_Parameters_Dancefloor(19){ protected name => string(10) "dancefloor" protected caption => string(15) "Танц-пол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"karaoke" => object Model_Parameters_Karaoke(19){ protected name => string(7) "karaoke" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"billiards" => object Model_Parameters_Billiards(19){ protected name => string(9) "billiards" protected caption => string(14) "Бильярд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"showProgram" => object Model_Parameters_ShowProgram(19){ protected name => string(11) "showProgram" protected caption => string(25) "Шоу-программа" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"animators" => object Model_Parameters_Animators(19){ protected name => string(9) "animators" protected caption => string(18) "Аниматоры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"sportsBroadcasts" => object Model_Parameters_SportsBroadcasts(19){ protected name => string(16) "sportsBroadcasts" protected caption => string(41) "Спортивные трансляции" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"boardGames" => object Model_Parameters_BoardGames(19){ protected name => string(10) "boardGames" protected caption => string(29) "Настольные игры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"gamingConsoles" => object Model_Parameters_GamingConsoles(19){ protected name => string(14) "gamingConsoles" protected caption => string(33) "Игровые приставки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"culinaryWorkshops" => object Model_Parameters_CulinaryWorkshops(19){ protected name => string(17) "culinaryWorkshops" protected caption => string(46) "Кулинарные мастер-классы" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"url" => object Model_Parameters_Url(18){ protected name => string(3) "url" protected field => string(3) "url" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "url" => array(1) ( "alpha_dash" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"description" => object Model_Parameters_Description(19){ protected name => string(11) "description" protected caption => string(16) "Описание" protected field => string(10) "text_value" protected necessarily => bool TRUE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "description" => array(2) ( "Model_Parameters::not_empty_htmlignored" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 10000 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"owner" => object Model_Parameters_Owner(18){ protected necessarily => bool TRUE protected name => string(5) "owner" protected field => string(8) "username" protected table => string(5) "users" protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "owner" => array(3) ( "not_empty" => NULL "Model_Users::user_exists" => array(1) ( 0 => string(6) ":value" ) "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"city" => object Model_Parameters_City(25){ protected name => string(4) "city" protected caption => string(10) "Город" protected necessarily => bool TRUE private valueCaption => NULL protected id => NULL protected table => string(5) "items" protected field => string(4) "city" protected coords => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(2) ( "id" => string(4) "city" "onchange" => string(19) "this.form.submit();" ) protected hiddenField => integer 0 protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "city" => array(1) ( "not_empty" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"category" => object Model_Parameters_Category(25){ protected name => string(8) "category" protected caption => string(18) "Категория" protected necessarily => bool TRUE private valueCaption => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(1) ( "id" => string(8) "category" ) protected hiddenField => integer 0 private fullList => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "category" => array(2) ( "not_empty" => NULL "Model_Parameters_Category::exists" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"name" => object Model_Parameters_Name(20){ protected name => string(4) "name" protected caption => string(16) "Название" protected necessarily => bool TRUE protected field => string(9) "item_name" private url => NULL protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "name" => array(2) ( "not_empty" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(5) "items" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"phones" => object Model_Parameters_Phones(22){ protected necessarily => bool TRUE protected icon => string(8) "fa-phone" protected prefixname => string(11) "phoneprefix" protected numbername => string(11) "phonenumber" protected caption => string(60) "Телефоны для размещения на сайте" protected lines => integer 5 protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(5) ( "phonenumber0" => array(2) ( "not_empty" => NULL "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber1" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber2" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber3" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber4" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"webSite" => object Model_Parameters_WebSite(18){ protected name => string(7) "website" protected icon => string(8) "fa-globe" protected outputIsBlock => bool TRUE protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "website" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"gallery" => object Model_Parameters_Gallery(19){ protected name => string(7) "gallery" protected ownerId => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"videoClip" => object Model_Parameters_VideoClip(20){ protected icon => string(32) "<span class="fa fa-film"></span>" protected name => string(9) "videoClip" protected VKurl => string(14) "https://vk.com" protected youtubeUrl => string(16) "https://youtu.be" protected field => string(10) "text_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"moderated" => object Model_Parameters_Moderated(18){ protected name => string(9) "moderated" protected table => string(5) "items" protected field => string(17) "mark_as_moderated" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"deleted" => object Model_Parameters_Deleted(18){ protected name => string(7) "deleted" protected field => string(15) "mark_as_deleted" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"email" => object Model_Parameters_Email(24){ protected name => string(5) "email" protected caption => string(33) "Электронный адрес" protected icon => string(11) "fa-envelope" protected smtpUserName => string(15) "admin@banket.kz" protected smtpPassword => string(14) "BanketAdmin123" protected from => string(15) "admin@banket.kz" protected smtpServer => string(20) "ssl://smtp.yandex.ru" protected smtpPort => integer 465 protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "email" => array(2) ( "email" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"whatsapp" => object Model_Parameters_Whatsapp(21){ protected numbername => string(14) "whatsappnumber" protected caption => string(19) "Номер whatsapp" protected lines => integer 1 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "whatsappnumber0" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"facebook" => object Model_Parameters_Facebook(21){ protected name => string(8) "facebook" protected caption => string(8) "Facebook" protected urlTemplate => string(12) "facebook.com" protected placeholder => string(33) "www.facebook.com/myname.super.777" protected onlinehelp => string(8) "facebook" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "facebook" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(12) "facebook.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"instagram" => object Model_Parameters_Instagram(21){ protected name => string(9) "instagram" protected caption => string(9) "Instagram" protected urlTemplate => string(13) "instagram.com" protected onlinehelp => string(9) "instagram" protected placeholder => string(25) "www.instagram.com/myinsta" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "instagram" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters_Instagram::urlAvalible" => array(1) ( 0 => string(6) ":value" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"VK" => object Model_Parameters_VK(21){ protected name => string(2) "VK" protected caption => string(18) "ВКонтакте" protected urlTemplate => string(6) "vk.com" protected placeholder => string(11) "vk.com/myvk" protected onlinehelp => string(2) "vk" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "VK" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(6) "vk.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"socialNetworks" => object Model_Parameters_SocialNetworks(21){ protected instagram => NULL protected facebook => NULL protected vK => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"comment" => object Model_Parameters_Comment(19){ protected name => string(7) "comment" protected caption => string(22) "Комментарии" protected field => string(10) "text_value" protected connectionTable => string(9) "url_param" protected connectionField => string(3) "url" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"banner" => object Model_Parameters_Banner(25){ protected name => string(6) "banner" protected field => string(9) "int_value" protected factory => object BannerFactory(0)
"staticBanner" => object Model_Parameters_StaticBanner(26){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645762" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected header => string(43) "Баннер в бегущей строке" protected bgClass => string(10) "bg-warning" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(12) "staticBanner" protected imageUrl => NULL protected header => string(32) "Баннер в слайдере" protected bgClass => string(9) "bg-danger" protected field => string(9) "int_value" protected factory => object StaticBannerFactory(0)
"inFavorites" => object Model_Parameters_InFavorites(18){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645792" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(11) "inFavorites" protected field => string(14) "datetime_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
) "mobile" => integer 0 "category" => string(11) "restaurants" "h1" => string(17) "Dragonfly Izakaya" )354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()
155 public function body($content = NULL) 156 { 157 if ($content === NULL) 158 return $this->_body; 159 160 $this->_body = (string) $content; 161 return $this; 162 } 163 164 /** 165 * Gets or sets the HTTP protocol. The standard protocol to use
-
APPPATH/classes/Controller/Item.php [ 26 ] » Kohana_Response->body(arguments)
0
object View(2)
{ protected _file => string(54) "/var/www/banket.kz/application/views/itemviewframe.php" protected _data => array(7) ( "url" => string(36) "almaty/restaurants/dragonfly-izakaya" "item" => object Model_Categories_Restaurants(114)
{ protected address => object Model_Parameters_Address(19)
"coords" => NULL "parameters" => array(106) ( "address" => object Model_Parameters_Address(19){ protected icon => string(32) "<span class="fa fa-home"></span>" protected name => string(7) "address" protected necessarily => bool TRUE protected reference => NULL protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected reference => object Model_Parameters_Reference(18){ protected name => string(9) "reference" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "reference" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected inthecountry => object Model_Parameters_Inthecountry(19){ protected name => string(12) "inthecountry" protected caption => string(40) "Расположен за городом" protected onlinehelp => string(12) "inthecountry" protected field => string(9) "int_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected map => object Model_Parameters_Map(20){ protected name => string(3) "map" protected field => string(11) "float_value" protected table => string(11) "item_params" private xName => string(4) "mapx" private yName => string(4) "mapy" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object Coords(2)
protected totalBill => object Model_Parameters_TotalBill(23){ protected x => NULL protected y => NULL }
private itemId => integer 75415 protected validation => array(2) ( "mapx" => array(1) ( "numeric" => NULL ) "mapy" => array(1) ( "numeric" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(9) "totalBill" protected caption => string(23) "Средний счёт" protected fromname => string(13) "totalbillfrom" protected toname => string(11) "totalbillto" protected icon => string(14) "fa-credit-card" protected field => string(9) "int_value" protected fromCaption => string(4) "от" protected toCaption => string(4) "до" protected necessarily => bool FALSE protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/NumberRangePrototype.php0x7a2400e055ef(2)
protected cuisine => object Model_Parameters_Cuisine(19){ protected from => NULL protected to => NULL }
private itemId => integer 75415 protected validation => array(2) ( "totalbillfrom" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) "totalbillto" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(7) "cuisine" protected icon => string(10) "fa-cutlery" protected highlightField => string(9) "int_value" protected necessarily => bool FALSE protected value => array(46) ( 0 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4)
protected seats => object Model_Parameters_Seats(19){ public caption => string(22) "австрийская" public name => string(8) "austrian" public value => NULL public highlight => bool FALSE }
1 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "авторская" public name => string(5) "autor" public value => NULL public highlight => bool FALSE }
2 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(30) "азербайджанская" public name => string(17) "azerbajdzhanskaja" public value => NULL public highlight => bool FALSE }
3 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "азиатская" public name => string(10) "aziatskaja" public value => NULL public highlight => bool TRUE }
4 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "американская" public name => string(13) "amerikanskaja" public value => NULL public highlight => bool FALSE }
5 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "английская" public name => string(11) "anglijskaja" public value => NULL public highlight => bool FALSE }
6 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "арабская" public name => string(9) "arabskaja" public value => NULL public highlight => bool FALSE }
7 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "аргентинская" public name => string(13) "argentinskaja" public value => NULL public highlight => bool FALSE }
8 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "армянская" public name => string(11) "armyanskaya" public value => NULL public highlight => bool FALSE }
9 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "бразильская" public name => string(13) "brazilAeskaja" public value => NULL public highlight => bool FALSE }
10 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(28) "вегетарианская" public name => string(15) "vegetarianskaya" public value => NULL public highlight => bool FALSE }
11 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "восточная" public name => string(11) "vostochnaya" public value => NULL public highlight => bool TRUE }
12 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(39) "восточно-европейская" public name => string(22) "vostochno-evropejskaja" public value => NULL public highlight => bool TRUE }
13 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "вьетнамская" public name => string(13) "vAeetnamskaja" public value => NULL public highlight => bool FALSE }
14 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "греческая" public name => string(11) "grecheskaja" public value => NULL public highlight => bool FALSE }
15 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "грузинская" public name => string(11) "gruzinskaya" public value => NULL public highlight => bool FALSE }
16 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "дунганская" public name => string(11) "dunganskaja" public value => NULL public highlight => bool FALSE }
17 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "еврейская" public name => string(10) "evrejskaja" public value => NULL public highlight => bool FALSE }
18 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "европейская" public name => string(12) "evropeyskaya" public value => NULL public highlight => bool TRUE }
19 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "индийская" public name => string(10) "indijskaja" public value => NULL public highlight => bool FALSE }
20 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "испанская" public name => string(10) "ispanskaja" public value => NULL public highlight => bool FALSE }
21 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "итальянская" public name => string(14) "italAejanskaja" public value => NULL public highlight => bool TRUE }
22 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "кавказская" public name => string(11) "kavkazskaja" public value => NULL public highlight => bool TRUE }
23 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "казахская" public name => string(10) "kazahskaya" public value => NULL public highlight => bool TRUE }
24 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "киргизская" public name => string(11) "kirgizskaja" public value => NULL public highlight => bool FALSE }
25 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "китайская" public name => string(10) "kitajskaja" public value => NULL public highlight => bool TRUE }
26 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "корейская" public name => string(10) "korejskaja" public value => NULL public highlight => bool FALSE }
27 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "ливанская" public name => string(10) "livanskaja" public value => NULL public highlight => bool FALSE }
28 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "малазийская" public name => string(12) "malazijskaja" public value => NULL public highlight => bool FALSE }
29 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "марокканская" public name => string(13) "marokkanskaja" public value => NULL public highlight => bool FALSE }
30 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "мексиканская" public name => string(13) "meksikanskaja" public value => NULL public highlight => bool FALSE }
31 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "немецкая" public name => string(9) "nemeckaja" public value => NULL public highlight => bool FALSE }
32 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "паназиатская" public name => string(13) "panasiatskaya" public value => NULL public highlight => bool FALSE }
33 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "русская" public name => string(8) "russkaja" public value => NULL public highlight => bool FALSE }
34 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "смешанная" public name => string(11) "smeshannaja" public value => NULL public highlight => bool TRUE }
35 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(34) "средиземноморская" public name => string(18) "sredizemnomorskaya" public value => NULL public highlight => bool FALSE }
36 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "тайская" public name => string(8) "tajskaja" public value => NULL public highlight => bool FALSE }
37 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "татарская" public name => string(10) "tatarskaja" public value => NULL public highlight => bool FALSE }
38 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "турецкая" public name => string(9) "tureckaja" public value => NULL public highlight => bool FALSE }
39 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "узбекская" public name => string(10) "uzbekskaya" public value => NULL public highlight => bool FALSE }
40 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "уйгурская" public name => string(10) "ujgurskaja" public value => NULL public highlight => bool FALSE }
41 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "украинская" public name => string(11) "ukrainskaja" public value => NULL public highlight => bool FALSE }
42 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "французская" public name => string(12) "francuzskaya" public value => NULL public highlight => bool FALSE }
43 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(12) "халяль" public name => string(5) "halal" public value => NULL public highlight => bool TRUE }
44 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "чешская" public name => string(10) "cheshskaja" public value => NULL public highlight => bool FALSE }
45 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "японская" public name => string(10) "yaponskaya" public value => NULL public highlight => bool FALSE }
) private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "newcuisine" => array(2) ( "alpha_dash" => array(2) ( 0 => string(6) ":value" 1 => bool TRUE ) "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 20 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(5) "seats" protected caption => string(29) "Количество мест" protected icon => string(7) "fa-user" protected field => string(9) "int_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "seats" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected parking => object Model_Parameters_Parking(30){ protected name => string(7) "parking" protected placeName => string(12) "parkingplace" protected placeCaption => string(29) "количество мест" protected freeName => string(11) "parkingfree" protected freeCaption => string(20) "бесплатная" protected securedName => string(14) "parkingsecured" protected securedCaption => string(20) "охраняемая" protected nofreeName => string(13) "parkingnofree" protected nofreeCaption => string(14) "платная" protected nosecuredName => string(16) "parkingnosecured" protected nosecuredCaption => string(24) "неохраняемая" protected field => string(9) "int_value" protected caption => string(16) "Парковка" protected delta => float 1.2 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Parking.php0x7a2400e045b4(3)
protected worktime => object Model_Parameters_Worktime(24){ public place => NULL public free => NULL public secured => NULL }
private itemId => integer 75415 protected validation => array(1) ( "parkingplace" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected icon => string(10) "fa-clock-o" private captionField => string(13) "param_caption" private countField => string(9) "int_value" private dayField => string(13) "varchar_value" private timeField => string(14) "datetime_value" private optionField => string(13) "varchar_value" private formElements => array(13) ( "mon" => string(3) "mon" "tue" => string(3) "tue" "wed" => string(3) "wed" "thu" => string(3) "thu" "fri" => string(3) "fri" "sat" => string(3) "sat" "sun" => string(3) "sun" "fromHour" => string(8) "fromhour" "fromMinute" => string(10) "fromminute" "toHour" => string(6) "tohour" "toMinute" => string(8) "tominute" "workTimeAroundtheclock" => string(24) "work_time_aroundtheclock" "workTimeUntillastcust" => string(23) "work_time_untillastcust" ) protected necessarily => bool FALSE protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected banquetingHall => object Model_Parameters_BanquetingHall(24){ protected caption => string(25) "Банкетный зал" protected name => string(14) "banquetingHall" protected capacitiesAndDescriptions => array(0) protected capacityName => string(23) "banquetingHall-capacity" protected descriptionName => string(26) "banquetingHall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaurant => object Model_Parameters_Restaurant(19){ protected caption => string(16) "Ресторан" protected name => string(10) "restaurant" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cafe => object Model_Parameters_Cafe(19){ protected caption => string(8) "Кафе" protected name => string(4) "cafe" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected pubBar => object Model_Parameters_PubBar(19){ protected caption => string(13) "Паб/Бар" protected name => string(6) "pubBar" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected coffeeHouse => object Model_Parameters_CoffeeHouse(19){ protected caption => string(14) "Кофейня" protected name => string(11) "coffeeHouse" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected karaokeBar => object Model_Parameters_KaraokeBar(19){ protected name => string(10) "karaokeBar" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected summerPlayground => object Model_Parameters_SummerPlayground(19){ protected name => string(16) "summerPlayground" protected caption => string(29) "Летняя площадка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected entertainmentCenter => object Model_Parameters_EntertainmentCenter(19){ protected name => string(19) "entertainmentCenter" protected caption => string(47) "Развлекательный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hotelRestaurantComplex => object Model_Parameters_HotelRestaurantComplex(19){ protected name => string(22) "hotelRestaurantComplex" protected caption => string(60) "Гостинично-ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaurantComplex => object Model_Parameters_RestaurantComplex(19){ protected name => string(17) "restaurantComplex" protected caption => string(39) "Ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected club => object Model_Parameters_Club(19){ protected name => string(4) "club" protected caption => string(8) "Клуб" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected loungeBar => object Model_Parameters_LoungeBar(19){ protected name => string(9) "loungeBar" protected caption => string(24) "Lounge/Лаунж-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected confectionery => object Model_Parameters_Confectionery(19){ protected name => string(13) "confectionery" protected caption => string(24) "Кондитерская" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cooking => object Model_Parameters_Cooking(19){ protected name => string(7) "cooking" protected caption => string(18) "Кулинария" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected canteen => object Model_Parameters_Canteen(19){ protected name => string(7) "canteen" protected caption => string(16) "Столовая" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected pizzeria => object Model_Parameters_Pizzeria(19){ protected name => string(8) "pizzeria" protected caption => string(16) "Пиццерия" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected sushiBar => object Model_Parameters_SushiBar(19){ protected name => string(8) "sushiBar" protected caption => string(15) "Суши-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected donernaya => object Model_Parameters_Donernaya(19){ protected name => string(9) "donernaya" protected caption => string(16) "Донерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected burger => object Model_Parameters_Burger(19){ protected name => string(6) "burger" protected caption => string(18) "Бургерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected barbecue => object Model_Parameters_Barbecue(19){ protected name => string(8) "barbecue" protected caption => string(18) "Шашлычная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected lagman => object Model_Parameters_Lagman(19){ protected name => string(6) "lagman" protected caption => string(18) "Лагманная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected wineCellar => object Model_Parameters_WineCellar(19){ protected name => string(10) "wineCellar" protected caption => string(16) "Винотека" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected restaubar => object Model_Parameters_Restaubar(19){ protected name => string(9) "restaubar" protected caption => string(16) "Рестобар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected steakHouse => object Model_Parameters_SteakHouse(19){ protected name => string(10) "steakHouse" protected caption => string(19) "Стейк-хаус" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected premiumRestaurant => object Model_Parameters_PremiumRestaurant(19){ protected name => string(17) "premiumRestaurant" protected caption => string(31) "Премиум-ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected beerRestaurant => object Model_Parameters_BeerRestaurant(19){ protected name => string(14) "beerRestaurant" protected caption => string(29) "Пивной ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected fishRestaurant => object Model_Parameters_FishRestaurant(19){ protected name => string(14) "fishRestaurant" protected caption => string(29) "Рыбный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected familyRestaurant => object Model_Parameters_FamilyRestaurant(19){ protected name => string(16) "familyRestaurant" protected caption => string(33) "Семейный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensCafe => object Model_Parameters_ChildrensCafe(19){ protected name => string(13) "childrensCafe" protected caption => string(23) "Детское кафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected halal => object Model_Parameters_Halal(19){ protected name => string(5) "halal" protected caption => string(10) "Халал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected antikafe => object Model_Parameters_Antikafe(19){ protected name => string(8) "antikafe" protected caption => string(16) "Антикафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected fastFood => object Model_Parameters_FastFood(19){ protected name => string(8) "fastFood" protected caption => string(14) "Фастфуд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hookahShop => object Model_Parameters_HookahShop(19){ protected name => string(10) "hookahShop" protected caption => string(18) "Кальянная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected breakfast => object Model_Parameters_Breakfast(19){ protected name => string(9) "breakfast" protected caption => string(14) "Завтрак" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected brunch => object Model_Parameters_Brunch(19){ protected name => string(6) "brunch" protected caption => string(10) "Бранч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected businessLunch => object Model_Parameters_BusinessLunch(19){ protected name => string(13) "businessLunch" protected caption => string(21) "Бизнес-ланч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected buffet => object Model_Parameters_Buffet(19){ protected name => string(6) "buffet" protected caption => string(25) "Шведский стол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected catering => object Model_Parameters_Catering(19){ protected name => string(8) "catering" protected caption => string(18) "Кейтеринг" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected delivery => object Model_Parameters_Delivery(19){ protected name => string(8) "delivery" protected caption => string(16) "Доставка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected atTheHotel => object Model_Parameters_AtTheHotel(19){ protected name => string(10) "atTheHotel" protected caption => string(25) "При гостинице" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected nearThePond => object Model_Parameters_NearThePond(19){ protected name => string(11) "nearThePond" protected caption => string(30) "Рядом с водоёмом" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected inTheMountains => object Model_Parameters_InTheMountains(19){ protected name => string(14) "inTheMountains" protected caption => string(13) "В горах" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected panoramicView => object Model_Parameters_PanoramicView(19){ protected name => string(13) "panoramicView" protected caption => string(27) "Панорамный вид" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected romanticAtmosphere => object Model_Parameters_RomanticAtmosphere(19){ protected name => string(18) "romanticAtmosphere" protected caption => string(45) "Романтическая атмосфера" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected playground => object Model_Parameters_Playground(19){ protected name => string(10) "playground" protected caption => string(49) "игровая площадка для детей" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensRoom => object Model_Parameters_ChildrensRoom(19){ protected name => string(13) "childrensRoom" protected caption => string(29) "Детская комната" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected trestle => object Model_Parameters_Trestle(19){ protected name => string(7) "trestle" protected caption => string(14) "Топчаны" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cabins => object Model_Parameters_Cabins(19){ protected name => string(6) "cabins" protected caption => string(14) "Кабинки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected yurts => object Model_Parameters_Yurts(19){ protected name => string(5) "yurts" protected caption => string(8) "Юрты" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected stage => object Model_Parameters_Stage(19){ protected name => string(5) "stage" protected caption => string(10) "Сцена" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected smokingRoom => object Model_Parameters_SmokingRoom(19){ protected name => string(11) "smokingRoom" protected caption => string(28) "Зал для курящих" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected hookah => object Model_Parameters_Hookah(19){ protected name => string(6) "hookah" protected caption => string(12) "Кальян" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected josper => object Model_Parameters_Josper(19){ protected name => string(6) "josper" protected caption => string(12) "Хоспер" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected grillMenu => object Model_Parameters_GrillMenu(19){ protected name => string(9) "grillMenu" protected caption => string(19) "Гриль меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected childrensMenu => object Model_Parameters_ChildrensMenu(19){ protected name => string(13) "childrensMenu" protected caption => string(23) "Детское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected vegetarianMenu => object Model_Parameters_VegetarianMenu(19){ protected name => string(14) "vegetarianMenu" protected caption => string(37) "Вегетарианское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected ownBrewery => object Model_Parameters_OwnBrewery(19){ protected name => string(10) "ownBrewery" protected caption => string(27) "Своя пивоварня" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected craftBeer => object Model_Parameters_CraftBeer(19){ protected name => string(9) "craftBeer" protected caption => string(27) "Крафтовое пиво" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected cocktailCard => object Model_Parameters_CocktailCard(19){ protected name => string(12) "cocktailCard" protected caption => string(33) "Коктейльная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected wineMap => object Model_Parameters_WineMap(19){ protected name => string(7) "wineMap" protected caption => string(23) "Винная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected noAlcohol => object Model_Parameters_NoAlcohol(19){ protected name => string(9) "noAlcohol" protected caption => string(25) "Спиртного нет" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected tableReserveIs => object Model_Parameters_TableReserveIs(19){ protected name => string(14) "tableReserveIs" protected caption => string(32) "Резерв стола есть" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected birthdayDiscount => object Model_Parameters_BirthdayDiscount(24){ protected name => string(16) "birthdayDiscount" protected caption => string(35) "Скидка именинникам" protected addCaption => string(36) "Добавить ещё скидку" protected capacityCaption => string(1) "%" protected capacitiesAndDescriptions => array(0) protected capacityName => string(25) "birthdayDiscount-capacity" protected descriptionName => string(28) "birthdayDiscount-description" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected viphall => object Model_Parameters_Viphall(24){ protected name => string(7) "viphall" protected caption => string(10) "VIP-зал" protected capacitiesAndDescriptions => array(0) protected capacityName => string(16) "viphall-capacity" protected descriptionName => string(19) "viphall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected liveMusic => object Model_Parameters_LiveMusic(19){ protected name => string(9) "liveMusic" protected caption => string(23) "Живая музыка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected DJ => object Model_Parameters_DJ(19){ protected name => string(2) "DJ" protected caption => string(2) "DJ" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected dancefloor => object Model_Parameters_Dancefloor(19){ protected name => string(10) "dancefloor" protected caption => string(15) "Танц-пол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected karaoke => object Model_Parameters_Karaoke(19){ protected name => string(7) "karaoke" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected billiards => object Model_Parameters_Billiards(19){ protected name => string(9) "billiards" protected caption => string(14) "Бильярд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected showProgram => object Model_Parameters_ShowProgram(19){ protected name => string(11) "showProgram" protected caption => string(25) "Шоу-программа" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected animators => object Model_Parameters_Animators(19){ protected name => string(9) "animators" protected caption => string(18) "Аниматоры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected sportsBroadcasts => object Model_Parameters_SportsBroadcasts(19){ protected name => string(16) "sportsBroadcasts" protected caption => string(41) "Спортивные трансляции" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected boardGames => object Model_Parameters_BoardGames(19){ protected name => string(10) "boardGames" protected caption => string(29) "Настольные игры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected gamingConsoles => object Model_Parameters_GamingConsoles(19){ protected name => string(14) "gamingConsoles" protected caption => string(33) "Игровые приставки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected culinaryWorkshops => object Model_Parameters_CulinaryWorkshops(19){ protected name => string(17) "culinaryWorkshops" protected caption => string(46) "Кулинарные мастер-классы" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
private table => string(5) "items" protected id => integer 75415 private url => object Model_Parameters_Url(18){ protected name => string(3) "url" protected field => string(3) "url" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "url" => array(1) ( "alpha_dash" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
private caption => NULL protected description => object Model_Parameters_Description(19){ protected name => string(11) "description" protected caption => string(16) "Описание" protected field => string(10) "text_value" protected necessarily => bool TRUE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "description" => array(2) ( "Model_Parameters::not_empty_htmlignored" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 10000 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected owner => object Model_Parameters_Owner(18){ protected necessarily => bool TRUE protected name => string(5) "owner" protected field => string(8) "username" protected table => string(5) "users" protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "owner" => array(3) ( "not_empty" => NULL "Model_Users::user_exists" => array(1) ( 0 => string(6) ":value" ) "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected city => object Model_Parameters_City(25){ protected name => string(4) "city" protected caption => string(10) "Город" protected necessarily => bool TRUE private valueCaption => NULL protected id => NULL protected table => string(5) "items" protected field => string(4) "city" protected coords => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(2) ( "id" => string(4) "city" "onchange" => string(19) "this.form.submit();" ) protected hiddenField => integer 0 protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "city" => array(1) ( "not_empty" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected category => object Model_Parameters_Category(25){ protected name => string(8) "category" protected caption => string(18) "Категория" protected necessarily => bool TRUE private valueCaption => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(1) ( "id" => string(8) "category" ) protected hiddenField => integer 0 private fullList => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "category" => array(2) ( "not_empty" => NULL "Model_Parameters_Category::exists" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected name => object Model_Parameters_Name(20){ protected name => string(4) "name" protected caption => string(16) "Название" protected necessarily => bool TRUE protected field => string(9) "item_name" private url => NULL protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "name" => array(2) ( "not_empty" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(5) "items" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected phones => object Model_Parameters_Phones(22){ protected necessarily => bool TRUE protected icon => string(8) "fa-phone" protected prefixname => string(11) "phoneprefix" protected numbername => string(11) "phonenumber" protected caption => string(60) "Телефоны для размещения на сайте" protected lines => integer 5 protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(5) ( "phonenumber0" => array(2) ( "not_empty" => NULL "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber1" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber2" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber3" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber4" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected webSite => object Model_Parameters_WebSite(18){ protected name => string(7) "website" protected icon => string(8) "fa-globe" protected outputIsBlock => bool TRUE protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "website" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected gallery => object Model_Parameters_Gallery(19){ protected name => string(7) "gallery" protected ownerId => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected videoClip => object Model_Parameters_VideoClip(20){ protected icon => string(32) "<span class="fa fa-film"></span>" protected name => string(9) "videoClip" protected VKurl => string(14) "https://vk.com" protected youtubeUrl => string(16) "https://youtu.be" protected field => string(10) "text_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected moderated => object Model_Parameters_Moderated(18){ protected name => string(9) "moderated" protected table => string(5) "items" protected field => string(17) "mark_as_moderated" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected deleted => object Model_Parameters_Deleted(18){ protected name => string(7) "deleted" protected field => string(15) "mark_as_deleted" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected email => object Model_Parameters_Email(24){ protected name => string(5) "email" protected caption => string(33) "Электронный адрес" protected icon => string(11) "fa-envelope" protected smtpUserName => string(15) "admin@banket.kz" protected smtpPassword => string(14) "BanketAdmin123" protected from => string(15) "admin@banket.kz" protected smtpServer => string(20) "ssl://smtp.yandex.ru" protected smtpPort => integer 465 protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "email" => array(2) ( "email" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected whatsapp => object Model_Parameters_Whatsapp(21){ protected numbername => string(14) "whatsappnumber" protected caption => string(19) "Номер whatsapp" protected lines => integer 1 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "whatsappnumber0" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected modifiedTime => NULL protected modifiedAutor => NULL protected facebook => object Model_Parameters_Facebook(21){ protected name => string(8) "facebook" protected caption => string(8) "Facebook" protected urlTemplate => string(12) "facebook.com" protected placeholder => string(33) "www.facebook.com/myname.super.777" protected onlinehelp => string(8) "facebook" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "facebook" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(12) "facebook.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected instagram => object Model_Parameters_Instagram(21){ protected name => string(9) "instagram" protected caption => string(9) "Instagram" protected urlTemplate => string(13) "instagram.com" protected onlinehelp => string(9) "instagram" protected placeholder => string(25) "www.instagram.com/myinsta" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "instagram" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters_Instagram::urlAvalible" => array(1) ( 0 => string(6) ":value" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected VK => object Model_Parameters_VK(21){ protected name => string(2) "VK" protected caption => string(18) "ВКонтакте" protected urlTemplate => string(6) "vk.com" protected placeholder => string(11) "vk.com/myvk" protected onlinehelp => string(2) "vk" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "VK" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(6) "vk.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
protected socialNetworks => object Model_Parameters_SocialNetworks(21){ protected instagram => NULL protected facebook => NULL protected vK => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected comment => object Model_Parameters_Comment(19){ protected name => string(7) "comment" protected caption => string(22) "Комментарии" protected field => string(10) "text_value" protected connectionTable => string(9) "url_param" protected connectionField => string(3) "url" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
protected banner => object Model_Parameters_Banner(25){ protected name => string(6) "banner" protected field => string(9) "int_value" protected factory => object BannerFactory(0)
protected staticBanner => object Model_Parameters_StaticBanner(26){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645762" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected header => string(43) "Баннер в бегущей строке" protected bgClass => string(10) "bg-warning" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(12) "staticBanner" protected imageUrl => NULL protected header => string(32) "Баннер в слайдере" protected bgClass => string(9) "bg-danger" protected field => string(9) "int_value" protected factory => object StaticBannerFactory(0)
protected status => NULL private placeIndex => NULL protected binders => object SplObjectStorage(0){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645792" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ }
protected inFavorites => object Model_Parameters_InFavorites(18){ protected name => string(11) "inFavorites" protected field => string(14) "datetime_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
}{ protected icon => string(32) "<span class="fa fa-home"></span>" protected name => string(7) "address" protected necessarily => bool TRUE protected reference => NULL protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"reference" => object Model_Parameters_Reference(18){ protected name => string(9) "reference" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "reference" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"inthecountry" => object Model_Parameters_Inthecountry(19){ protected name => string(12) "inthecountry" protected caption => string(40) "Расположен за городом" protected onlinehelp => string(12) "inthecountry" protected field => string(9) "int_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"map" => object Model_Parameters_Map(20){ protected name => string(3) "map" protected field => string(11) "float_value" protected table => string(11) "item_params" private xName => string(4) "mapx" private yName => string(4) "mapy" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object Coords(2)
"totalBill" => object Model_Parameters_TotalBill(23){ protected x => NULL protected y => NULL }
private itemId => integer 75415 protected validation => array(2) ( "mapx" => array(1) ( "numeric" => NULL ) "mapy" => array(1) ( "numeric" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(9) "totalBill" protected caption => string(23) "Средний счёт" protected fromname => string(13) "totalbillfrom" protected toname => string(11) "totalbillto" protected icon => string(14) "fa-credit-card" protected field => string(9) "int_value" protected fromCaption => string(4) "от" protected toCaption => string(4) "до" protected necessarily => bool FALSE protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/NumberRangePrototype.php0x7a2400e055ef(2)
"cuisine" => object Model_Parameters_Cuisine(19){ protected from => NULL protected to => NULL }
private itemId => integer 75415 protected validation => array(2) ( "totalbillfrom" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) "totalbillto" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(7) "cuisine" protected icon => string(10) "fa-cutlery" protected highlightField => string(9) "int_value" protected necessarily => bool FALSE protected value => array(46) ( 0 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4)
"seats" => object Model_Parameters_Seats(19){ public caption => string(22) "австрийская" public name => string(8) "austrian" public value => NULL public highlight => bool FALSE }
1 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "авторская" public name => string(5) "autor" public value => NULL public highlight => bool FALSE }
2 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(30) "азербайджанская" public name => string(17) "azerbajdzhanskaja" public value => NULL public highlight => bool FALSE }
3 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "азиатская" public name => string(10) "aziatskaja" public value => NULL public highlight => bool TRUE }
4 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "американская" public name => string(13) "amerikanskaja" public value => NULL public highlight => bool FALSE }
5 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "английская" public name => string(11) "anglijskaja" public value => NULL public highlight => bool FALSE }
6 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "арабская" public name => string(9) "arabskaja" public value => NULL public highlight => bool FALSE }
7 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "аргентинская" public name => string(13) "argentinskaja" public value => NULL public highlight => bool FALSE }
8 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "армянская" public name => string(11) "armyanskaya" public value => NULL public highlight => bool FALSE }
9 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "бразильская" public name => string(13) "brazilAeskaja" public value => NULL public highlight => bool FALSE }
10 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(28) "вегетарианская" public name => string(15) "vegetarianskaya" public value => NULL public highlight => bool FALSE }
11 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "восточная" public name => string(11) "vostochnaya" public value => NULL public highlight => bool TRUE }
12 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(39) "восточно-европейская" public name => string(22) "vostochno-evropejskaja" public value => NULL public highlight => bool TRUE }
13 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "вьетнамская" public name => string(13) "vAeetnamskaja" public value => NULL public highlight => bool FALSE }
14 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "греческая" public name => string(11) "grecheskaja" public value => NULL public highlight => bool FALSE }
15 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "грузинская" public name => string(11) "gruzinskaya" public value => NULL public highlight => bool FALSE }
16 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "дунганская" public name => string(11) "dunganskaja" public value => NULL public highlight => bool FALSE }
17 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "еврейская" public name => string(10) "evrejskaja" public value => NULL public highlight => bool FALSE }
18 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "европейская" public name => string(12) "evropeyskaya" public value => NULL public highlight => bool TRUE }
19 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "индийская" public name => string(10) "indijskaja" public value => NULL public highlight => bool FALSE }
20 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "испанская" public name => string(10) "ispanskaja" public value => NULL public highlight => bool FALSE }
21 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "итальянская" public name => string(14) "italAejanskaja" public value => NULL public highlight => bool TRUE }
22 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "кавказская" public name => string(11) "kavkazskaja" public value => NULL public highlight => bool TRUE }
23 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "казахская" public name => string(10) "kazahskaya" public value => NULL public highlight => bool TRUE }
24 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "киргизская" public name => string(11) "kirgizskaja" public value => NULL public highlight => bool FALSE }
25 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "китайская" public name => string(10) "kitajskaja" public value => NULL public highlight => bool TRUE }
26 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "корейская" public name => string(10) "korejskaja" public value => NULL public highlight => bool FALSE }
27 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "ливанская" public name => string(10) "livanskaja" public value => NULL public highlight => bool FALSE }
28 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "малазийская" public name => string(12) "malazijskaja" public value => NULL public highlight => bool FALSE }
29 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "марокканская" public name => string(13) "marokkanskaja" public value => NULL public highlight => bool FALSE }
30 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "мексиканская" public name => string(13) "meksikanskaja" public value => NULL public highlight => bool FALSE }
31 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "немецкая" public name => string(9) "nemeckaja" public value => NULL public highlight => bool FALSE }
32 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(24) "паназиатская" public name => string(13) "panasiatskaya" public value => NULL public highlight => bool FALSE }
33 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "русская" public name => string(8) "russkaja" public value => NULL public highlight => bool FALSE }
34 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "смешанная" public name => string(11) "smeshannaja" public value => NULL public highlight => bool TRUE }
35 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(34) "средиземноморская" public name => string(18) "sredizemnomorskaya" public value => NULL public highlight => bool FALSE }
36 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "тайская" public name => string(8) "tajskaja" public value => NULL public highlight => bool FALSE }
37 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "татарская" public name => string(10) "tatarskaja" public value => NULL public highlight => bool FALSE }
38 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "турецкая" public name => string(9) "tureckaja" public value => NULL public highlight => bool FALSE }
39 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "узбекская" public name => string(10) "uzbekskaya" public value => NULL public highlight => bool FALSE }
40 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(18) "уйгурская" public name => string(10) "ujgurskaja" public value => NULL public highlight => bool FALSE }
41 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(20) "украинская" public name => string(11) "ukrainskaja" public value => NULL public highlight => bool FALSE }
42 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(22) "французская" public name => string(12) "francuzskaya" public value => NULL public highlight => bool FALSE }
43 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(12) "халяль" public name => string(5) "halal" public value => NULL public highlight => bool TRUE }
44 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(14) "чешская" public name => string(10) "cheshskaja" public value => NULL public highlight => bool FALSE }
45 => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Cuisine.php0x7a24043cd5cc(4){ public caption => string(16) "японская" public name => string(10) "yaponskaya" public value => NULL public highlight => bool FALSE }
) private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "newcuisine" => array(2) ( "alpha_dash" => array(2) ( 0 => string(6) ":value" 1 => bool TRUE ) "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 20 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(5) "seats" protected caption => string(29) "Количество мест" protected icon => string(7) "fa-user" protected field => string(9) "int_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "seats" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"parking" => object Model_Parameters_Parking(30){ protected name => string(7) "parking" protected placeName => string(12) "parkingplace" protected placeCaption => string(29) "количество мест" protected freeName => string(11) "parkingfree" protected freeCaption => string(20) "бесплатная" protected securedName => string(14) "parkingsecured" protected securedCaption => string(20) "охраняемая" protected nofreeName => string(13) "parkingnofree" protected nofreeCaption => string(14) "платная" protected nosecuredName => string(16) "parkingnosecured" protected nosecuredCaption => string(24) "неохраняемая" protected field => string(9) "int_value" protected caption => string(16) "Парковка" protected delta => float 1.2 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => object class@anonymous /var/www/banket.kz/application/classes/Model/Parameters/Parking.php0x7a2400e045b4(3)
"worktime" => object Model_Parameters_Worktime(24){ public place => NULL public free => NULL public secured => NULL }
private itemId => integer 75415 protected validation => array(1) ( "parkingplace" => array(2) ( "digit" => NULL "max_length" => array(2) ( 0 => string(6) ":value" 1 => integer 9 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected icon => string(10) "fa-clock-o" private captionField => string(13) "param_caption" private countField => string(9) "int_value" private dayField => string(13) "varchar_value" private timeField => string(14) "datetime_value" private optionField => string(13) "varchar_value" private formElements => array(13) ( "mon" => string(3) "mon" "tue" => string(3) "tue" "wed" => string(3) "wed" "thu" => string(3) "thu" "fri" => string(3) "fri" "sat" => string(3) "sat" "sun" => string(3) "sun" "fromHour" => string(8) "fromhour" "fromMinute" => string(10) "fromminute" "toHour" => string(6) "tohour" "toMinute" => string(8) "tominute" "workTimeAroundtheclock" => string(24) "work_time_aroundtheclock" "workTimeUntillastcust" => string(23) "work_time_untillastcust" ) protected necessarily => bool FALSE protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"banquetingHall" => object Model_Parameters_BanquetingHall(24){ protected caption => string(25) "Банкетный зал" protected name => string(14) "banquetingHall" protected capacitiesAndDescriptions => array(0) protected capacityName => string(23) "banquetingHall-capacity" protected descriptionName => string(26) "banquetingHall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaurant" => object Model_Parameters_Restaurant(19){ protected caption => string(16) "Ресторан" protected name => string(10) "restaurant" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cafe" => object Model_Parameters_Cafe(19){ protected caption => string(8) "Кафе" protected name => string(4) "cafe" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"pubBar" => object Model_Parameters_PubBar(19){ protected caption => string(13) "Паб/Бар" protected name => string(6) "pubBar" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"coffeeHouse" => object Model_Parameters_CoffeeHouse(19){ protected caption => string(14) "Кофейня" protected name => string(11) "coffeeHouse" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"karaokeBar" => object Model_Parameters_KaraokeBar(19){ protected name => string(10) "karaokeBar" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"summerPlayground" => object Model_Parameters_SummerPlayground(19){ protected name => string(16) "summerPlayground" protected caption => string(29) "Летняя площадка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"entertainmentCenter" => object Model_Parameters_EntertainmentCenter(19){ protected name => string(19) "entertainmentCenter" protected caption => string(47) "Развлекательный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hotelRestaurantComplex" => object Model_Parameters_HotelRestaurantComplex(19){ protected name => string(22) "hotelRestaurantComplex" protected caption => string(60) "Гостинично-ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaurantComplex" => object Model_Parameters_RestaurantComplex(19){ protected name => string(17) "restaurantComplex" protected caption => string(39) "Ресторанный комплекс" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"club" => object Model_Parameters_Club(19){ protected name => string(4) "club" protected caption => string(8) "Клуб" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"loungeBar" => object Model_Parameters_LoungeBar(19){ protected name => string(9) "loungeBar" protected caption => string(24) "Lounge/Лаунж-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"confectionery" => object Model_Parameters_Confectionery(19){ protected name => string(13) "confectionery" protected caption => string(24) "Кондитерская" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cooking" => object Model_Parameters_Cooking(19){ protected name => string(7) "cooking" protected caption => string(18) "Кулинария" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"canteen" => object Model_Parameters_Canteen(19){ protected name => string(7) "canteen" protected caption => string(16) "Столовая" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"pizzeria" => object Model_Parameters_Pizzeria(19){ protected name => string(8) "pizzeria" protected caption => string(16) "Пиццерия" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"sushiBar" => object Model_Parameters_SushiBar(19){ protected name => string(8) "sushiBar" protected caption => string(15) "Суши-бар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"donernaya" => object Model_Parameters_Donernaya(19){ protected name => string(9) "donernaya" protected caption => string(16) "Донерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"burger" => object Model_Parameters_Burger(19){ protected name => string(6) "burger" protected caption => string(18) "Бургерная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"barbecue" => object Model_Parameters_Barbecue(19){ protected name => string(8) "barbecue" protected caption => string(18) "Шашлычная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"lagman" => object Model_Parameters_Lagman(19){ protected name => string(6) "lagman" protected caption => string(18) "Лагманная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"wineCellar" => object Model_Parameters_WineCellar(19){ protected name => string(10) "wineCellar" protected caption => string(16) "Винотека" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"restaubar" => object Model_Parameters_Restaubar(19){ protected name => string(9) "restaubar" protected caption => string(16) "Рестобар" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"steakHouse" => object Model_Parameters_SteakHouse(19){ protected name => string(10) "steakHouse" protected caption => string(19) "Стейк-хаус" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"premiumRestaurant" => object Model_Parameters_PremiumRestaurant(19){ protected name => string(17) "premiumRestaurant" protected caption => string(31) "Премиум-ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"beerRestaurant" => object Model_Parameters_BeerRestaurant(19){ protected name => string(14) "beerRestaurant" protected caption => string(29) "Пивной ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"fishRestaurant" => object Model_Parameters_FishRestaurant(19){ protected name => string(14) "fishRestaurant" protected caption => string(29) "Рыбный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"familyRestaurant" => object Model_Parameters_FamilyRestaurant(19){ protected name => string(16) "familyRestaurant" protected caption => string(33) "Семейный ресторан" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensCafe" => object Model_Parameters_ChildrensCafe(19){ protected name => string(13) "childrensCafe" protected caption => string(23) "Детское кафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"halal" => object Model_Parameters_Halal(19){ protected name => string(5) "halal" protected caption => string(10) "Халал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"antikafe" => object Model_Parameters_Antikafe(19){ protected name => string(8) "antikafe" protected caption => string(16) "Антикафе" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"fastFood" => object Model_Parameters_FastFood(19){ protected name => string(8) "fastFood" protected caption => string(14) "Фастфуд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hookahShop" => object Model_Parameters_HookahShop(19){ protected name => string(10) "hookahShop" protected caption => string(18) "Кальянная" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"breakfast" => object Model_Parameters_Breakfast(19){ protected name => string(9) "breakfast" protected caption => string(14) "Завтрак" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"brunch" => object Model_Parameters_Brunch(19){ protected name => string(6) "brunch" protected caption => string(10) "Бранч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"businessLunch" => object Model_Parameters_BusinessLunch(19){ protected name => string(13) "businessLunch" protected caption => string(21) "Бизнес-ланч" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"buffet" => object Model_Parameters_Buffet(19){ protected name => string(6) "buffet" protected caption => string(25) "Шведский стол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"catering" => object Model_Parameters_Catering(19){ protected name => string(8) "catering" protected caption => string(18) "Кейтеринг" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"delivery" => object Model_Parameters_Delivery(19){ protected name => string(8) "delivery" protected caption => string(16) "Доставка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"atTheHotel" => object Model_Parameters_AtTheHotel(19){ protected name => string(10) "atTheHotel" protected caption => string(25) "При гостинице" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"nearThePond" => object Model_Parameters_NearThePond(19){ protected name => string(11) "nearThePond" protected caption => string(30) "Рядом с водоёмом" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"inTheMountains" => object Model_Parameters_InTheMountains(19){ protected name => string(14) "inTheMountains" protected caption => string(13) "В горах" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"panoramicView" => object Model_Parameters_PanoramicView(19){ protected name => string(13) "panoramicView" protected caption => string(27) "Панорамный вид" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"romanticAtmosphere" => object Model_Parameters_RomanticAtmosphere(19){ protected name => string(18) "romanticAtmosphere" protected caption => string(45) "Романтическая атмосфера" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"playground" => object Model_Parameters_Playground(19){ protected name => string(10) "playground" protected caption => string(49) "игровая площадка для детей" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensRoom" => object Model_Parameters_ChildrensRoom(19){ protected name => string(13) "childrensRoom" protected caption => string(29) "Детская комната" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"trestle" => object Model_Parameters_Trestle(19){ protected name => string(7) "trestle" protected caption => string(14) "Топчаны" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cabins" => object Model_Parameters_Cabins(19){ protected name => string(6) "cabins" protected caption => string(14) "Кабинки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"yurts" => object Model_Parameters_Yurts(19){ protected name => string(5) "yurts" protected caption => string(8) "Юрты" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"stage" => object Model_Parameters_Stage(19){ protected name => string(5) "stage" protected caption => string(10) "Сцена" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"smokingRoom" => object Model_Parameters_SmokingRoom(19){ protected name => string(11) "smokingRoom" protected caption => string(28) "Зал для курящих" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"hookah" => object Model_Parameters_Hookah(19){ protected name => string(6) "hookah" protected caption => string(12) "Кальян" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"josper" => object Model_Parameters_Josper(19){ protected name => string(6) "josper" protected caption => string(12) "Хоспер" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"grillMenu" => object Model_Parameters_GrillMenu(19){ protected name => string(9) "grillMenu" protected caption => string(19) "Гриль меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"childrensMenu" => object Model_Parameters_ChildrensMenu(19){ protected name => string(13) "childrensMenu" protected caption => string(23) "Детское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"vegetarianMenu" => object Model_Parameters_VegetarianMenu(19){ protected name => string(14) "vegetarianMenu" protected caption => string(37) "Вегетарианское меню" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"ownBrewery" => object Model_Parameters_OwnBrewery(19){ protected name => string(10) "ownBrewery" protected caption => string(27) "Своя пивоварня" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"craftBeer" => object Model_Parameters_CraftBeer(19){ protected name => string(9) "craftBeer" protected caption => string(27) "Крафтовое пиво" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"cocktailCard" => object Model_Parameters_CocktailCard(19){ protected name => string(12) "cocktailCard" protected caption => string(33) "Коктейльная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"wineMap" => object Model_Parameters_WineMap(19){ protected name => string(7) "wineMap" protected caption => string(23) "Винная карта" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"noAlcohol" => object Model_Parameters_NoAlcohol(19){ protected name => string(9) "noAlcohol" protected caption => string(25) "Спиртного нет" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"tableReserveIs" => object Model_Parameters_TableReserveIs(19){ protected name => string(14) "tableReserveIs" protected caption => string(32) "Резерв стола есть" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"birthdayDiscount" => object Model_Parameters_BirthdayDiscount(24){ protected name => string(16) "birthdayDiscount" protected caption => string(35) "Скидка именинникам" protected addCaption => string(36) "Добавить ещё скидку" protected capacityCaption => string(1) "%" protected capacitiesAndDescriptions => array(0) protected capacityName => string(25) "birthdayDiscount-capacity" protected descriptionName => string(28) "birthdayDiscount-description" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"viphall" => object Model_Parameters_Viphall(24){ protected name => string(7) "viphall" protected caption => string(10) "VIP-зал" protected capacitiesAndDescriptions => array(0) protected capacityName => string(16) "viphall-capacity" protected descriptionName => string(19) "viphall-description" protected capacityCaption => string(22) "вместимость" protected addCaption => string(30) "Добавить ещё зал" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"liveMusic" => object Model_Parameters_LiveMusic(19){ protected name => string(9) "liveMusic" protected caption => string(23) "Живая музыка" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"DJ" => object Model_Parameters_DJ(19){ protected name => string(2) "DJ" protected caption => string(2) "DJ" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"dancefloor" => object Model_Parameters_Dancefloor(19){ protected name => string(10) "dancefloor" protected caption => string(15) "Танц-пол" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"karaoke" => object Model_Parameters_Karaoke(19){ protected name => string(7) "karaoke" protected caption => string(14) "Караоке" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"billiards" => object Model_Parameters_Billiards(19){ protected name => string(9) "billiards" protected caption => string(14) "Бильярд" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"showProgram" => object Model_Parameters_ShowProgram(19){ protected name => string(11) "showProgram" protected caption => string(25) "Шоу-программа" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"animators" => object Model_Parameters_Animators(19){ protected name => string(9) "animators" protected caption => string(18) "Аниматоры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"sportsBroadcasts" => object Model_Parameters_SportsBroadcasts(19){ protected name => string(16) "sportsBroadcasts" protected caption => string(41) "Спортивные трансляции" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"boardGames" => object Model_Parameters_BoardGames(19){ protected name => string(10) "boardGames" protected caption => string(29) "Настольные игры" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"gamingConsoles" => object Model_Parameters_GamingConsoles(19){ protected name => string(14) "gamingConsoles" protected caption => string(33) "Игровые приставки" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"culinaryWorkshops" => object Model_Parameters_CulinaryWorkshops(19){ protected name => string(17) "culinaryWorkshops" protected caption => string(46) "Кулинарные мастер-классы" protected field => string(9) "int_value" protected onlinehelp => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"url" => object Model_Parameters_Url(18){ protected name => string(3) "url" protected field => string(3) "url" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "url" => array(1) ( "alpha_dash" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"description" => object Model_Parameters_Description(19){ protected name => string(11) "description" protected caption => string(16) "Описание" protected field => string(10) "text_value" protected necessarily => bool TRUE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "description" => array(2) ( "Model_Parameters::not_empty_htmlignored" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 10000 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"owner" => object Model_Parameters_Owner(18){ protected necessarily => bool TRUE protected name => string(5) "owner" protected field => string(8) "username" protected table => string(5) "users" protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "owner" => array(3) ( "not_empty" => NULL "Model_Users::user_exists" => array(1) ( 0 => string(6) ":value" ) "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"city" => object Model_Parameters_City(25){ protected name => string(4) "city" protected caption => string(10) "Город" protected necessarily => bool TRUE private valueCaption => NULL protected id => NULL protected table => string(5) "items" protected field => string(4) "city" protected coords => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(2) ( "id" => string(4) "city" "onchange" => string(19) "this.form.submit();" ) protected hiddenField => integer 0 protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "city" => array(1) ( "not_empty" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"category" => object Model_Parameters_Category(25){ protected name => string(8) "category" protected caption => string(18) "Категория" protected necessarily => bool TRUE private valueCaption => NULL protected withAllOption => bool FALSE protected allCaption => string(6) "Все" protected attributes => array(1) ( "id" => string(8) "category" ) protected hiddenField => integer 0 private fullList => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "category" => array(2) ( "not_empty" => NULL "Model_Parameters_Category::exists" => NULL ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"name" => object Model_Parameters_Name(20){ protected name => string(4) "name" protected caption => string(16) "Название" protected necessarily => bool TRUE protected field => string(9) "item_name" private url => NULL protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(1) ( "name" => array(2) ( "not_empty" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(5) "items" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"phones" => object Model_Parameters_Phones(22){ protected necessarily => bool TRUE protected icon => string(8) "fa-phone" protected prefixname => string(11) "phoneprefix" protected numbername => string(11) "phonenumber" protected caption => string(60) "Телефоны для размещения на сайте" protected lines => integer 5 protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(5) ( "phonenumber0" => array(2) ( "not_empty" => NULL "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber1" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber2" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber3" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) "phonenumber4" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"webSite" => object Model_Parameters_WebSite(18){ protected name => string(7) "website" protected icon => string(8) "fa-globe" protected outputIsBlock => bool TRUE protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "website" => array(1) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"gallery" => object Model_Parameters_Gallery(19){ protected name => string(7) "gallery" protected ownerId => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"videoClip" => object Model_Parameters_VideoClip(20){ protected icon => string(32) "<span class="fa fa-film"></span>" protected name => string(9) "videoClip" protected VKurl => string(14) "https://vk.com" protected youtubeUrl => string(16) "https://youtu.be" protected field => string(10) "text_value" protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"moderated" => object Model_Parameters_Moderated(18){ protected name => string(9) "moderated" protected table => string(5) "items" protected field => string(17) "mark_as_moderated" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"deleted" => object Model_Parameters_Deleted(18){ protected name => string(7) "deleted" protected field => string(15) "mark_as_deleted" protected table => string(5) "items" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"email" => object Model_Parameters_Email(24){ protected name => string(5) "email" protected caption => string(33) "Электронный адрес" protected icon => string(11) "fa-envelope" protected smtpUserName => string(15) "admin@banket.kz" protected smtpPassword => string(14) "BanketAdmin123" protected from => string(15) "admin@banket.kz" protected smtpServer => string(20) "ssl://smtp.yandex.ru" protected smtpPort => integer 465 protected necessarily => bool FALSE protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "email" => array(2) ( "email" => NULL "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 255 ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"whatsapp" => object Model_Parameters_Whatsapp(21){ protected numbername => string(14) "whatsappnumber" protected caption => string(19) "Номер whatsapp" protected lines => integer 1 protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "whatsappnumber0" => array(1) ( "regex" => array(2) ( 0 => string(6) ":value" 1 => string(37) "/^\([0-9]{3}\)[0-9]{3}(-[0-9]{2}){2}/" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"facebook" => object Model_Parameters_Facebook(21){ protected name => string(8) "facebook" protected caption => string(8) "Facebook" protected urlTemplate => string(12) "facebook.com" protected placeholder => string(33) "www.facebook.com/myname.super.777" protected onlinehelp => string(8) "facebook" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "facebook" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(12) "facebook.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"instagram" => object Model_Parameters_Instagram(21){ protected name => string(9) "instagram" protected caption => string(9) "Instagram" protected urlTemplate => string(13) "instagram.com" protected onlinehelp => string(9) "instagram" protected placeholder => string(25) "www.instagram.com/myinsta" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "instagram" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters_Instagram::urlAvalible" => array(1) ( 0 => string(6) ":value" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"VK" => object Model_Parameters_VK(21){ protected name => string(2) "VK" protected caption => string(18) "ВКонтакте" protected urlTemplate => string(6) "vk.com" protected placeholder => string(11) "vk.com/myvk" protected onlinehelp => string(2) "vk" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(1) ( "VK" => array(2) ( "Model_Parameters::max_byte" => array(2) ( 0 => string(6) ":value" 1 => integer 511 ) "Model_Parameters::template" => array(2) ( 0 => string(6) ":value" 1 => string(6) "vk.com" ) ) ) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" }
"socialNetworks" => object Model_Parameters_SocialNetworks(21){ protected instagram => NULL protected facebook => NULL protected vK => NULL protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected name => string(16) "common_parameter" protected value => NULL private itemId => integer 75415 protected field => string(13) "varchar_value" protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"comment" => object Model_Parameters_Comment(19){ protected name => string(7) "comment" protected caption => string(22) "Комментарии" protected field => string(10) "text_value" protected connectionTable => string(9) "url_param" protected connectionField => string(3) "url" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
"banner" => object Model_Parameters_Banner(25){ protected name => string(6) "banner" protected field => string(9) "int_value" protected factory => object BannerFactory(0)
"staticBanner" => object Model_Parameters_StaticBanner(26){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645762" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected header => string(43) "Баннер в бегущей строке" protected bgClass => string(10) "bg-warning" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(12) "staticBanner" protected imageUrl => NULL protected header => string(32) "Баннер в слайдере" protected bgClass => string(9) "bg-danger" protected field => string(9) "int_value" protected factory => object StaticBannerFactory(0)
"inFavorites" => object Model_Parameters_InFavorites(18){ }
protected active => NULL protected expiryDate => object DateTime(3){ public date => string(26) "2025-08-19 16:47:25.645792" public timezone_type => integer 3 public timezone => string(11) "Asia/Almaty" }
protected scope => integer 0 protected paramList => array(2) ( "city" => array(0) "category" => array(0) ) protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }{ protected name => string(11) "inFavorites" protected field => string(14) "datetime_value" protected necessarily => bool FALSE protected icon => string(14) "fa-info-circle" protected value => NULL private itemId => integer 75415 protected validation => array(0) protected view => string(10) "INPUT_VIEW" protected table => string(11) "item_params" protected connectionTable => string(10) "item_param" protected connectionField => string(4) "item" protected userConnectionTable => string(10) "user_param" private userId => NULL protected id => NULL protected outputIsBlock => bool FALSE protected minSuffix => string(3) "Min" protected maxSuffix => string(3) "Max" protected onlinehelp => NULL }
) "mobile" => integer 0 "category" => string(11) "restaurants" "h1" => string(17) "Dragonfly Izakaya" ) }21 public function action_mainpart() { 22 $data = Model_ItemController::view($this->request->param()); 23 if (key_exists('item', $data)) { 24 $site = new Model_Site($this->request->param()); 25 $data['h1'] = $site->getH1(); 26 $this->response->body(View::factory('itemviewframe', $data)); 27 } 28 } 29 30 public function action_viewgallery() { 31 $data = Model_ItemController::preparation($this->request->param());
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Item->action_mainpart()
79 array(':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 [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Item(2)
{ public request => object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(8) "mainpart" protected _uri => string(50) "item/mainpart/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(8) "mainpart" protected _uri => string(50) "item/mainpart/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}1
object 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(array('_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))
-
SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(8) "mainpart" protected _uri => string(50) "item/mainpart/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests.
-
APPPATH/views/itempage.php [ 8 ] » Kohana_Request->execute()
3 echo Request::factory('find/breadcrumb/' . $city . '/' . $category . '/' . $url) 4 ->execute(); 5 echo Request::factory('item/myitems/' . $city . '/' . $category . '/' . $url) 6 ->execute(); 7 echo Request::factory('item/mainpart/' . $city . '/' . $category . '/' . $url) 8 ->execute(); 9 echo Request::factory( 10 'item/prevAndNext/' . $city . '/' . $category . '/' . $url 11 )->execute(); 12 ?> 13 </div>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(49) "/var/www/banket.kz/application/views/itempage.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(49) "/var/www/banket.kz/application/views/itempage.php"
1
array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" )
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()
155 public function body($content = NULL) 156 { 157 if ($content === NULL) 158 return $this->_body; 159 160 $this->_body = (string) $content; 161 return $this; 162 } 163 164 /** 165 * Gets or sets the HTTP protocol. The standard protocol to use
-
APPPATH/classes/Controller/Item.php [ 19 ] » Kohana_Response->body(arguments)
0
object View(2)
{ protected _file => string(49) "/var/www/banket.kz/application/views/itempage.php" protected _data => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) }
14 } 15 $this->response->body(View::factory('item', $data)); 16 } 17 18 public function action_view() {//страница объявления 19 $this->response->body(View::factory('itempage', $this->request->param())); 20 } 21 public function action_mainpart() { 22 $data = Model_ItemController::view($this->request->param()); 23 if (key_exists('item', $data)) { 24 $site = new Model_Site($this->request->param());
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Item->action_view()
79 array(':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 [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Item(2)
{ public request => object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(4) "view" protected _uri => string(46) "item/view/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(4) "view" protected _uri => string(46) "item/view/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}1
object 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(array('_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))
-
SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ 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(55) "(<controller>(/<action>(/<city>(/<category>(/<url>)))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(156) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<city>[^/.,;?\n]++)(?:/(?P<category>[^/.,;?\n]++)(?:/(?P<url …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Item" protected _action => string(4) "view" protected _uri => string(46) "item/view/almaty/restaurants/dragonfly-izakaya" protected _external => bool FALSE protected _params => array(3) ( "city" => string(6) "almaty" "category" => string(11) "restaurants" "url" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests.
-
APPPATH/classes/Controller/Itemcity.php [ 81 ] » Kohana_Request->execute()
76 'city' => $item->getCity()->get(), 77 'category' => $item->getCategory()->get() 78 ] 79 ); 80 $this->template->item_view = Request::factory('item/view/' 81 . $site->getUrl())->execute(); 82 $this->template->script 83 = '<script src="/public/js/paginator.js"></script>'; 84 $this->template->script 85 .= '<script src="/public/js/myItemsList.js"></script>'; 86 $this->template->script
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Itemcity->action_index()
79 array(':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 [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Itemcity(5)
{ private param => string(9) "item_city" public template => object View(2)
{ protected _file => string(49) "/var/www/banket.kz/application/views/template.php" protected _data => array(0) }
public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(11) "<item_city>" protected _regex => array(1) ( "item_city" => string(14) "[\-a-zA-Z0-9]+" ) protected _defaults => array(2) ( "controller" => string(8) "itemcity" "action" => string(5) "index" ) protected _route_regex => string(35) "#^(?P<item_city>[\-a-zA-Z0-9]+)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Itemcity" protected _action => string(5) "index" protected _uri => string(17) "dragonfly-izakaya" protected _external => bool FALSE protected _params => array(1) ( "item_city" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(11) "<item_city>" protected _regex => array(1) ( "item_city" => string(14) "[\-a-zA-Z0-9]+" ) protected _defaults => array(2) ( "controller" => string(8) "itemcity" "action" => string(5) "index" ) protected _route_regex => string(35) "#^(?P<item_city>[\-a-zA-Z0-9]+)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Itemcity" protected _action => string(5) "index" protected _uri => string(17) "dragonfly-izakaya" protected _external => bool FALSE protected _params => array(1) ( "item_city" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}1
object 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(array('_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))
-
SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(11) "<item_city>" protected _regex => array(1) ( "item_city" => string(14) "[\-a-zA-Z0-9]+" ) protected _defaults => array(2) ( "controller" => string(8) "itemcity" "action" => string(5) "index" ) protected _route_regex => string(35) "#^(?P<item_city>[\-a-zA-Z0-9]+)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Itemcity" protected _action => string(5) "index" protected _uri => string(17) "dragonfly-izakaya" protected _external => bool FALSE protected _params => array(1) ( "item_city" => string(17) "dragonfly-izakaya" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 119 ] » Kohana_Request->execute()
114 /** 115 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 116 * If no source is specified, the URI will be automatically detected. 117 */ 118 echo Request::factory(TRUE, array(), FALSE) 119 ->execute() 120 ->send_headers(TRUE) 121 ->body(); 122 } 123 //store profiling data 124 //$data = tideways_xhprof_disable();