ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-19 10:39:31
Editing: Interface.php
Cancel
Save Changes
<?php /** * Interface to create "filter" UI in grids * @package Am_Grid */ interface Am_Grid_Filter_Interface { /** * Init filter and apply it to $dataSource * Am_Request comes without */ function initFilter(Am_Grid_ReadOnly $grid); /** * @return array list of variables - without gridId_ ! */ function getVariablesList(); /** * @return bool */ function isFiltered(); /** * render filter with surrounding DIV */ function renderFilter(); /** * @return string html/js/css that must not be reloaded between requests */ function renderStatic(); }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete