|
|
File: ../phpdbedittk/gadmrowcommand.php
PHPDBEditTk -
gadm_row_command
gadm_command | +-- gadm_row_command
Handles functionality which is applied to a whole database row.
|
private class gadm_row_command extends gadm_command
Handles functionality which is applied to a whole database row.
This is at the moment only a wrapper class.
|
|
|
|
|
|
Public Method Details |
execute |
public mixed execute( string $func_name )
|
|
executes the row command
This function only wraps the interface of row commands, which don't need avalue to process.
Warning: documentation is missing.
|
Parameter |
|
string |
$func_name |
|
|
name of the function to call |
|
Returns |
mixed result of the function call |
|
|
|
|
PHPDoc 1.0beta |