50 'class' =>
'ButtonColumn',
51 'template' =>
'{update}',
54 'url' =>
'Yii::app()->createUrl("' .
55 $this->getGridViewActionRoute(
'edit') .
'", array("id" => $data->id))',
57 'visible' =>
'ActionSecurityUtil::canCurrentUserPerformAction("Edit", $data)',
58 'options' => array(
'class' =>
'pencil',
'title' =>
'Update'),
70 $string =
'ActionSecurityUtil::resolveLinkToModelForCurrentUser("' . $attributeString .
'", ';
72 $string .=
'"' . $this->getGridViewActionRoute(
'details') .
'", (int)$offset)';
76 public function getRelatedLinkString($attributeString, $attributeName, $moduleId)
78 $string =
'ActionSecurityUtil::resolveLinkToModelForCurrentUser("' . $attributeString .
'", ';
80 $string .=
'"' . $this->getGridViewActionRoute(
'details', $moduleId) .
'")';
getActionModuleClassName()
getLinkString($attributeString, $attribute)