function (&$buttons) {
$excludedPropKeys = $this->();
$obj =& $this->();
$ghost = !$obj || $obj->('id') == 0;
$sm =& $this->controller->();
$formTexts = $this->();
$clsDes =& PntClassDescriptor::getInstance($this->());
$multiProps = $clsDes->();
forEach(array_keys($multiProps) as $key)
if (!isSet($excludedPropKeys[$key]) && $multiProps[$key]->() ) {
$edit = isSet($formTexts[$key]);
if ($edit) $edit = !$sm->($obj, $multiProps[$key]);
if (!$sm->($obj, $multiProps[$key]))
$buttons[]=$this->(
ucfirst($multiProps[$key]->()),
$this->($key, $edit),
$ghost
);
}
}