SproutCMS

This is the code documentation for the SproutCMS project

function setActionsFunc()

Set a function which should return content for the actions column
The func should have this signature:

   string function mycallable(array $row)

The return value should be HTML with the links

Usage

void $Itemlist->setActionsFunc ( mixed $func );

Arguments

  1. $func

Return value

  • void