App\Blog_Admin

Inherited from cmsAdmin_ManyToMany

Protected Attributes

protected $app 

Public Methods

public __construct()
public arrayxmodifyItemResponseSchemaFields(array $response_schema)
You can customize the response schema field here
public arraymodifyAjaxSearchObjectsResult(string $keyword, array $result)
Override search result
public arraymodifyAjaxGetItemsByCategoryIDResult(int $id, array $result_array)
Modify AJAX result before returned to user
public onModifyDataBeforeSaveCategory(array $datavalues)
Before save category
public stringviewCategoryTreeList_Item(array $item, array $data)
Internal helper function that you can override to display the individual category in the item editor window @global \SCHLIX\cmsDatabase $SystemDB
public arrayonModifyDataBeforeSaveItem(array $datavalues)
Modify data before save item @global \App\Users $CurrentUser
public ajaxDeleteObjects($mixed_items_to_delete)