|
|
|
pxdb.metadata
pxdb_view
pxdb_basis | +-- pxdb_view
|
public class pxdb_view extends pxdb_basis
|
| |
|
Methods inherited from pxdb_basis |
| pxdb_basis, import, &fetch_datatype, &fetch_relationship, &fetch_dbfield, &fetch_typesfield, &fetch_view, arr_dbfields, arr_datatypes, arr_parent_datatypes, arr_child_datatypes, arr_relationships, arr_views, reorder, move, get_groups, get_users |
|
|
|
|
|
|
|
Public Method Details |
pxdb_view |
|
public void pxdb_view( $id)
|
| |
|
| Parameter |
|
|
$id |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
read |
|
public void read()
|
| |
|
| Returns |
void |
|
load |
|
public void load()
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
get_id |
|
public void get_id()
|
| |
|
| Returns |
void |
|
get_view |
|
public string get_view()
|
| |
|
| Returns |
string |
|
set_view |
|
public void set_view(string $view)
|
| |
|
| Parameter |
|
|
| Returns |
void |
|
get_datatype |
|
public integer get_datatype()
|
| |
|
| Returns |
integer |
|
set_datatype |
|
public void set_datatype(integer $datatype)
|
| |
|
| Parameter |
|
|
| Returns |
void |
|
get_label |
|
public string get_label()
|
| |
|
| Returns |
string |
|
set_label |
|
public void set_label(string $label)
|
| |
|
| Parameter |
|
|
| Returns |
void |
|
get_description |
|
public string get_description()
|
| |
|
| Returns |
string |
|
set_description |
|
public void set_description(string $description)
|
| |
|
| Parameter |
|
|
| Returns |
void |
|
arr_typesfields |
|
public array arr_typesfields([ string $mask, string $constraint_sql ])
|
| |
Gets all typesfields that are referred to in the viewfields for the current view. The typesfields entries are ordered by the viewfields orderby column (not the typesfields column).
Warning: documentation is missing.
|
| Parameter |
|
| string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
| string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
| Returns |
array 2-dim array of typsefields. |
|
arr_viewfields |
|
public void arr_viewfields([ string $mask, string $constraint_sql ])
|
| |
Warning: documentation is missing.
|
| Parameter |
|
| string |
$mask |
= >>''<< |
|
The value to return for custom_field. |
|
|
| string |
$constraint_sql |
= >>null<< |
|
WHERE-clause SQL to constrain results. |
|
| Returns |
void |
|
save |
|
public integer save()
|
| |
|
| Returns |
integer The id of saved or craeted view. |
|
|
Private Method Details |
&factory |
|
private object [unknown] &factory(integer $datatype, string $view)
|
| |
|
| Parameter |
|
|
|
|
| Returns |
object [unknown] |
|
&fetch_viewfield |
|
private object pxdb_typesfield &fetch_viewfield([ boolean $reset ])
|
| |
Warning: documentation is missing.
|
| Parameter |
|
| boolean |
$reset |
= >>null<< |
|
Whether to start over. |
|
| Returns |
object pxdb_typesfield object |
|
_new_weight |
|
private integer _new_weight()
|
| |
|
| Returns |
integer New weight. |
|
delete |
|
private boolean delete( $id)
|
| |
|
| Parameter |
|
|
$id |
|
|
Warning: documentation is missing. |
|
| Returns |
boolean |
|
&fetch_object_view |
|
private object [unknown] &fetch_object_view(integer $dt, string $view)
|
| |
datatype and view name. Duplicates factory method.
|
| Parameter |
|
|
|
|
| Returns |
object [unknown] |
|
set_id |
|
private void set_id( $id)
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$id |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
|
|
|
|
| Generated on Fri, 28 Apr 2006 19:07:22 -0400 by PHPDoc v1.5 www.phpdoc.de
|