MetaModels\Attribute\IAttribute::getItemDCA PHP Method

getItemDCA() public method

The result contains all relevant settings for this field in an DCA for the given table and MAY override anything like palettes, sub palettes, field definitions etc. Due to the fact that it calls getFieldDefinition() internally, the result at least contains the sub array 'fields' with the information of this field's settings.
Deprecation: Use DataDefinition builders in DC_General 2.0.0
public getItemDCA ( array $arrOverrides = [] ) : array
$arrOverrides array See documentation in getFieldDefinition() method.
return array The DCA array to use as $GLOBALS['tablename']
    public function getItemDCA($arrOverrides = array());