NerdsAndCompany\Schematic\Models\Data::defineAttributes PHP Метод

defineAttributes() защищенный Метод

protected defineAttributes ( )
    protected function defineAttributes()
    {
        return ['locales' => [AttributeType::Mixed, 'default' => []], 'assetSources' => [AttributeType::Mixed, 'default' => []], 'fields' => [AttributeType::Mixed, 'default' => []], 'globalSets' => [AttributeType::Mixed, 'default' => []], 'plugins' => [AttributeType::Mixed, 'default' => []], 'sections' => [AttributeType::Mixed, 'default' => []], 'userGroups' => [AttributeType::Mixed, 'default' => []], 'users' => [AttributeType::Mixed, 'default' => []], 'elementIndexSettings' => [AttributeType::Mixed, 'default' => []], 'pluginData' => [AttributeType::Mixed, 'default' => []], 'categoryGroups' => [AttributeType::Mixed, 'default' => []], 'tagGroups' => [AttributeType::Mixed, 'default' => []]];
    }