Description
Return the set of action links for the row
Usage
OIK_settings::links( $key, $data );Parameters
- $key
- ( mixed ) required –
- $data
- ( mixed ) required –
Returns
voidTO DO
Allow other actionsSource
File name: oik-rwd/admin/oik-settings.phpLines:
1 to 7 of 7
function links( $key, $data ) { $links = null; $links .= link( "preview", $key ); $links .= link( "delete", $key ); $links .= link( "edit", $key ); return( $links ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
