18 require_once SQ_CORE_PACKAGE_PATH.
'/folder/folder.inc';
43 parent::__construct($assetid);
58 SQ_LINK_TYPE_1 => Array(),
59 SQ_LINK_TYPE_2 => Array(
60 'workflow_step_condition' => Array(
64 'workflow_step' => Array(
69 SQ_LINK_TYPE_3 => Array(),
70 SQ_LINK_NOTICE => Array(),
96 public function prepareLink(
Asset $asset, $side_of_link, &$link_type, &$value, &$sort_order, &$dependant, &$exclusive)
99 if ($side_of_link ==
'major' && ($asset instanceof
Workflow_Step_Condition) && ($dependant !=
'1' || $exclusive !=
'1')) {