<?php
// Bitrix\Bizproc\FieldType :: getSettings()
// /dist/bitrix/modules/bizproc/lib/fieldtype.php:252
public function getSettings()
{
return isset($this->property['Settings']) && is_array($this->property['Settings'])
? $this->property['Settings'] : array();
}