14 $pfctx =
$doc->getUTag(
"PORTFOLIOCTX");
15 if (!empty($pfctx) && !empty($pfctx->comment)) {
17 $pfctx = unserialize($pfctx->comment);
23 if (empty($pfctx) || !is_array($pfctx)) {
25 'listtype' =>
$doc->getFamilyParameterValue(
'pfl_liststyle') ,
27 if (empty($pfctx[
'listtype'])) {
28 $pfctx[
'listtype'] =
'icon';
31 if (isset($_REQUEST[
'foliolisttype'])) {
32 $pfctx[
'listtype'] = $_REQUEST[
'foliolisttype'];
46 $doc->addUTag(
$doc->userid,
"PORTFOLIOCTX", serialize($context));
portfolio_get_context($doc)
portfolio_set_context($doc, $context)