Method |
Description |
|
__construct ( mixed $options, boolean $deprecated = false ) : PodsUI |
Generate UI for Data Management |
|
add ( ) : mixed |
|
|
callback ( ) : boolean | mixed |
Check for a custom action callback and run it |
|
callback_action ( ) : boolean | mixed |
Check for a custom action callback and run it (deprecated reverse arg order) |
|
callback_bulk ( ) : boolean | mixed |
Check for a bulk action callback and run it |
|
delete ( null $id = null ) : boolean | mixed |
|
|
delete_bulk ( ) : boolean | mixed |
|
|
deprecated_filters ( ) |
|
|
do_magic_tags ( $tag ) : string |
|
|
do_template ( $code, boolean | array $row = false ) : mixed |
|
|
edit ( boolean $duplicate = false ) : mixed |
|
|
error ( $msg ) : boolean |
|
|
exclusion ( ) : array |
|
|
export ( ) |
|
|
filters ( ) |
|
|
filters_popup ( ) |
|
|
form ( boolean $create = false, boolean $duplicate = false ) : boolean | mixed |
|
|
get_data ( $params = null ) : boolean |
|
|
get_field ( $field ) : array | boolean | mixed | null |
|
|
get_params ( null | array $params = null, null | string $action = null ) |
Get find() params based on current UI action |
|
get_row ( &$counter, $method = null ) : array |
|
|
go ( ) : mixed |
|
|
hidden_vars ( boolean | array $exclude = false, boolean | array $array = false ) |
|
|
limit ( boolean $options = false ) : mixed |
|
|
manage ( boolean $reorder = false ) : mixed | null |
|
|
message ( $msg, boolean $error = false ) |
|
|
pagination ( boolean $header = false ) : mixed |
|
|
reorder ( ) |
Reorder data |
|
restricted ( $action = 'edit', $row = null ) |
|
|
save ( boolean $insert = false ) : mixed |
|
|
screen_meta ( ) |
|
|
setup ( $options ) : array | boolean | mixed | null | PodsArray |
|
|
setup_deprecated ( $deprecated_options ) : array |
|
|
setup_fields ( null $fields = null, string $which = 'fields' ) : array | boolean | mixed | null |
|
|
sort_data ( ) |
Sort out data alphabetically by a key |
|
table ( boolean $reorder = false ) : boolean | mixed |
|
|
view ( ) : boolean | mixed |
|
|