toggleIcon() public method

Return the "toggle visibility" button
public toggleIcon ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string
$row array
$href string
$label string
$title string
$icon string
$attributes string
return string
コード例 #1
0
 public function toggleIcons($arrRow, $href, $label, $title, $icon, $attributes, $strTable, $arrRootIds, $arrChildRecordIds, $blnCircularReference, $strPrevious, $strNext)
 {
     if ($arrRow['type'] != 'formcolpart' && $arrRow['type'] != 'formcolend') {
         return parent::toggleIcon($arrRow, $href, $label, $title, $icon, $attributes);
     }
 }