Skip to content

Inputfield get parent

Get this Inputfield’s parent InputfieldWrapper, or NULL if it doesn’t have one.

Usage

$inputfieldWrapper = $inputfield->getParent();

Return value

InputfieldWrapper null

See Also