Method |
Description |
|
__sleep ( ) |
|
|
bootRunTime ( Object $object, Configs $configs ) |
Do whatever is needed to setup the runtime environment correctly. |
|
canPropertyBeExported ( $k ) |
|
|
fromArray ( array $values, string $key = null ) |
|
|
getAgainstField ( ) : string |
|
|
getAttribute ( ) : boolean |
|
|
getAutoIncrement ( ) : boolean |
|
|
getChildren ( ) : Field[] |
|
|
getChildrenArray ( ) : array |
|
|
getColumnName ( ) : string |
Returns the column name for database access. |
|
getCustomGet ( ) : string |
|
|
getCustomSave ( ) : string |
|
|
getDefault ( ) : mixed |
|
|
getDescription ( ) : string |
|
|
getDisabled ( ) : boolean |
|
|
getField ( ) : string |
|
|
getFieldType ( ) : Jarves\Admin\FieldTypes\TypeInterface |
|
|
getFieldWidth ( ) : integer | string |
|
|
getForm ( ) : Form |
|
|
getHelp ( ) : string |
|
|
getId ( ) : string |
|
|
getInputWidth ( ) : integer | string |
|
|
getLabel ( ) : string |
|
|
getLayout ( ) : string |
|
|
getMaxLength ( ) : integer |
|
|
getNeedValue ( ) : mixed |
|
|
getNoWrapper ( ) : boolean |
|
|
getObject ( ) : string |
|
|
getObjectDefinition ( ) : Object |
|
|
getObjectLabel ( ) : string |
|
|
getObjectRefRelationName ( ) : string |
|
|
getObjectRelation ( ) : string |
|
|
getObjectRelationCrossObjectKey ( ) : string |
|
|
getObjectRelationOnDelete ( ) : string |
|
|
getObjectRelationOnUpdate ( ) : string |
|
|
getObjectRelationTable ( ) : string |
|
|
getObjectRelationWithConstraint ( ) : boolean |
If the storage backend should also create a constraint so its not possible to pass a invalid reference id. |
|
getOption ( string $key ) : mixed |
|
|
getOptions ( ) : Options |
|
|
getParentField ( ) : Field |
|
|
getPhpDataType ( ) : string |
Returns the internal data type. |
|
getPrimaryKey ( ) : boolean |
|
|
getRequired ( ) : boolean |
|
|
getRequiredRegex ( ) : string |
|
|
getReturnDefault ( ) : boolean |
|
|
getSaveOnlyFilled ( ) : boolean |
|
|
getStartEmpty ( ) : boolean |
|
|
getTableItem ( ) : mixed |
|
|
getTarget ( ) : string |
|
|
getType ( ) : string |
|
|
getValue ( ) : mixed |
|
|
getVirtual ( ) : boolean |
|
|
getWidth ( ) : integer | string |
|
|
hasFieldType ( ) : boolean |
|
|
isAttribute ( ) : boolean |
|
|
isAutoIncrement ( ) : boolean |
|
|
isHidden ( ) : boolean |
Hidden means here if the needValue is correct with the value of parent or getAgainstField. |
|
isObjectRelationWithConstraint ( ) : boolean |
If the storage backend should also create a constraint so its not possible to pass a invalid reference id. |
|
isPrimaryKey ( ) : boolean |
|
|
isRequired ( ) : boolean |
|
|
isVirtual ( ) : boolean |
|
|
mapValues ( array &$data ) |
|
|
setAgainstField ( string $againstField ) |
|
|
setAttribute ( boolean $attribute ) |
|
|
setAutoIncrement ( boolean $autoIncrement ) |
|
|
setChildren ( array $children = null ) |
|
|
setCustomGet ( string $customGet ) |
|
|
setCustomSave ( string $customSave ) |
|
|
setDefault ( mixed $default ) |
|
|
setDescription ( string $description ) |
|
|
setDisabled ( boolean $disabled ) |
|
|
setField ( string $field ) |
|
|
setFieldType ( Jarves\Admin\FieldTypes\TypeInterface $fieldType ) |
|
|
setFieldWidth ( integer | string $fieldWidth ) |
|
|
setForm ( Form $form ) |
|
|
setHelp ( string $help ) |
|
|
setId ( string $id ) |
|
|
setInputWidth ( integer | string $inputWidth ) |
|
|
setLabel ( string $label ) |
|
|
setLayout ( string $layout ) |
|
|
setMaxLength ( integer $maxLength ) |
|
|
setNeedValue ( mixed $needValue ) |
|
|
setNoWrapper ( boolean $noWrapper ) |
|
|
setObject ( string $object ) |
|
|
setObjectDefinition ( Object $objectDefinition ) |
|
|
setObjectLabel ( string $objectLabel ) |
|
|
setObjectRefRelationName ( string $objectRefRelationName ) |
|
|
setObjectRelation ( string $objectRelation ) |
|
|
setObjectRelationCrossObjectKey ( string $objectRelationPhpName ) |
|
|
setObjectRelationOnDelete ( string $objectRelationOnDelete ) |
|
|
setObjectRelationOnUpdate ( string $objectRelationOnUpdate ) |
|
|
setObjectRelationTable ( string $objectRelationTable ) |
|
|
setObjectRelationWithConstraint ( boolean $objectRelationWithConstraint ) |
|
|
setOption ( $key, $value ) |
|
|
setOptions ( Options $options ) |
|
|
setParentField ( Field $parentField ) |
|
|
setPrimaryKey ( boolean $primaryKey ) |
|
|
setRequired ( boolean $required ) |
|
|
setRequiredRegex ( string $requiredRegex ) |
|
|
setReturnDefault ( boolean $returnDefault ) |
|
|
setSaveOnlyFilled ( boolean $saveOnlyFilled ) |
|
|
setStartEmpty ( boolean $startEmpty ) |
|
|
setTableItem ( mixed $tableItem ) |
|
|
setTarget ( string $target ) |
|
|
setType ( string $type ) |
|
|
setValue ( mixed $value ) |
|
|
setVirtual ( boolean $virtual ) |
|
|
setWidth ( integer | string $width ) |
|
|
toArray ( boolean $printDefaults = false ) : array |
|
|
validate ( ) : boolean |
|
|