You are a developer and looking for Shopware projects?
Apply Now!
addResult example
public
function
bulk
(
$params
=
[
]
)
{
$response
= parent::
bulk
(
$params
)
;
try
{
$this
->
handleResult
(
'bulk',
$response
,
$params
)
;
}
catch
(
Exception
$e
)
{
}
$this
->evaluation->
addResult
(
$response
)
;
return
$response
;
}
/** * {@inheritdoc} */
public
function
search
(
$params
=
[
]
)
{
$response
= parent::
search
(
$params
)
;