Example #1
0
/**
 * @param EntityBuilderHelper $entityBuilder
 * @param bool $tableHasActions [optional]
 * @param bool $appendCreateButton [optional]
 */
function buildListView($entityBuilder, $tableHasActions = true, $appendCreateButton = true)
{
    $entityInstances = $entityBuilder->getList();
    buildListViewFromList($entityBuilder, $entityInstances, $tableHasActions, $appendCreateButton);
}