MetaModels\Attribute\IAttribute::getItemDCA PHP Méthode

getItemDCA() public méthode

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.
Résultat array The DCA array to use as $GLOBALS['tablename']
    public function getItemDCA($arrOverrides = array());