MetaModels\Attribute\IAttribute::getItemDCA PHP 메소드

getItemDCA() 공개 메소드

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.
사용 중단: Use DataDefinition builders in DC_General 2.0.0
public getItemDCA ( array $arrOverrides = [] ) : array
$arrOverrides array See documentation in getFieldDefinition() method.
리턴 array The DCA array to use as $GLOBALS['tablename']
    public function getItemDCA($arrOverrides = array());