children(); if(count($children)) $a->import($children->find($selector)); } return $a; } public function makeBlankItem() { return null; // Inputfield is abstract, so there is nothing to return here } public function usesNumericKeys() { return true; } }