XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
EditorHandler.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
12 {
13 
19  function setInfo($info)
20  {
21  Context::set('component_info', $info);
22 
23  if(!$info->extra_vars)
24  {
25  return;
26  }
27 
28  foreach($info->extra_vars as $key => $val)
29  {
30  $this->{$key} = trim($val->value);
31  }
32  }
33 
34 }
35 /* End of file EditorHandler.class.php */
36 /* Location: ./classes/editor/EditorHandler.class.php */
set($key, $val, $set_to_get_vars=0)