Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
createFromStatics example
Utils::
normalizeAliases
(
static
::
$aliases
)
;
$call_info
=
static
::
getCallInfo
(
static
::
$aliases
, \
debug_backtrace
(
DEBUG_BACKTRACE_IGNORE_ARGS
)
,
[
]
)
;
$statics
=
static
::
getStatics
(
)
;
if
(
\
in_array
(
'~',
$call_info
[
'modifiers'
]
, true
)
)
{
$statics
[
'enabled_mode'
]
=
static
::MODE_TEXT;
}
$kintstance
=
static
::
createFromStatics
(
$statics
)
;
if
(
!
$kintstance
)
{
return
0;
}
if
(
\
in_array
(
'-',
$call_info
[
'modifiers'
]
, true
)
)
{
while
(
\
ob_get_level
(
)
)
{
\
ob_end_clean
(
)
;
}
}
$kintstance
->
setStatesFromStatics
(
$statics
)
;