$template,
$name] =
explode(':',
$templateConfigRaw);
$data[] =
['template' =>
$template, 'name' =>
$name];
} $this->
View()->
assign(['success' => true, 'data' =>
$data, 'total' => \
count($data)]);
} /**
* Wrapper around the save method to have better ACL control
*/
public function updateDetailAction() { $this->
saveDetail();
} /**
* Wrapper around the save method to have better ACL control
*/
public function createDetailAction() { $this->
saveDetail();
} /**
* returns a JSON string to the view the products for the product mapping
*/