Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Three starting domains are defined so far: "editor" for the editor module, "core" for core code, "plugin" for plugin code.

Domain Examples:

Code Block
core                                ./library/ZfExtended/Exception.php
core                                ./library/ZfExtended/Logger.php
core.entity                         ./library/ZfExtended/Models/Entity/Exceptions/IntegrityConstraint.php
core.entity                         ./library/ZfExtended/Models/Entity/Exceptions/IntegrityDuplicateKey.php
core.worker                         ./library/ZfExtended/Worker/TriggerByHttp.php
editor.customer                     ./application/modules/editor/Controllers/CustomerController.php
editor.export.difftagger            ./application/modules/editor/Models/Export/DiffTagger/Exception.php
editor.export.fileparser            ./application/modules/editor/Models/Export/FileParser/Exception.php
editor.import                       ./application/modules/editor/Models/Import/Exception.php
editor.import.configuration         ./application/modules/editor/Models/Import/ConfigurationException.php
editor.import.fileparser            ./application/modules/editor/Models/Import/FileParser/Exception.php
editor.import.fileparser.csv        ./application/modules/editor/Models/Import/FileParser/Csv/Exception.php
editor.import.fileparser.sdlxliff   ./application/modules/editor/Models/Import/FileParser/Sdlxliff/Exception.php
editor.import.fileparser.xlf        ./application/modules/editor/Models/Import/FileParser/Xlf/Exception.php
editor.import.metadata              ./application/modules/editor/Models/Import/MetaData/Exception.php
editor.import.metadata.pixelmapping ./application/modules/editor

...

/Models/Import/MetaData/PixelMapping.php
editor.import.relais                ./application/modules/editor/

...

Models/

...

RelaisFoldertree.php

...


editor.

...

languageresource.service     ./application/modules/editor/

...

Services/

...

Manager.php

...


editor.languageresource.service     ./application/modules/

...

editor/

...

Services/

...

NoServiceException.php

...


editor.languageresource.taskassoc   ./application/

...

modules/editor/

...

Controllers/

...

LanguageresourcetaskassocController.php

...


editor.segment                      ./application/modules/editor/Models/

...

Segment/

...

Exception.php

...


editor.segment                      ./application/modules/editor/Models/

...

Term/

...

TbxCreationException.php

...


editor.segment                      ./application/modules/editor/Models/

...

Segment/

...

core.entity                     ./library/ZfExtended/Models/Entity/Exceptions/IntegrityDuplicateKey.php
core.entity                     ./library/ZfExtended/Models/Entity/Exceptions/IntegrityConstraint.php

...

UnprocessableException.php
editor.segment.pixellength          ./application/modules/editor/Models/Segment/PixelLength.php
editor.task                         ./application/modules/editor/

...

Controllers/

...

TaskController.php

...

plugin.groupshare.httpapi.tmservice ./application/modules/editor/Plugins/GroupShare/HttpApiTMService.php

...


editor.workflow                     ./application/modules/editor/

...

Logger/

...

Workflow.php

...

editor.import.fileparser.sdlxliff   ./application/modules/editor/Models/Import/FileParser/Sdlxliff/Exception.php

...


plugin.groupshare                   ./application/modules/editor/

...

Plugins/

...

GroupShare/

...

Exception.php

...


plugin.

...

groupshare.

...

httpapi.

...

tmservice ./application/modules/editor/

...

Plugins/

...

GroupShare/HttpApiTMService.php

...

editor.import.fileparser        ./application/modules/editor/Models/Import/FileParser/Exception.php

...


plugin.groupshare.httpapi.web       ./application/modules/editor/

...

Plugins/

...

GroupShare/

...

HttpApiWebAPI.php

...


plugin.groupshare.token             ./application/modules/editor/

...

Plugins/

...

GroupShare/ExceptionToken.php
plugin.matchanalysis                ./application/modules/editor/

...

Plugins/MatchAnalysis/

...

Exception.php

...


plugin.okapi                        ./application/modules/editor/Plugins/

...

Okapi/

...

Exception.php



Use the logger facility just to log stuff

...