Public Member Functions | |
isBuildable ($array, $prefix=null) | |
fillMapping (array $mapping) | |
fillForm (Form $form, $prefix=null) | |
fillQuery (InsertOrUpdateQuery $query, Prototyped $object) | |
toValue (ProtoDAO $dao=null, $array, $prefix=null) | |
getProto () | |
isFormless () | |
Static Public Member Functions | |
static | create () |
Definition at line 17 of file InnerMetaProperty.class.php.
static InnerMetaProperty::create | ( | ) | [static] |
Reimplemented from LightMetaProperty.
Definition at line 22 of file InnerMetaProperty.class.php.
InnerMetaProperty::fillForm | ( | Form $ | form, | |
$ | prefix = null | |||
) |
Reimplemented from LightMetaProperty.
Definition at line 44 of file InnerMetaProperty.class.php.
References LightMetaProperty::getName(), and getProto().
InnerMetaProperty::fillMapping | ( | array $ | mapping | ) |
Reimplemented from LightMetaProperty.
Definition at line 32 of file InnerMetaProperty.class.php.
References getProto().
InnerMetaProperty::fillQuery | ( | InsertOrUpdateQuery $ | query, | |
Prototyped $ | object | |||
) |
Reimplemented from LightMetaProperty.
Definition at line 53 of file InnerMetaProperty.class.php.
References getProto().
InnerMetaProperty::getProto | ( | ) |
Definition at line 81 of file InnerMetaProperty.class.php.
Referenced by fillForm(), fillMapping(), and fillQuery().
InnerMetaProperty::isBuildable | ( | $ | array, | |
$ | prefix = null | |||
) |
Reimplemented from LightMetaProperty.
Definition at line 27 of file InnerMetaProperty.class.php.
InnerMetaProperty::isFormless | ( | ) |
Reimplemented from LightMetaProperty.
Definition at line 86 of file InnerMetaProperty.class.php.
InnerMetaProperty::toValue | ( | ProtoDAO $ | dao = null , |
|
$ | array, | |||
$ | prefix = null | |||
) |
Reimplemented from LightMetaProperty.
Definition at line 65 of file InnerMetaProperty.class.php.