View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006214 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2015-08-11 10:06 | 2015-11-04 09:24 |
Reporter | patchee005 | Assigned To | |||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.0 / 5.2.0 | ||||
Summary | 0006214: Sourcecodedocumentation does not list createUser() as public function of oxcmp_user | ||||
Description | The official sourcecode documentation does not list oxcmp_user's public method "createUser()". | ||||
Steps To Reproduce | 1. 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() | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0006190 | resolved | florian.auer | Sourcecodedocumentation does not list getArticle() as public function of oxBasketItem |
related to | 0006306 | resolved | SvenBrunk | OXID API, missing method setAmount? |
|
Confirmed. |
|
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. |
|
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. |
|
Found another one: protected method _update() of oxBase is not listed in documentation either |