View Issue Details

IDProjectCategoryView StatusLast Update
0006214OXID eShop (all versions)4.07. Source code, Testpublic2015-11-04 09:24
Reporterpatchee005 Assigned To 
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.0 / 5.2.0 
Summary0006214: Sourcecodedocumentation does not list createUser() as public function of oxcmp_user
DescriptionThe official sourcecode documentation does not list oxcmp_user's public method "createUser()".
Steps To Reproduce1. Go to: http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.9.5/
2. Search and navigate to oxcmp_user's class documentation
3. Fail to find documentation for createUser()
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0006190 resolvedflorian.auer Sourcecodedocumentation does not list getArticle() as public function of oxBasketItem 
related to 0006306 resolvedSven Brunk OXID API, missing method setAmount? 

Activities

QA

2015-08-11 10:55

administrator   ~0011164

Confirmed.

florian.auer

2015-09-07 15:53

reporter   ~0011206

The method is documented in the source code (see Github: https://github.com/OXID-eSales/oxideshop_ce/blob/b-dev-ce/source/application/components/oxcmp_user.php#L398), but for some reason the comments are not included into the generated documentation. We'll need to investigate this.

patchee005

2015-09-24 10:28

reporter   ~0011223

Last edited: 2015-09-24 10:29

It's the same with content. Function getParsedContent() is missing too. (See http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.9.5/class_content.html) This is getting silly, pls investigate.

patchee005

2015-09-25 17:14

reporter   ~0011225

Found another one: protected method _update() of oxBase is not listed in documentation either