SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields | Protected Attributes
Id Class Reference
+ Inheritance diagram for Id:

Public Member Functions

 dataFlags ($flags)

Data Fields

 $create = false
 $update = true
 $required = true

Protected Attributes

 $view = false

Detailed Description

ID para las tablas --- No imprime un label y manda un input hidden.

Version:
1.0
Author:
Ruben Schaffer
Todo:
fix so val retuns the value and only the inputmethod retuns the hidden inpunt

Definition at line 29 of file Id.php.


Member Function Documentation

dataFlags ( flags)
*This needs to be redefined to enshure that REQURED can not be unset since this is an ID
Parameters:
type$flags

Reimplemented from Data.

Definition at line 44 of file Id.php.


Field Documentation

$create = false

Reimplemented from Data.

Reimplemented in StringId.

Definition at line 35 of file Id.php.

$required = true

Reimplemented from Data.

Reimplemented in StringId.

Definition at line 37 of file Id.php.

$update = true

Reimplemented from Data.

Reimplemented in StringId.

Definition at line 36 of file Id.php.

$view = false [protected]

Reimplemented from Data.

Reimplemented in StringId.

Definition at line 34 of file Id.php.


The documentation for this class was generated from the following file: