XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
classes
editor
EditorHandler.class.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
3
11
class
EditorHandler
extends
BaseObject
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 */
EditorHandler\setInfo
setInfo($info)
Definition:
EditorHandler.class.php:19
BaseObject
Definition:
BaseObject.class.php:9
Context\set
set($key, $val, $set_to_get_vars=0)
Definition:
Context.class.php:1948
EditorHandler
Definition:
EditorHandler.class.php:11
Generated on Tue Dec 18 2018 17:04:25 for XpressEngine Core by
1.8.5