Class Params
Used to pass a consistent set of data to views and prevent "$variable not found" errors.
- Seeder
- Laravella\Crud\CrudSeeder
- Laravella\Crud\Params
public
|
#
__construct( type $status, type $message, type $log, type $view = null, type $action = "", type $tableMeta = null, type $tableActionViews = null, type $prefix = "", mixed $selects = null, mixed $displayType = "", mixed $dataA = array(), mixed $tables = array(), mixed $paginated = array(), mixed $primaryTables = array() )
|
public static
type
|
|
public
type
|
|
public static
|
#
forEdit( type $status = "success", type $message = "", type $log = array(), type $view = null, type $action = "", type $tableMeta = null, type $tableActionViews = null, type $prefix = "", type $selects = null, type $displayType = "text/html", type $tables = null, type $paginated = null, mixed $primaryTables = null )
Instantiate a Params object to use for Editing |
public
|
public
string
|
$action | "" |
|
public
mixed
|
$tableMeta | null |
|
public
mixed
|
$tables | null |
|
public
array
|
$dataA | array() |
|
public
mixed
|
$paginated | null |
|
public
array
|
$primaryTables | array() |
|
public
string
|
$prefix | "" |
|
public
mixed
|
$tableActionViews | null |
|
public
mixed
|
$assets | null |
|
public
mixed
|
$view | null |
|
public
mixed
|
$skin | null |
|
public
array
|
$selects | array() |
|
public
array
|
$log | array() |
|
public
string
|
$status | "success" |
|
public
string
|
$slug | "" |
|
public
string
|
$displayType | "text/html" |
|
public
array
|
$displayTypes | array() |
|
public
array
|
$widgetTypes | array() |
|
public
array
|
$menu | array() |