skeeks\cms\models\CmsContentElement2cmsUser::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'created_by' => 'Created By', 'updated_by' => 'Updated By', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'cms_user_id' => 'Cms User ID', 'cms_content_element_id' => 'Cms Content Element ID'];
    }