Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(12 errors, 40 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/datalynx/backup/moodle2/backup_datalynx_stepslib.php
(#168) This comment is 50% valid code; is this commented out code?
(#170) This comment is 53% valid code; is this commented out code?
mod/datalynx/backup/moodle2/restore_datalynx_stepslib.php
(#158) Line exceeds 132 characters; contains 133 characters
(#162) Line exceeds 132 characters; contains 138 characters
mod/datalynx/behavior/behavior_edit_ajax.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/behavior/index.php
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/checkboxgroup/checkboxgroup.php
(#61) Public method name "HTML_QuickForm_checkboxgroup::getMultiple" must be in lower-case letters only
(#65) Public method name "HTML_QuickForm_checkboxgroup::setName" must be in lower-case letters only
(#69) Public method name "HTML_QuickForm_checkboxgroup::getName" must be in lower-case letters only
(#73) Public method name "HTML_QuickForm_checkboxgroup::getPrivateName" must be in lower-case letters only
(#77) Public method name "HTML_QuickForm_checkboxgroup::setValue" must be in lower-case letters only
(#88) Public method name "HTML_QuickForm_checkboxgroup::getValue" must be in lower-case letters only
(#92) Public method name "HTML_QuickForm_checkboxgroup::addOption" must be in lower-case letters only
(#112) Public method name "HTML_QuickForm_checkboxgroup::loadArray" must be in lower-case letters only
(#126) Public method name "HTML_QuickForm_checkboxgroup::toHtml" must be in lower-case letters only
(#166) Public method name "HTML_QuickForm_checkboxgroup::getFrozenHtml" must be in lower-case letters only
(#201) Public method name "HTML_QuickForm_checkboxgroup::exportValue" must be in lower-case letters only
(#230) Public method name "HTML_QuickForm_checkboxgroup::onQuickFormEvent" must be in lower-case letters only
mod/datalynx/classes/customfilter_manager.php
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Line exceeds 132 characters; contains 134 characters
mod/datalynx/classes/privacy/provider.php
(#321) This comment is 58% valid code; is this commented out code?
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/customfilter/index.php
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/datalynx/field/coursegroup/renderer.php
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/field/datalynxview/field_form.php
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/field/duration/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/duration/field_class.php
(#99) This comment is 58% valid code; is this commented out code?
mod/datalynx/field/editor/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/entryauthor/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/entrygroup/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/file/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/gradeitem/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/identifier/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/multiselect/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/number/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/picture/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/radiobutton/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/select/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/tag/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/teammemberselect/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/text/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/text/field_form.php
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/field/textarea/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/time/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/url/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/field/url/renderer.php
(#43) This comment is 42% valid code; is this commented out code?
mod/datalynx/field/userinfo/classes/privacy/provider.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
mod/datalynx/lang/de/datalynx.php
(#839) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/lang/en/datalynx.php
(#874) Inline comments must end in full-stops, exclamation marks, or question marks
mod/datalynx/view/pdf/view_class.php
(#805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#805) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(53 errors, 235 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

mod/datalynx/amd/src/approve.js
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#42) Missing JSDoc comment. (require-jsdoc)
(#42) Identifier 'extract_params' is not in camel case. (camelcase)
mod/datalynx/amd/src/behavior.js
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#5) There should be no spaces inside this paren. (space-in-parens)
(#24) Expected space(s) after "for". (keyword-spacing)
(#27) Expected space(s) after "if". (keyword-spacing)
(#28) Expected space(s) after "for". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#48) Comments should not begin with a lowercase character (capitalized-comments)
(#59) Unexpected alert. (no-alert)
mod/datalynx/amd/src/coursegroup.js
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) There should be no spaces inside this paren. (space-in-parens)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#17) Multiple spaces found before '$'. (no-multi-spaces)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#39) Unexpected alert. (no-alert)
mod/datalynx/amd/src/datalynxloadviews.js
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#47) 'i' used outside of binding context. (block-scoped-var)
(#48) 'arr' used outside of binding context. (block-scoped-var)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#49) 'qid' used outside of binding context. (block-scoped-var)
(#49) 'arr' used outside of binding context. (block-scoped-var)
(#50) 'qname' used outside of binding context. (block-scoped-var)
(#50) 'arr' used outside of binding context. (block-scoped-var)
(#51) A space is required after ','. (comma-spacing)
(#51) 'qid' used outside of binding context. (block-scoped-var)
(#51) 'qname' used outside of binding context. (block-scoped-var)
(#61) A space is required after ','. (comma-spacing)
(#63) 'i' used outside of binding context. (block-scoped-var)
(#63) 'i' is already defined. (no-redeclare)
(#63) 'i' used outside of binding context. (block-scoped-var)
(#63) 'i' used outside of binding context. (block-scoped-var)
(#64) 'arr' used outside of binding context. (block-scoped-var)
(#64) 'arr' is already defined. (no-redeclare)
(#64) 'i' used outside of binding context. (block-scoped-var)
(#65) 'qid' used outside of binding context. (block-scoped-var)
(#65) 'qid' is already defined. (no-redeclare)
(#65) 'arr' used outside of binding context. (block-scoped-var)
(#66) 'qname' is already defined. (no-redeclare)
(#66) 'qname' used outside of binding context. (block-scoped-var)
(#66) 'arr' used outside of binding context. (block-scoped-var)
(#67) A space is required after ','. (comma-spacing)
(#67) 'qid' used outside of binding context. (block-scoped-var)
(#67) 'qname' used outside of binding context. (block-scoped-var)
(#73) Unexpected alert. (no-alert)
mod/datalynx/amd/src/teammemberselect.js
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#16) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#17) There should be no spaces inside this paren. (space-in-parens)
(#56) Missing JSDoc comment. (require-jsdoc)
(#56) Identifier 'remove_user' is not in camel case. (camelcase)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#60) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#61) There should be no spaces inside this paren. (space-in-parens)
(#68) There should be no spaces inside this paren. (space-in-parens)
(#73) Missing JSDoc comment. (require-jsdoc)
(#73) Identifier 'extract_params' is not in camel case. (camelcase)
mod/datalynx/amd/src/zoomable.js
(#35) Unexpected empty function. (no-empty-function)
(#35) Missing space before opening brace. (space-before-blocks)
(#79) Missing JSDoc comment. (require-jsdoc)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#96) Expected an object to be thrown. (no-throw-literal)
(#111) Expected an object to be thrown. (no-throw-literal)
(#174) Method 'close' expected a return value. (consistent-return)
(#273) Missing JSDoc comment. (require-jsdoc)
mod/datalynx/datalynx.js
(#27) Identifier 'mod_datalynx' is not in camel case. (camelcase)
(#29) Comments should not begin with a lowercase character (capitalized-comments)
(#29) Missing JSDoc for parameter 'checked'. (valid-jsdoc)
(#29) Missing JSDoc for parameter 'elem'. (valid-jsdoc)
(#33) 'select_allnone' is defined but never used. (no-unused-vars)
(#33) Identifier 'select_allnone' is not in camel case. (camelcase)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Missing JSDoc for parameter 'elem'. (valid-jsdoc)
(#40) Missing JSDoc for parameter 'url'. (valid-jsdoc)
(#40) Missing JSDoc for parameter 'action'. (valid-jsdoc)
(#40) Missing JSDoc for parameter 'defaultval'. (valid-jsdoc)
(#44) 'bulk_action' is defined but never used. (no-unused-vars)
(#44) Identifier 'bulk_action' is not in camel case. (camelcase)
(#63) Missing JSDoc for parameter 'checked'. (valid-jsdoc)
(#63) Comments should not begin with a lowercase character (capitalized-comments)
(#66) 'showHideAdvSearch' is defined but never used. (no-unused-vars)
(#68) 'i' is not defined. (no-undef)
(#68) 'i' is not defined. (no-undef)
(#68) 'i' is not defined. (no-undef)
(#69) 'i' is not defined. (no-undef)
(#71) 'i' is not defined. (no-undef)
(#72) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#74) 'i' is not defined. (no-undef)
(#76) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#77) 'i' is not defined. (no-undef)
(#79) 'i' is not defined. (no-undef)
(#80) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#82) 'i' is not defined. (no-undef)
(#88) Comments should not begin with a lowercase character (capitalized-comments)
(#92) Identifier 'datalynx_wordcount_bar' is not in camel case. (camelcase)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#97) 'editor' is not defined. (no-undef)
(#100) 'editor' is not defined. (no-undef)
(#100) 'tinyMCE' is not defined. (no-undef)
(#102) 'editor' is not defined. (no-undef)
(#108) 'editor' is not defined. (no-undef)
(#108) Unexpected space before function parentheses. (space-before-function-paren)
(#108) 'e' is defined but never used. (no-unused-vars)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#119) 'YAHOO' is not defined. (no-undef)
(#121) ["identifier"] is better written in dot notation. (dot-notation)
(#122) 'YAHOO' is not defined. (no-undef)
(#125) ["minValue"] is better written in dot notation. (dot-notation)
(#126) ["maxValue"] is better written in dot notation. (dot-notation)
(#127) ["value"] is better written in dot notation. (dot-notation)
(#130) ["value"] is better written in dot notation. (dot-notation)
(#140) Unexpected space before function parentheses. (space-before-function-paren)
(#145) Missing semicolon. (semi)
(#148) Identifier 'datalynx_filepicker' is not in camel case. (camelcase)
(#151) Unexpected space before function parentheses. (space-before-function-paren)
(#152) ["url"] is better written in dot notation. (dot-notation)
(#152) ["file"] is better written in dot notation. (dot-notation)
(#153) ["client_id"] is better written in dot notation. (dot-notation)
(#156) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#156) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#159) Unexpected space before function parentheses. (space-before-function-paren)
(#164) Unexpected space before function parentheses. (space-before-function-paren)
(#164) Identifier 'client_id' is not in camel case. (camelcase)
(#179) Identifier 'datalynx_urlpicker' is not in camel case. (camelcase)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#186) Unexpected space before function parentheses. (space-before-function-paren)
(#186) Identifier 'client_id' is not in camel case. (camelcase)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#197) Identifier 'datalynx_imagepicker' is not in camel case. (camelcase)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#200) ["url"] is better written in dot notation. (dot-notation)
(#201) 'html' used outside of binding context. (block-scoped-var)
(#201) ["file"] is better written in dot notation. (dot-notation)
(#203) Line 203 exceeds the maximum line length of 132. (max-len)
(#203) 'html' used outside of binding context. (block-scoped-var)
(#203) 'html' is already defined. (no-redeclare)
(#203) ["url"] is better written in dot notation. (dot-notation)
(#203) ["url"] is better written in dot notation. (dot-notation)
(#203) ["file"] is better written in dot notation. (dot-notation)
(#205) ["client_id"] is better written in dot notation. (dot-notation)
(#205) 'html' used outside of binding context. (block-scoped-var)
(#205) 'html' used outside of binding context. (block-scoped-var)
(#208) Missing JSDoc for parameter 'options'. (valid-jsdoc)
(#208) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Identifier 'client_id' is not in camel case. (camelcase)
(#232) Identifier 'field_gradeitem_form_init' is not in camel case. (camelcase)
(#232) Unexpected space before function parentheses. (space-before-function-paren)
(#233) Line 233 exceeds the maximum line length of 132. (max-len)
(#241) Identifier 'tag_manager' is not in camel case. (camelcase)
(#251) Expected JSDoc for 'editordiv' but found 'editor'. (valid-jsdoc)
(#251) Missing JSDoc parameter type for 'editor'. (valid-jsdoc)
(#254) Identifier 'add_tag_spans' is not in camel case. (camelcase)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#259) Unnecessary escape character: \|. (no-useless-escape)
(#259) Unnecessary escape character: \|. (no-useless-escape)
(#259) Unnecessary escape character: \|. (no-useless-escape)
(#266) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#267) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#278) 'tag' used outside of binding context. (block-scoped-var)
(#281) 'replacement' used outside of binding context. (block-scoped-var)
(#282) 'tag' used outside of binding context. (block-scoped-var)
(#282) 'replacement' used outside of binding context. (block-scoped-var)
(#290) Missing JSDoc comment. (require-jsdoc)
(#290) Identifier 'preg_quote' is not in camel case. (camelcase)
(#308) Expected JSDoc for 'editordiv' but found 'editor'. (valid-jsdoc)
(#308) Missing JSDoc parameter type for 'editor'. (valid-jsdoc)
(#311) Identifier 'remove_tag_spans' is not in camel case. (camelcase)
(#311) Unexpected space before function parentheses. (space-before-function-paren)
(#317) Unexpected space before function parentheses. (space-before-function-paren)
(#326) Unexpected space before function parentheses. (space-before-function-paren)
(#335) Missing semicolon. (semi)
(#337) Identifier 'init_span_dialog' is not in camel case. (camelcase)
(#337) Unexpected space before function parentheses. (space-before-function-paren)
(#347) Line 347 exceeds the maximum line length of 132. (max-len)
(#353) Unexpected space before function parentheses. (space-before-function-paren)
(#353) 'event' is defined but never used. (no-unused-vars)
(#361) Unexpected space before function parentheses. (space-before-function-paren)
(#361) 'event' is defined but never used. (no-unused-vars)
(#365) Unexpected space before function parentheses. (space-before-function-paren)
(#365) 'event' is defined but never used. (no-unused-vars)
(#373) Unexpected space before function parentheses. (space-before-function-paren)
(#383) Unexpected space before function parentheses. (space-before-function-paren)
(#383) 'event' is defined but never used. (no-unused-vars)
(#389) Unexpected space before function parentheses. (space-before-function-paren)
(#389) 'event' is defined but never used. (no-unused-vars)
(#394) Missing semicolon. (semi)
(#396) Identifier 'show_tag_dialog' is not in camel case. (camelcase)
(#396) Unexpected space before function parentheses. (space-before-function-paren)
(#434) Missing semicolon. (semi)
(#436) Identifier 'populate_select' is not in camel case. (camelcase)
(#436) Unexpected space before function parentheses. (space-before-function-paren)
(#443) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#446) Missing semicolon. (semi)
(#448) Unexpected space before function parentheses. (space-before-function-paren)
(#450) Unexpected space before function parentheses. (space-before-function-paren)
(#456) Unexpected space before function parentheses. (space-before-function-paren)
(#468) Missing semicolon. (semi)
(#470) Identifier 'toggle_tags' is not in camel case. (camelcase)
(#470) Unexpected space before function parentheses. (space-before-function-paren)
(#476) Missing semicolon. (semi)
(#478) Identifier 'prepare_submit' is not in camel case. (camelcase)
(#478) Unexpected space before function parentheses. (space-before-function-paren)
(#480) Unexpected space before function parentheses. (space-before-function-paren)
(#484) Missing semicolon. (semi)
(#486) Identifier 'insert_field_tag' is not in camel case. (camelcase)
(#486) Unexpected space before function parentheses. (space-before-function-paren)
(#499) 'insertAtCursor' is not defined. (no-undef)
(#502) 'insertAtCursor' is not defined. (no-undef)
(#505) 'insertAtCursor' is not defined. (no-undef)
(#512) Unnecessary escape character: \[. (no-useless-escape)
(#527) Missing semicolon. (semi)
(#529) Identifier 'create_advanced_tag' is not in camel case. (camelcase)
(#529) Unexpected space before function parentheses. (space-before-function-paren)
(#533) Line 533 exceeds the maximum line length of 132. (max-len)
(#536) Line 536 exceeds the maximum line length of 132. (max-len)
(#543) Missing semicolon. (semi)
(#545) Identifier 'create_raw_tag' is not in camel case. (camelcase)
(#545) Unexpected space before function parentheses. (space-before-function-paren)
(#570) Missing semicolon. (semi)
(#572) Identifier 'insert_at_caret' is not in camel case. (camelcase)
(#572) Unexpected space before function parentheses. (space-before-function-paren)
(#611) Missing semicolon. (semi)
(#613) Identifier 'behaviors_helper' is not in camel case. (camelcase)
(#615) Identifier 'toggle_image' is not in camel case. (camelcase)
(#615) Unexpected space before function parentheses. (space-before-function-paren)
(#623) Missing semicolon. (semi)
(#625) Identifier 'event_handler' is not in camel case. (camelcase)
(#625) Unexpected space before function parentheses. (space-before-function-paren)
(#635) 'build_querystring' is not defined. (no-undef)
(#642) Unexpected space before function parentheses. (space-before-function-paren)
(#647) Unexpected space before function parentheses. (space-before-function-paren)
(#647) 'result' is defined but never used. (no-unused-vars)
(#655) Missing semicolon. (semi)
(#657) Unexpected space before function parentheses. (space-before-function-paren)
(#659) Missing semicolon. (semi)
mod/datalynx/view/tabular/tabular.js
(#25) Identifier 'datalynxview_tabular' is not in camel case. (camelcase)
(#27) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#43) Missing semicolon. (semi)

CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(2181 errors, 12 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/datalynx/backup/moodle2/backup_datalynx_activity_task.class.php
(#28) No one-line description found in phpdocs for class backup_datalynx_activity_task
(#73) Phpdocs for function backup_datalynx_activity_task::encode_content_links has incomplete parameters list
(#28) Class backup_datalynx_activity_task does not have @copyright tag
(#28) Class backup_datalynx_activity_task does not have @license tag
mod/datalynx/backup/moodle2/backup_datalynx_stepslib.php
(#34) Function backup_datalynx_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#29) Class backup_datalynx_activity_structure_step does not have @copyright tag
(#29) Class backup_datalynx_activity_structure_step does not have @license tag
(#19) Package mod-datalynx is not valid
mod/datalynx/backup/moodle2/restore_datalynx_activity_task.class.php
(#33) Variable restore_datalynx_activity_task::$ownerid is not documented
(#17) No one-line description found in phpdocs for file
(#27) No one-line description found in phpdocs for class restore_datalynx_activity_task
(#36) There is no description in phpdocs for function get_old_moduleid
(#42) There is no description in phpdocs for function set_ownerid
(#48) There is no description in phpdocs for function get_ownerid
(#54) There is no description in phpdocs for function get_comment_mapping_itemname
(#42) Phpdocs for function restore_datalynx_activity_task::set_ownerid has incomplete parameters list
(#54) Phpdocs for function restore_datalynx_activity_task::get_comment_mapping_itemname has incomplete parameters list
(#27) Class restore_datalynx_activity_task does not have @copyright tag
(#27) Class restore_datalynx_activity_task does not have @license tag
(#19) Package mod-datalynx is not valid
mod/datalynx/backup/moodle2/restore_datalynx_stepslib.php
(#34) Variable restore_datalynx_activity_structure_step::$groupmode is not documented
(#17) No one-line description found in phpdocs for file
(#36) There is no description in phpdocs for function define_structure
(#63) There is no description in phpdocs for function process_datalynx
(#122) There is no description in phpdocs for function process_datalynx_module
(#135) There is no description in phpdocs for function process_datalynx_field
(#171) There is no description in phpdocs for function process_datalynx_filter
(#219) There is no description in phpdocs for function process_datalynx_view
(#264) There is no description in phpdocs for function process_datalynx_rule
(#302) There is no description in phpdocs for function process_datalynx_entry
(#327) There is no description in phpdocs for function process_datalynx_content
(#343) There is no description in phpdocs for function process_datalynx_rating
(#351) There is no description in phpdocs for function process_datalynx_grade
(#359) There is no description in phpdocs for function process_datalynx_behavior
(#374) There is no description in phpdocs for function process_datalynx_renderer
(#389) There is no description in phpdocs for function process_this_rating
(#407) There is no description in phpdocs for function process_datalynx_tag
(#63) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx has incomplete parameters list
(#95) Phpdocs for function restore_datalynx_activity_structure_step::apply_activity_instance has incomplete parameters list
(#122) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_module has incomplete parameters list
(#135) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_field has incomplete parameters list
(#171) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_filter has incomplete parameters list
(#219) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_view has incomplete parameters list
(#264) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_rule has incomplete parameters list
(#302) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_entry has incomplete parameters list
(#327) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_content has incomplete parameters list
(#343) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_rating has incomplete parameters list
(#351) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_grade has incomplete parameters list
(#359) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_behavior has incomplete parameters list
(#374) Phpdocs for function restore_datalynx_activity_structure_step::process_datalynx_renderer has incomplete parameters list
(#389) Phpdocs for function restore_datalynx_activity_structure_step::process_this_rating has incomplete parameters list
(#29) Class restore_datalynx_activity_structure_step does not have @copyright tag
(#29) Class restore_datalynx_activity_structure_step does not have @license tag
(#19) Package mod-datalynx is not valid
mod/datalynx/behavior/behavior.php
(#26) Class datalynx_field_behavior is not documented
(#54) Function datalynx_field_behavior::__construct is not documented
(#72) Function datalynx_field_behavior::from_name is not documented
(#82) Function datalynx_field_behavior::from_id is not documented
(#98) Function datalynx_field_behavior::get_default_behavior is not documented
(#107) Function datalynx_field_behavior::user_is_admin is not documented
(#112) Function datalynx_field_behavior::is_visible_to_user is not documented
(#121) Function datalynx_field_behavior::is_editable_by_user is not documented
(#130) Function datalynx_field_behavior::db_to_form is not documented
(#143) Function datalynx_field_behavior::form_to_db is not documented
(#156) Function datalynx_field_behavior::insert_behavior is not documented
(#162) Function datalynx_field_behavior::get_behavior is not documented
(#168) Function datalynx_field_behavior::duplicate_behavior is not documented
(#180) Function datalynx_field_behavior::update_behavior is not documented
(#187) Function datalynx_field_behavior::delete_behavior is not documented
(#28) Variable datalynx_field_behavior::$id is not documented
(#30) Variable datalynx_field_behavior::$name is not documented
(#32) Variable datalynx_field_behavior::$description is not documented
(#34) Variable datalynx_field_behavior::$dataid is not documented
(#36) Variable datalynx_field_behavior::$visibleto is not documented
(#38) Variable datalynx_field_behavior::$editableby is not documented
(#40) Variable datalynx_field_behavior::$required is not documented
(#92) Variable datalynx_field_behavior::$default is not documented
(#17) No one-line description found in phpdocs for file
(#192) There is no description in phpdocs for function get_id
(#200) There is no description in phpdocs for function get_name
(#208) There is no description in phpdocs for function get_description
(#216) There is no description in phpdocs for function is_required
(#19) Package datalynx_field_behavior is not valid
mod/datalynx/behavior/behavior_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/behavior/behavior_edit_ajax.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/behavior/behavior_form.php
(#40) Function datalynx_field_behavior_form::__construct is not documented
(#45) Function datalynx_field_behavior_form::definition is not documented
(#111) Function datalynx_field_behavior_form::get_data is not documented
(#128) Function datalynx_field_behavior_form::set_data is not documented
(#146) Function datalynx_field_behavior_form::get_permissions_menu_separators is not documented
(#150) Function datalynx_field_behavior_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class datalynx_field_behavior_form
(#30) Class datalynx_field_behavior_form does not have @copyright tag
(#30) Class datalynx_field_behavior_form does not have @license tag
mod/datalynx/behavior/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_behavior is not valid
mod/datalynx/checkboxgroup/checkboxgroup.php
(#29) Class HTML_QuickForm_checkboxgroup is not documented
(#37) Function HTML_QuickForm_checkboxgroup::__construct is not documented
(#55) Function HTML_QuickForm_checkboxgroup::load is not documented
(#61) Function HTML_QuickForm_checkboxgroup::getMultiple is not documented
(#65) Function HTML_QuickForm_checkboxgroup::setName is not documented
(#69) Function HTML_QuickForm_checkboxgroup::getName is not documented
(#73) Function HTML_QuickForm_checkboxgroup::getPrivateName is not documented
(#77) Function HTML_QuickForm_checkboxgroup::setValue is not documented
(#88) Function HTML_QuickForm_checkboxgroup::getValue is not documented
(#92) Function HTML_QuickForm_checkboxgroup::addOption is not documented
(#112) Function HTML_QuickForm_checkboxgroup::loadArray is not documented
(#126) Function HTML_QuickForm_checkboxgroup::toHtml is not documented
(#166) Function HTML_QuickForm_checkboxgroup::getFrozenHtml is not documented
(#201) Function HTML_QuickForm_checkboxgroup::exportValue is not documented
(#230) Function HTML_QuickForm_checkboxgroup::onQuickFormEvent is not documented
(#31) Variable HTML_QuickForm_checkboxgroup::$_options is not documented
(#33) Variable HTML_QuickForm_checkboxgroup::$_separator is not documented
(#35) Variable HTML_QuickForm_checkboxgroup::$_values is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Not recommended phpdocs tag @version used
(#23) Not recommended phpdocs tag @access used
(#29) Package is not specified for class HTML_QuickForm_checkboxgroup. It is also not specified in file-level phpdocs
mod/datalynx/classes/customfilter.php
(#34) Variable mod_datalynx_customfilter::$id is not documented
(#36) Variable mod_datalynx_customfilter::$dataid is not documented
(#38) Variable mod_datalynx_customfilter::$name is not documented
(#40) Variable mod_datalynx_customfilter::$description is not documented
(#42) Variable mod_datalynx_customfilter::$visible is not documented
(#44) Variable mod_datalynx_customfilter::$fulltextsearch is not documented
(#46) Variable mod_datalynx_customfilter::$timecreated is not documented
(#48) Variable mod_datalynx_customfilter::$timemodified is not documented
(#50) Variable mod_datalynx_customfilter::$approve is not documented
(#52) Variable mod_datalynx_customfilter::$status is not documented
(#54) Variable mod_datalynx_customfilter::$fieldlist is not documented
(#73) There is no description in phpdocs for function get_filter_obj
(#56) Phpdocs for function mod_datalynx_customfilter::__construct has incomplete parameters list
(#29) Class mod_datalynx_customfilter does not have @copyright tag
(#29) Class mod_datalynx_customfilter does not have @license tag
(#21) Package mod is not valid
mod/datalynx/classes/customfilter_backend_form.php
(#17) File-level phpdocs block is not found
(#132) Function mod_datalynx_customfilter_backend_form::_getpossiblecustomfilterfields is not documented
(#147) Function mod_datalynx_customfilter_backend_form::_getcustomfilter is not documented
(#155) Function mod_datalynx_customfilter_backend_form::get_data is not documented
(#19) No one-line description found in phpdocs for class mod_datalynx_customfilter_backend_form
(#31) There is no description in phpdocs for function definition
(#173) There is no description in phpdocs for function html
(#24) Package mod is not valid
mod/datalynx/classes/customfilter_base_form.php
(#49) Function mod_datalynx_customfilter_base_form::__construct is not documented
(#38) Variable mod_datalynx_customfilter_base_form::$_customfilter is not documented
(#34) No one-line description found in phpdocs for class mod_datalynx_customfilter_base_form
(#34) Class mod_datalynx_customfilter_base_form does not have @copyright tag
(#34) Class mod_datalynx_customfilter_base_form does not have @license tag
(#21) Package mod is not valid
mod/datalynx/classes/customfilter_manager.php
(#582) Function mod_datalynx_customfilter_manager::get_filter_options_from_userpreferences is not documented
(#42) Variable mod_datalynx_customfilter_manager::$_df is not documented
(#44) Variable mod_datalynx_customfilter_manager::$_customfilters is not documented
(#34) Constant mod_datalynx_customfilter_manager::USER_FILTER_MAX_NUM is not documented
(#36) Constant mod_datalynx_customfilter_manager::BLANK_FILTER is not documented
(#38) Constant mod_datalynx_customfilter_manager::USER_FILTER_SET is not documented
(#40) Constant mod_datalynx_customfilter_manager::USER_FILTER_ID_START is not documented
(#54) There is no description in phpdocs for function get_filter_from_id
(#109) There is no description in phpdocs for function get_filter_from_url
(#129) There is no description in phpdocs for function get_filters
(#167) There is no description in phpdocs for function process_filters
(#317) There is no description in phpdocs for function get_customfilter_backend_form
(#328) There is no description in phpdocs for function display_filter_form
(#342) There is no description in phpdocs for function get_filter_from_form
(#360) There is no description in phpdocs for function print_filter_list
(#435) There is no description in phpdocs for function print_add_filter
(#449) There is no description in phpdocs for function get_user_filters_menu
(#465) There is no description in phpdocs for function set_user_filter
(#516) There is no description in phpdocs for function get_filter_options_from_url
(#46) Phpdocs for function mod_datalynx_customfilter_manager::__construct has incomplete parameters list
(#54) Phpdocs for function mod_datalynx_customfilter_manager::get_filter_from_id has incomplete parameters list
(#109) Phpdocs for function mod_datalynx_customfilter_manager::get_filter_from_url has incomplete parameters list
(#129) Phpdocs for function mod_datalynx_customfilter_manager::get_filters has incomplete parameters list
(#167) Phpdocs for function mod_datalynx_customfilter_manager::process_filters has incomplete parameters list
(#317) Phpdocs for function mod_datalynx_customfilter_manager::get_customfilter_backend_form has incomplete parameters list
(#328) Phpdocs for function mod_datalynx_customfilter_manager::display_filter_form has incomplete parameters list
(#342) Phpdocs for function mod_datalynx_customfilter_manager::get_filter_from_form has incomplete parameters list
(#449) Phpdocs for function mod_datalynx_customfilter_manager::get_user_filters_menu has incomplete parameters list
(#465) Phpdocs for function mod_datalynx_customfilter_manager::set_user_filter has incomplete parameters list
(#516) Phpdocs for function mod_datalynx_customfilter_manager::get_filter_options_from_url has incomplete parameters list
(#29) Class mod_datalynx_customfilter_manager does not have @copyright tag
(#29) Class mod_datalynx_customfilter_manager does not have @license tag
(#21) Package mod is not valid
mod/datalynx/classes/event/course_module_instance_list_viewed.php
(#26) Class course_module_instance_list_viewed is not documented
(#17) No one-line description found in phpdocs for file
(#26) Package is not specified for class course_module_instance_list_viewed. It is also not specified in file-level phpdocs
mod/datalynx/classes/event/course_module_viewed.php
(#26) Class course_module_viewed is not documented
(#28) Function course_module_viewed::init is not documented
(#17) No one-line description found in phpdocs for file
(#26) Package is not specified for class course_module_viewed. It is also not specified in file-level phpdocs
mod/datalynx/classes/event/css_saved.php
(#28) No one-line description found in phpdocs for class css_saved
mod/datalynx/classes/event/field_created.php
(#28) No one-line description found in phpdocs for class field_created
mod/datalynx/classes/event/field_deleted.php
(#28) No one-line description found in phpdocs for class field_deleted
mod/datalynx/classes/event/field_updated.php
(#28) No one-line description found in phpdocs for class field_updated
mod/datalynx/classes/event/filter_created.php
(#28) No one-line description found in phpdocs for class filter_created
mod/datalynx/classes/event/filter_deleted.php
(#28) No one-line description found in phpdocs for class filter_deleted
mod/datalynx/classes/event/filter_updated.php
(#28) No one-line description found in phpdocs for class filter_updated
mod/datalynx/classes/event/js_saved.php
(#28) No one-line description found in phpdocs for class js_saved
mod/datalynx/classes/event/rule_created.php
(#28) No one-line description found in phpdocs for class rule_created
mod/datalynx/classes/event/rule_deleted.php
(#28) No one-line description found in phpdocs for class rule_deleted
mod/datalynx/classes/event/rule_updated.php
(#28) No one-line description found in phpdocs for class rule_updated
mod/datalynx/classes/event/view_created.php
(#28) No one-line description found in phpdocs for class view_created
mod/datalynx/classes/event/view_deleted.php
(#28) No one-line description found in phpdocs for class view_deleted
mod/datalynx/classes/event/view_updated.php
(#28) No one-line description found in phpdocs for class view_updated
mod/datalynx/classes/plugininfo/datalynxfield.php
(#28) Class datalynxfield is not documented
mod/datalynx/classes/plugininfo/datalynxrule.php
(#28) Class datalynxrule is not documented
mod/datalynx/classes/plugininfo/datalynxtool.php
(#28) Class datalynxtool is not documented
mod/datalynx/classes/plugininfo/datalynxview.php
(#28) Class datalynxview is not documented
mod/datalynx/classes/privacy/provider.php
(#39) Class provider is not documented
(#20) Package datalynx is not valid
mod/datalynx/css.php
(#45) Class mod_datalynx_css_form is not documented
(#47) Function mod_datalynx_css_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/customfilter/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/db/access.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod-datalynx is not valid
mod/datalynx/db/caches.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx is not valid
mod/datalynx/db/log.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod-datalynx is not valid
mod/datalynx/db/subplugins.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/db/upgrade.php
(#46) Function xmldb_datalynx_upgrade is not documented
(#962) Function mod_datalynx_replace_field_rules is not documented
(#1036) Function mod_datalynx_replace_field_labels is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package mod-datalynx is not valid
mod/datalynx/embed.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/entries_class.php
(#50) Variable datalynx_entries::$_entries is not documented
(#52) Variable datalynx_entries::$_entriestotalcount is not documented
(#54) Variable datalynx_entries::$_entriesfiltercount is not documented
(#30) Constant datalynx_entries::SELECT_FIRST_PAGE is not documented
(#32) Constant datalynx_entries::SELECT_LAST_PAGE is not documented
(#34) Constant datalynx_entries::SELECT_NEXT_PAGE is not documented
(#36) Constant datalynx_entries::SELECT_RANDOM_PAGE is not documented
(#17) No one-line description found in phpdocs for file
(#26) No one-line description found in phpdocs for class datalynx_entries
(#56) Phpdocs for function datalynx_entries::__construct has incomplete parameters list
(#474) Phpdocs for function datalynx_entries::process_entries has incomplete parameters list
(#26) Class datalynx_entries does not have @copyright tag
(#26) Class datalynx_entries does not have @license tag
(#19) Package mod is not valid
mod/datalynx/field/_approve/ajax.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_approve/field_class.php
(#28) Class datalynxfield__approve is not documented
(#30) Variable datalynxfield__approve::$type is not documented
(#32) Constant datalynxfield__approve::_APPROVED is not documented
(#17) No one-line description found in phpdocs for file
(#34) There is no description in phpdocs for function get_field_objects
(#46) There is no description in phpdocs for function is_internal
(#52) There is no description in phpdocs for function get_internalname
(#58) There is no description in phpdocs for function get_sort_sql
(#64) There is no description in phpdocs for function get_search_sql
(#71) There is no description in phpdocs for function parse_search
(#34) Phpdocs for function datalynxfield__approve::get_field_objects has incomplete parameters list
(#64) Phpdocs for function datalynxfield__approve::get_search_sql has incomplete parameters list
(#71) Phpdocs for function datalynxfield__approve::parse_search has incomplete parameters list
(#82) Phpdocs for function datalynxfield__approve::get_distinct_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/_approve/lang/en/datalynxfield__approve.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_approve/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield__approve_renderer
(#32) There is no description in phpdocs for function replacements
(#57) There is no description in phpdocs for function render_search_mode
(#74) There is no description in phpdocs for function display_edit
(#92) There is no description in phpdocs for function display_browse
(#32) Phpdocs for function datalynxfield__approve_renderer::replacements has incomplete parameters list
(#57) Phpdocs for function datalynxfield__approve_renderer::render_search_mode has incomplete parameters list
(#74) Phpdocs for function datalynxfield__approve_renderer::display_edit has incomplete parameters list
(#92) Phpdocs for function datalynxfield__approve_renderer::display_browse has incomplete parameters list
(#28) Class datalynxfield__approve_renderer does not have @copyright tag
(#28) Class datalynxfield__approve_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_approve/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_comment/field_class.php
(#28) Class datalynxfield__comment is not documented
(#30) Variable datalynxfield__comment::$type is not documented
(#32) Constant datalynxfield__comment::_COMMENT is not documented
(#17) No one-line description found in phpdocs for file
(#34) There is no description in phpdocs for function is_internal
(#40) There is no description in phpdocs for function get_field_objects
(#59) There is no description in phpdocs for function permissions
(#73) There is no description in phpdocs for function validation
(#40) Phpdocs for function datalynxfield__comment::get_field_objects has incomplete parameters list
(#59) Phpdocs for function datalynxfield__comment::permissions has incomplete parameters list
(#73) Phpdocs for function datalynxfield__comment::validation has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/_comment/lang/en/datalynxfield__comment.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_comment/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield__comment_renderer
(#32) There is no description in phpdocs for function replacements
(#68) There is no description in phpdocs for function display_browse
(#32) Phpdocs for function datalynxfield__comment_renderer::replacements has incomplete parameters list
(#68) Phpdocs for function datalynxfield__comment_renderer::display_browse has incomplete parameters list
(#28) Class datalynxfield__comment_renderer does not have @copyright tag
(#28) Class datalynxfield__comment_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_comment/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_entry/field_class.php
(#28) Class datalynxfield__entry is not documented
(#30) Variable datalynxfield__entry::$type is not documented
(#32) Constant datalynxfield__entry::_ENTRY is not documented
(#17) No one-line description found in phpdocs for file
(#34) There is no description in phpdocs for function is_internal
(#40) There is no description in phpdocs for function get_field_objects
(#40) Phpdocs for function datalynxfield__entry::get_field_objects has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/_entry/lang/en/datalynxfield__entry.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_entry/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield__entry_renderer
(#32) There is no description in phpdocs for function replacements
(#86) There is no description in phpdocs for function display_more
(#106) There is no description in phpdocs for function display_edit
(#123) There is no description in phpdocs for function display_duplicate
(#139) There is no description in phpdocs for function display_delete
(#152) There is no description in phpdocs for function display_export
(#32) Phpdocs for function datalynxfield__entry_renderer::replacements has incomplete parameters list
(#86) Phpdocs for function datalynxfield__entry_renderer::display_more has incomplete parameters list
(#106) Phpdocs for function datalynxfield__entry_renderer::display_edit has incomplete parameters list
(#123) Phpdocs for function datalynxfield__entry_renderer::display_duplicate has incomplete parameters list
(#139) Phpdocs for function datalynxfield__entry_renderer::display_delete has incomplete parameters list
(#152) Phpdocs for function datalynxfield__entry_renderer::display_export has incomplete parameters list
(#28) Class datalynxfield__entry_renderer does not have @copyright tag
(#28) Class datalynxfield__entry_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_entry/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_rating/field_class.php
(#28) Class datalynxfield__rating is not documented
(#54) Function datalynxfield__rating::is_internal is not documented
(#58) Function datalynxfield__rating::is_joined is not documented
(#62) Function datalynxfield__rating::get_field_objects is not documented
(#93) Function datalynxfield__rating::get_select_sql is not documented
(#99) Function datalynxfield__rating::get_sql_compare_text is not documented
(#103) Function datalynxfield__rating::get_sort_sql is not documented
(#116) Function datalynxfield__rating::get_join_sql is not documented
(#30) Variable datalynxfield__rating::$type is not documented
(#32) Constant datalynxfield__rating::AGGREGATE_AVG is not documented
(#34) Constant datalynxfield__rating::AGGREGATE_COUNT is not documented
(#36) Constant datalynxfield__rating::AGGREGATE_MAX is not documented
(#38) Constant datalynxfield__rating::AGGREGATE_MIN is not documented
(#40) Constant datalynxfield__rating::AGGREGATE_SUM is not documented
(#42) Constant datalynxfield__rating::_RATING is not documented
(#44) Constant datalynxfield__rating::_RATINGAVG is not documented
(#46) Constant datalynxfield__rating::_RATINGCOUNT is not documented
(#48) Constant datalynxfield__rating::_RATINGMAX is not documented
(#50) Constant datalynxfield__rating::_RATINGMIN is not documented
(#52) Constant datalynxfield__rating::_RATINGSUM is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_rating/lang/en/datalynxfield__rating.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_rating/lib.php
(#33) Class datalynx_rating is not documented
(#17) No one-line description found in phpdocs for file
(#57) No one-line description found in phpdocs for class datalynx_rating_manager
(#135) There is no description in phpdocs for function get_sql_aggregate
(#203) There is no description in phpdocs for function get_sql_all
(#247) There is no description in phpdocs for function get_rating_settings_object
(#255) There is no description in phpdocs for function get_rating_object
(#35) Phpdocs for function datalynx_rating::get_aggregate_value has incomplete parameters list
(#135) Phpdocs for function datalynx_rating_manager::get_sql_aggregate has incomplete parameters list
(#203) Phpdocs for function datalynx_rating_manager::get_sql_all has incomplete parameters list
(#247) Phpdocs for function datalynx_rating_manager::get_rating_settings_object has incomplete parameters list
(#255) Phpdocs for function datalynx_rating_manager::get_rating_object has incomplete parameters list
(#57) Class datalynx_rating_manager does not have @copyright tag
(#57) Class datalynx_rating_manager does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_rating/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield__rating_renderer
(#32) There is no description in phpdocs for function replacements
(#176) There is no description in phpdocs for function get_aggregations
(#190) There is no description in phpdocs for function display_view
(#217) There is no description in phpdocs for function display_view_inline
(#268) There is no description in phpdocs for function display_bar
(#284) There is no description in phpdocs for function display_star
(#316) There is no description in phpdocs for function render_rating
(#32) Phpdocs for function datalynxfield__rating_renderer::replacements has incomplete parameters list
(#176) Phpdocs for function datalynxfield__rating_renderer::get_aggregations has incomplete parameters list
(#190) Phpdocs for function datalynxfield__rating_renderer::display_view has incomplete parameters list
(#217) Phpdocs for function datalynxfield__rating_renderer::display_view_inline has incomplete parameters list
(#268) Phpdocs for function datalynxfield__rating_renderer::display_bar has incomplete parameters list
(#284) Phpdocs for function datalynxfield__rating_renderer::display_star has incomplete parameters list
(#316) Phpdocs for function datalynxfield__rating_renderer::render_rating has incomplete parameters list
(#28) Class datalynxfield__rating_renderer does not have @copyright tag
(#28) Class datalynxfield__rating_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_rating/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_status/field_class.php
(#28) Class datalynxfield__status is not documented
(#63) Function datalynxfield__status::is_editable is not documented
(#79) Function datalynxfield__status::get_search_sql is not documented
(#30) Variable datalynxfield__status::$type is not documented
(#32) Constant datalynxfield__status::_STATUS is not documented
(#34) Constant datalynxfield__status::STATUS_NOT_SET is not documented
(#36) Constant datalynxfield__status::STATUS_DRAFT is not documented
(#38) Constant datalynxfield__status::STATUS_FINAL_SUBMISSION is not documented
(#40) Constant datalynxfield__status::STATUS_SUBMISSION is not documented
(#17) No one-line description found in phpdocs for file
(#42) There is no description in phpdocs for function get_field_objects
(#67) There is no description in phpdocs for function get_internalname
(#73) There is no description in phpdocs for function get_sort_sql
(#89) There is no description in phpdocs for function parse_search
(#100) There is no description in phpdocs for function get_supported_search_operators
(#42) Phpdocs for function datalynxfield__status::get_field_objects has incomplete parameters list
(#89) Phpdocs for function datalynxfield__status::parse_search has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/_status/lang/en/datalynxfield__status.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_status/renderer.php
(#17) No one-line description found in phpdocs for file
(#134) There is no description in phpdocs for function render_search_mode
(#96) Phpdocs for function datalynxfield__status_renderer::menu_status has incomplete parameters list
(#28) Class datalynxfield__status_renderer does not have @copyright tag
(#28) Class datalynxfield__status_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_status/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_time/field_class.php
(#28) Class datalynxfield__time is not documented
(#179) Function datalynxfield__time::get_supported_search_operators is not documented
(#30) Variable datalynxfield__time::$type is not documented
(#32) Constant datalynxfield__time::_TIMECREATED is not documented
(#34) Constant datalynxfield__time::_TIMEMODIFIED is not documented
(#17) No one-line description found in phpdocs for file
(#36) There is no description in phpdocs for function is_internal
(#42) There is no description in phpdocs for function get_field_objects
(#58) There is no description in phpdocs for function get_internalname
(#64) There is no description in phpdocs for function parse_search
(#84) There is no description in phpdocs for function get_search_sql
(#120) There is no description in phpdocs for function get_sql_compare_text
(#128) There is no description in phpdocs for function get_sort_sql
(#161) There is no description in phpdocs for function format_search_value
(#42) Phpdocs for function datalynxfield__time::get_field_objects has incomplete parameters list
(#64) Phpdocs for function datalynxfield__time::parse_search has incomplete parameters list
(#84) Phpdocs for function datalynxfield__time::get_search_sql has incomplete parameters list
(#120) Phpdocs for function datalynxfield__time::get_sql_compare_text has incomplete parameters list
(#134) Phpdocs for function datalynxfield__time::get_distinct_content has incomplete parameters list
(#161) Phpdocs for function datalynxfield__time::format_search_value has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/_time/lang/en/datalynxfield__time.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/_time/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield__time_renderer
(#32) There is no description in phpdocs for function replacements
(#85) There is no description in phpdocs for function render_search_mode
(#32) Phpdocs for function datalynxfield__time_renderer::replacements has incomplete parameters list
(#85) Phpdocs for function datalynxfield__time_renderer::render_search_mode has incomplete parameters list
(#28) Class datalynxfield__time_renderer does not have @copyright tag
(#28) Class datalynxfield__time_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/_time/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/checkbox/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/checkbox/field_class.php
(#28) Class datalynxfield_checkbox is not documented
(#30) Variable datalynxfield_checkbox::$type is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/checkbox/field_form.php
(#28) Class datalynxfield_checkbox_form is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/checkbox/lang/en/datalynxfield_checkbox.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/checkbox/renderer.php
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function datalynxfield_checkbox_renderer::render_edit_mode has incomplete parameters list
(#28) Class datalynxfield_checkbox_renderer does not have @copyright tag
(#28) Class datalynxfield_checkbox_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/checkbox/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/field_class.php
(#28) Class datalynxfield_coursegroup is not documented
(#38) Function datalynxfield_coursegroup::__construct is not documented
(#30) Variable datalynxfield_coursegroup::$type is not documented
(#32) Variable datalynxfield_coursegroup::$course is not documented
(#34) Variable datalynxfield_coursegroup::$group is not documented
(#36) Variable datalynxfield_coursegroup::$_comparetext is not documented
(#17) No one-line description found in phpdocs for file
(#46) There is no description in phpdocs for function content_names
(#52) There is no description in phpdocs for function format_content
(#108) There is no description in phpdocs for function parse_search
(#131) There is no description in phpdocs for function get_content_parts
(#144) There is no description in phpdocs for function get_search_sql
(#197) There is no description in phpdocs for function get_sql_compare_text
(#206) There is no description in phpdocs for function format_search_value
(#222) There is no description in phpdocs for function prepare_import_content
(#52) Phpdocs for function datalynxfield_coursegroup::format_content has incomplete parameters list
(#108) Phpdocs for function datalynxfield_coursegroup::parse_search has incomplete parameters list
(#144) Phpdocs for function datalynxfield_coursegroup::get_search_sql has incomplete parameters list
(#197) Phpdocs for function datalynxfield_coursegroup::get_sql_compare_text has incomplete parameters list
(#206) Phpdocs for function datalynxfield_coursegroup::format_search_value has incomplete parameters list
(#222) Phpdocs for function datalynxfield_coursegroup::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/field_form.php
(#28) Class datalynxfield_coursegroup_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/lang/en/datalynxfield_coursegroup.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/loadgroups.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_coursegroup_renderer
(#32) There is no description in phpdocs for function replacements
(#59) There is no description in phpdocs for function display_edit
(#132) There is no description in phpdocs for function display_browse
(#32) Phpdocs for function datalynxfield_coursegroup_renderer::replacements has incomplete parameters list
(#59) Phpdocs for function datalynxfield_coursegroup_renderer::display_edit has incomplete parameters list
(#132) Phpdocs for function datalynxfield_coursegroup_renderer::display_browse has incomplete parameters list
(#191) Phpdocs for function datalynxfield_coursegroup_renderer::render_search_mode has incomplete parameters list
(#28) Class datalynxfield_coursegroup_renderer does not have @copyright tag
(#28) Class datalynxfield_coursegroup_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/coursegroup/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/field_class.php
(#28) Class datalynxfield_datalynxview is not documented
(#42) Function datalynxfield_datalynxview::__construct is not documented
(#67) Function datalynxfield_datalynxview::is_editable is not documented
(#30) Variable datalynxfield_datalynxview::$type is not documented
(#32) Variable datalynxfield_datalynxview::$refdatalynx is not documented
(#34) Variable datalynxfield_datalynxview::$refview is not documented
(#36) Variable datalynxfield_datalynxview::$reffilterid is not documented
(#38) Variable datalynxfield_datalynxview::$localview is not documented
(#40) Variable datalynxfield_datalynxview::$css is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/field_form.php
(#28) Class datalynxfield_datalynxview_form is not documented
(#17) No one-line description found in phpdocs for file
(#122) There is no description in phpdocs for function definition_after_data
(#152) There is no description in phpdocs for function data_preprocessing
(#160) There is no description in phpdocs for function set_data
(#167) There is no description in phpdocs for function get_data
(#181) There is no description in phpdocs for function validation
(#152) Phpdocs for function datalynxfield_datalynxview_form::data_preprocessing has incomplete parameters list
(#160) Phpdocs for function datalynxfield_datalynxview_form::set_data has incomplete parameters list
(#167) Phpdocs for function datalynxfield_datalynxview_form::get_data has incomplete parameters list
(#181) Phpdocs for function datalynxfield_datalynxview_form::validation has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/lang/de/datalynxfield_datalynxview.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/lang/en/datalynxfield_datalynxview.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/renderer.php
(#42) Function datalynxfield_datalynxview_renderer::render_display_mode is not documented
(#17) No one-line description found in phpdocs for file
(#31) No one-line description found in phpdocs for class datalynxfield_datalynxview_renderer
(#181) There is no description in phpdocs for function get_sort_options
(#206) There is no description in phpdocs for function get_search_options
(#53) Phpdocs for function datalynxfield_datalynxview_renderer::display_browse has incomplete parameters list
(#75) Phpdocs for function datalynxfield_datalynxview_renderer::get_view_display_content has incomplete parameters list
(#116) Phpdocs for function datalynxfield_datalynxview_renderer::get_filter_by_options has incomplete parameters list
(#280) Phpdocs for function datalynxfield_datalynxview_renderer::render_edit_mode has incomplete parameters list
(#317) Phpdocs for function datalynxfield_datalynxview_renderer::validate has incomplete parameters list
(#31) Class datalynxfield_datalynxview_renderer does not have @copyright tag
(#31) Class datalynxfield_datalynxview_renderer does not have @license tag
(#40) Invalid phpdocs tag @returns used
(#80) Invalid phpdocs tag @returns used
(#19) Package datalynxfield is not valid
mod/datalynx/field/datalynxview/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/duration/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/duration/field_class.php
(#29) Class datalynxfield_duration is not documented
(#82) Function datalynxfield_duration::get_sql_compare_text is not documented
(#87) Function datalynxfield_duration::format_content is not documented
(#227) Function datalynxfield_duration::get_supported_search_operators is not documented
(#31) Variable datalynxfield_duration::$type is not documented
(#33) Variable datalynxfield_duration::$width is not documented
(#35) Variable datalynxfield_duration::$widthunit is not documented
(#37) Variable datalynxfield_duration::$_units is not documented
(#17) No one-line description found in phpdocs for file
(#39) There is no description in phpdocs for function __construct
(#110) There is no description in phpdocs for function parse_search
(#141) There is no description in phpdocs for function prepare_import_content
(#153) There is no description in phpdocs for function get_search_sql
(#213) There is no description in phpdocs for function format_search_value
(#39) Phpdocs for function datalynxfield_duration::__construct has incomplete parameters list
(#110) Phpdocs for function datalynxfield_duration::parse_search has incomplete parameters list
(#141) Phpdocs for function datalynxfield_duration::prepare_import_content has incomplete parameters list
(#153) Phpdocs for function datalynxfield_duration::get_search_sql has incomplete parameters list
(#213) Phpdocs for function datalynxfield_duration::format_search_value has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/duration/field_form.php
(#28) Class datalynxfield_duration_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/duration/lang/en/datalynxfield_duration.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/duration/renderer.php
(#32) Function datalynxfield_duration_renderer::render_edit_mode is not documented
(#58) Function datalynxfield_duration_renderer::render_display_mode is not documented
(#100) Function datalynxfield_duration_renderer::render_search_mode is not documented
(#125) Function datalynxfield_duration_renderer::patterns is not documented
(#138) Function datalynxfield_duration_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_duration_renderer
(#28) Class datalynxfield_duration_renderer does not have @copyright tag
(#28) Class datalynxfield_duration_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/duration/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/editor/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/editor/field_class.php
(#30) Class datalynxfield_editor is not documented
(#36) Function datalynxfield_editor::__construct is not documented
(#145) Function datalynxfield_editor::get_supported_search_operators is not documented
(#32) Variable datalynxfield_editor::$type is not documented
(#34) Variable datalynxfield_editor::$editoroptions is not documented
(#17) No one-line description found in phpdocs for file
(#64) There is no description in phpdocs for function is_editor
(#70) There is no description in phpdocs for function editor_options
(#123) There is no description in phpdocs for function prepare_import_content
(#76) Phpdocs for function datalynxfield_editor::update_content has incomplete parameters list
(#123) Phpdocs for function datalynxfield_editor::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/editor/field_form.php
(#28) Class datalynxfield_editor_form is not documented
(#30) Function datalynxfield_editor_form::field_definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/editor/lang/en/datalynxfield_editor.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/editor/renderer.php
(#63) Function datalynxfield_editor_renderer::render_display_mode is not documented
(#80) Function datalynxfield_editor_renderer::render_search_mode is not documented
(#93) Function datalynxfield_editor_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function datalynxfield_editor_renderer::render_edit_mode has incomplete parameters list
(#28) Class datalynxfield_editor_renderer does not have @copyright tag
(#28) Class datalynxfield_editor_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/editor/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/entryauthor/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/entryauthor/field_class.php
(#28) Class datalynxfield_entryauthor is not documented
(#50) Function datalynxfield_entryauthor::supports_group_by is not documented
(#155) Function datalynxfield_entryauthor::parse_search is not documented
(#208) Function datalynxfield_entryauthor::get_supported_search_operators is not documented
(#30) Variable datalynxfield_entryauthor::$type is not documented
(#32) Constant datalynxfield_entryauthor::_USERID is not documented
(#34) Constant datalynxfield_entryauthor::_USERNAME is not documented
(#36) Constant datalynxfield_entryauthor::_USERFIRSTNAME is not documented
(#38) Constant datalynxfield_entryauthor::_USERLASTNAME is not documented
(#40) Constant datalynxfield_entryauthor::_USERUSERNAME is not documented
(#42) Constant datalynxfield_entryauthor::_USERIDNUMBER is not documented
(#44) Constant datalynxfield_entryauthor::_USERPICTURE is not documented
(#46) Constant datalynxfield_entryauthor::_USEREMAIL is not documented
(#48) Constant datalynxfield_entryauthor::_USERINSTITUTION is not documented
(#17) No one-line description found in phpdocs for file
(#54) There is no description in phpdocs for function is_internal
(#60) There is no description in phpdocs for function get_field_objects
(#112) There is no description in phpdocs for function get_sql_compare_text
(#120) There is no description in phpdocs for function get_sort_sql
(#135) There is no description in phpdocs for function get_search_sql
(#60) Phpdocs for function datalynxfield_entryauthor::get_field_objects has incomplete parameters list
(#112) Phpdocs for function datalynxfield_entryauthor::get_sql_compare_text has incomplete parameters list
(#135) Phpdocs for function datalynxfield_entryauthor::get_search_sql has incomplete parameters list
(#176) Phpdocs for function datalynxfield_entryauthor::get_distinct_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/entryauthor/lang/en/datalynxfield_entryauthor.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/entryauthor/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_entryauthor_renderer
(#32) There is no description in phpdocs for function replacements
(#77) There is no description in phpdocs for function display_edit
(#116) There is no description in phpdocs for function display_name
(#133) There is no description in phpdocs for function display_firstname
(#145) There is no description in phpdocs for function display_lastname
(#157) There is no description in phpdocs for function display_username
(#169) There is no description in phpdocs for function display_id
(#181) There is no description in phpdocs for function display_idnumber
(#193) There is no description in phpdocs for function display_picture
(#218) There is no description in phpdocs for function display_email
(#230) There is no description in phpdocs for function display_institution
(#32) Phpdocs for function datalynxfield_entryauthor_renderer::replacements has incomplete parameters list
(#77) Phpdocs for function datalynxfield_entryauthor_renderer::display_edit has incomplete parameters list
(#116) Phpdocs for function datalynxfield_entryauthor_renderer::display_name has incomplete parameters list
(#133) Phpdocs for function datalynxfield_entryauthor_renderer::display_firstname has incomplete parameters list
(#145) Phpdocs for function datalynxfield_entryauthor_renderer::display_lastname has incomplete parameters list
(#157) Phpdocs for function datalynxfield_entryauthor_renderer::display_username has incomplete parameters list
(#169) Phpdocs for function datalynxfield_entryauthor_renderer::display_id has incomplete parameters list
(#181) Phpdocs for function datalynxfield_entryauthor_renderer::display_idnumber has incomplete parameters list
(#193) Phpdocs for function datalynxfield_entryauthor_renderer::display_picture has incomplete parameters list
(#218) Phpdocs for function datalynxfield_entryauthor_renderer::display_email has incomplete parameters list
(#230) Phpdocs for function datalynxfield_entryauthor_renderer::display_institution has incomplete parameters list
(#28) Class datalynxfield_entryauthor_renderer does not have @copyright tag
(#28) Class datalynxfield_entryauthor_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/entryauthor/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/entrygroup/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/entrygroup/field_class.php
(#28) Class datalynxfield_entrygroup is not documented
(#30) Variable datalynxfield_entrygroup::$type is not documented
(#32) Constant datalynxfield_entrygroup::_GROUP is not documented
(#17) No one-line description found in phpdocs for file
(#34) There is no description in phpdocs for function is_internal
(#40) There is no description in phpdocs for function get_field_objects
(#52) There is no description in phpdocs for function get_internalname
(#40) Phpdocs for function datalynxfield_entrygroup::get_field_objects has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/entrygroup/lang/en/datalynxfield_entrygroup.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/entrygroup/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_entrygroup_renderer
(#32) There is no description in phpdocs for function replacements
(#98) There is no description in phpdocs for function display_edit
(#32) Phpdocs for function datalynxfield_entrygroup_renderer::replacements has incomplete parameters list
(#98) Phpdocs for function datalynxfield_entrygroup_renderer::display_edit has incomplete parameters list
(#28) Class datalynxfield_entrygroup_renderer does not have @copyright tag
(#28) Class datalynxfield_entrygroup_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/entrygroup/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/field_class.php
(#702) Function datalynxfield_no_content::update_content is not documented
(#706) Function datalynxfield_no_content::delete_content is not documented
(#710) Function datalynxfield_no_content::get_distinct_content is not documented
(#714) Function datalynxfield_no_content::get_select_sql is not documented
(#718) Function datalynxfield_no_content::get_sort_sql is not documented
(#722) Function datalynxfield_no_content::is_datalynx_content is not documented
(#726) Function datalynxfield_no_content::filearea is not documented
(#995) Function datalynxfield_option_multiple::get_search_sql is not documented
(#1126) Function datalynxfield_option_multiple::get_supported_search_operators is not documented
(#40) Variable datalynxfield_base::$type is not documented
(#42) Variable datalynxfield_base::$df is not documented
(#44) Variable datalynxfield_base::$field is not documented
(#46) Variable datalynxfield_base::$_renderer is not documented
(#48) Variable datalynxfield_base::$_distinctvalues is not documented
(#249) Variable datalynxfield_base::$defaultoptions is not documented
(#737) Variable datalynxfield_option::$_options is not documented
(#34) Constant datalynxfield_base::VISIBLE_NONE is not documented
(#36) Constant datalynxfield_base::VISIBLE_OWNER is not documented
(#38) Constant datalynxfield_base::VISIBLE_ALL is not documented
(#17) No one-line description found in phpdocs for file
(#731) No one-line description found in phpdocs for class datalynxfield_option
(#205) There is no description in phpdocs for function df
(#211) There is no description in phpdocs for function get_form
(#228) There is no description in phpdocs for function to_form
(#234) There is no description in phpdocs for function renderer
(#254) There is no description in phpdocs for function get_definitions
(#266) There is no description in phpdocs for function is_internal
(#272) There is no description in phpdocs for function update_content
(#366) There is no description in phpdocs for function prepare_import_content
(#478) There is no description in phpdocs for function get_select_sql
(#494) There is no description in phpdocs for function get_sort_from_sql
(#507) There is no description in phpdocs for function get_sort_sql
(#513) There is no description in phpdocs for function get_search_from_sql
(#524) There is no description in phpdocs for function get_search_sql
(#598) There is no description in phpdocs for function get_entry_ids_for_content
(#608) There is no description in phpdocs for function parse_search
(#619) There is no description in phpdocs for function format_search_value
(#626) There is no description in phpdocs for function get_search_value
(#632) There is no description in phpdocs for function get_sql_compare_text
(#759) There is no description in phpdocs for function options_menu
(#782) There is no description in phpdocs for function update_options
(#87) Phpdocs for function datalynxfield_base::set_field has incomplete parameters list
(#106) Phpdocs for function datalynxfield_base::insert_field has incomplete parameters list
(#124) Phpdocs for function datalynxfield_base::update_field has incomplete parameters list
(#157) Phpdocs for function datalynxfield_base::get has incomplete parameters list
(#254) Phpdocs for function datalynxfield_base::get_definitions has incomplete parameters list
(#272) Phpdocs for function datalynxfield_base::update_content has incomplete parameters list
(#312) Phpdocs for function datalynxfield_base::delete_content has incomplete parameters list
(#337) Phpdocs for function datalynxfield_base::get_distinct_content has incomplete parameters list
(#366) Phpdocs for function datalynxfield_base::prepare_import_content has incomplete parameters list
(#426) Phpdocs for function datalynxfield_base::format_content has incomplete parameters list
(#494) Phpdocs for function datalynxfield_base::get_sort_from_sql has incomplete parameters list
(#526) Phpdocs for function datalynxfield_base::get_search_sql has incomplete parameters list
(#598) Phpdocs for function datalynxfield_base::get_entry_ids_for_content has incomplete parameters list
(#608) Phpdocs for function datalynxfield_base::parse_search has incomplete parameters list
(#619) Phpdocs for function datalynxfield_base::format_search_value has incomplete parameters list
(#626) Phpdocs for function datalynxfield_base::get_search_value has incomplete parameters list
(#632) Phpdocs for function datalynxfield_base::get_sql_compare_text has incomplete parameters list
(#761) Phpdocs for function datalynxfield_option::options_menu has incomplete parameters list
(#789) Phpdocs for function datalynxfield_option::set_field has incomplete parameters list
(#873) Phpdocs for function datalynxfield_option::format_search_value has incomplete parameters list
(#888) Phpdocs for function datalynxfield_option::parse_search has incomplete parameters list
(#912) Phpdocs for function datalynxfield_option_multiple::update_options has incomplete parameters list
(#963) Phpdocs for function datalynxfield_option_multiple::format_content has incomplete parameters list
(#1138) Phpdocs for function datalynxfield_option_single::update_options has incomplete parameters list
(#1163) Phpdocs for function datalynxfield_option_single::format_content has incomplete parameters list
(#1235) Phpdocs for function datalynxfield_option_single::get_search_sql has incomplete parameters list
(#1304) Phpdocs for function datalynxfield_option_single::prepare_import_content has incomplete parameters list
(#29) Class datalynxfield_base does not have @copyright tag
(#697) Class datalynxfield_no_content does not have @copyright tag
(#731) Class datalynxfield_option does not have @copyright tag
(#907) Class datalynxfield_option_multiple does not have @copyright tag
(#1133) Class datalynxfield_option_single does not have @copyright tag
(#29) Class datalynxfield_base does not have @license tag
(#697) Class datalynxfield_no_content does not have @license tag
(#731) Class datalynxfield_option does not have @license tag
(#907) Class datalynxfield_option_multiple does not have @license tag
(#1133) Class datalynxfield_option_single does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/field_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/field_form.php
(#27) Class datalynxfield_form is not documented
(#34) Function datalynxfield_form::__construct is not documented
(#42) Function datalynxfield_form::definition is not documented
(#109) Function datalynxfield_option_form::definition_after_data is not documented
(#29) Variable datalynxfield_form::$_field is not documented
(#32) Variable datalynxfield_form::$_df is not documented
(#17) No one-line description found in phpdocs for file
(#61) There is no description in phpdocs for function field_definition
(#66) There is no description in phpdocs for function add_action_buttons
(#83) There is no description in phpdocs for function validation
(#149) There is no description in phpdocs for function validation
(#66) Phpdocs for function datalynxfield_form::add_action_buttons has incomplete parameters list
(#83) Phpdocs for function datalynxfield_form::validation has incomplete parameters list
(#149) Phpdocs for function datalynxfield_option_form::validation has incomplete parameters list
(#96) Class datalynxfield_option_form does not have @copyright tag
(#96) Class datalynxfield_option_form does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/file/download.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/field_class.php
(#32) Variable datalynxfield_file::$type is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_file
(#38) There is no description in phpdocs for function content_names
(#44) There is no description in phpdocs for function update_content
(#107) There is no description in phpdocs for function format_content
(#113) There is no description in phpdocs for function get_content_parts
(#119) There is no description in phpdocs for function prepare_import_content
(#126) There is no description in phpdocs for function update_content_files
(#132) There is no description in phpdocs for function save_changes_to_file
(#44) Phpdocs for function datalynxfield_file::update_content has incomplete parameters list
(#107) Phpdocs for function datalynxfield_file::format_content has incomplete parameters list
(#119) Phpdocs for function datalynxfield_file::prepare_import_content has incomplete parameters list
(#126) Phpdocs for function datalynxfield_file::update_content_files has incomplete parameters list
(#132) Phpdocs for function datalynxfield_file::save_changes_to_file has incomplete parameters list
(#28) Class datalynxfield_file does not have @copyright tag
(#28) Class datalynxfield_file does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/field_form.php
(#28) Class datalynxfield_file_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#55) There is no description in phpdocs for function filetypes_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/lang/en/datalynxfield_file.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/renderer.php
(#165) Function datalynxfield_file_renderer::render_search_mode is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_file_renderer
(#32) There is no description in phpdocs for function render_edit_mode
(#63) There is no description in phpdocs for function display_edit_content
(#110) There is no description in phpdocs for function render_display_mode
(#197) There is no description in phpdocs for function display_file
(#226) There is no description in phpdocs for function display_link
(#254) There is no description in phpdocs for function pluginfile_patterns
(#32) Phpdocs for function datalynxfield_file_renderer::render_edit_mode has incomplete parameters list
(#63) Phpdocs for function datalynxfield_file_renderer::display_edit_content has incomplete parameters list
(#110) Phpdocs for function datalynxfield_file_renderer::render_display_mode has incomplete parameters list
(#197) Phpdocs for function datalynxfield_file_renderer::display_file has incomplete parameters list
(#226) Phpdocs for function datalynxfield_file_renderer::display_link has incomplete parameters list
(#28) Class datalynxfield_file_renderer does not have @copyright tag
(#28) Class datalynxfield_file_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/file/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/field_class.php
(#28) Class datalynxfield_gradeitem is not documented
(#42) Function datalynxfield_gradeitem::__construct is not documented
(#30) Variable datalynxfield_gradeitem::$type is not documented
(#32) Variable datalynxfield_gradeitem::$itemid is not documented
(#34) Variable datalynxfield_gradeitem::$itemname is not documented
(#36) Variable datalynxfield_gradeitem::$itemtype is not documented
(#38) Variable datalynxfield_gradeitem::$itemmodule is not documented
(#40) Variable datalynxfield_gradeitem::$iteminstance is not documented
(#17) No one-line description found in phpdocs for file
(#71) There is no description in phpdocs for function get_select_sql
(#79) There is no description in phpdocs for function get_sql_compare_text
(#87) There is no description in phpdocs for function get_sort_from_sql
(#100) There is no description in phpdocs for function get_search_from_sql
(#111) There is no description in phpdocs for function is_datalynx_content
(#51) Phpdocs for function datalynxfield_gradeitem::set_field has incomplete parameters list
(#79) Phpdocs for function datalynxfield_gradeitem::get_sql_compare_text has incomplete parameters list
(#87) Phpdocs for function datalynxfield_gradeitem::get_sort_from_sql has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/field_form.php
(#28) Class datalynxfield_gradeitem_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/lang/en/datalynxfield_gradeitem.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/renderer.php
(#32) Function datalynxfield_gradeitem_renderer::render_display_mode is not documented
(#52) Function datalynxfield_gradeitem_renderer::render_edit_mode is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_gradeitem_renderer
(#28) Class datalynxfield_gradeitem_renderer does not have @copyright tag
(#28) Class datalynxfield_gradeitem_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/gradeitem/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/identifier/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/identifier/field_class.php
(#28) Class datalynxfield_identifier is not documented
(#32) Function datalynxfield_identifier::get_salt_options is not documented
(#137) Function datalynxfield_identifier::get_supported_search_operators is not documented
(#30) Variable datalynxfield_identifier::$type is not documented
(#17) No one-line description found in phpdocs for file
(#42) There is no description in phpdocs for function format_content
(#63) There is no description in phpdocs for function generate_identifier_key
(#85) There is no description in phpdocs for function get_hash_string
(#128) There is no description in phpdocs for function is_unique_key
(#42) Phpdocs for function datalynxfield_identifier::format_content has incomplete parameters list
(#63) Phpdocs for function datalynxfield_identifier::generate_identifier_key has incomplete parameters list
(#85) Phpdocs for function datalynxfield_identifier::get_hash_string has incomplete parameters list
(#128) Phpdocs for function datalynxfield_identifier::is_unique_key has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/identifier/field_form.php
(#28) Class datalynxfield_identifier_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/identifier/lang/en/datalynxfield_identifier.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/identifier/renderer.php
(#32) Function datalynxfield_identifier_renderer::render_edit_mode is not documented
(#51) Function datalynxfield_identifier_renderer::render_display_mode is not documented
(#63) Function datalynxfield_identifier_renderer::render_search_mode is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_identifier_renderer
(#28) Class datalynxfield_identifier_renderer does not have @copyright tag
(#28) Class datalynxfield_identifier_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/identifier/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/multiselect/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/multiselect/field_class.php
(#28) Class datalynxfield_multiselect is not documented
(#30) Variable datalynxfield_multiselect::$type is not documented
(#32) Variable datalynxfield_multiselect::$separators is not documented
(#17) No one-line description found in phpdocs for file
(#39) There is no description in phpdocs for function prepare_import_content
(#66) There is no description in phpdocs for function default_values
(#39) Phpdocs for function datalynxfield_multiselect::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/multiselect/field_form.php
(#28) Class datalynxfield_multiselect_form is not documented
(#30) Function datalynxfield_multiselect_form::field_definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/multiselect/lang/en/datalynxfield_multiselect.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/multiselect/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_multiselect_renderer
(#38) Phpdocs for function datalynxfield_multiselect_renderer::render_edit_mode has incomplete parameters list
(#85) Phpdocs for function datalynxfield_multiselect_renderer::render_display_mode has incomplete parameters list
(#124) Phpdocs for function datalynxfield_multiselect_renderer::render_search_mode has incomplete parameters list
(#151) Phpdocs for function datalynxfield_multiselect_renderer::validate has incomplete parameters list
(#28) Class datalynxfield_multiselect_renderer does not have @copyright tag
(#28) Class datalynxfield_multiselect_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/multiselect/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/number/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/number/field_class.php
(#28) Class datalynxfield_number is not documented
(#94) Function datalynxfield_number::format_content is not documented
(#30) Variable datalynxfield_number::$type is not documented
(#17) No one-line description found in phpdocs for file
(#32) Phpdocs for function datalynxfield_number::get_search_sql has incomplete parameters list
(#112) Phpdocs for function datalynxfield_number::parse_search has incomplete parameters list
(#144) Phpdocs for function datalynxfield_number::format_search_value has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/number/field_form.php
(#28) Class datalynxfield_number_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/number/lang/en/datalynxfield_number.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/number/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_number_renderer
(#32) Phpdocs for function datalynxfield_number_renderer::render_edit_mode has incomplete parameters list
(#58) Phpdocs for function datalynxfield_number_renderer::render_display_mode has incomplete parameters list
(#85) Phpdocs for function datalynxfield_number_renderer::render_search_mode has incomplete parameters list
(#109) Phpdocs for function datalynxfield_number_renderer::validate has incomplete parameters list
(#28) Class datalynxfield_number_renderer does not have @copyright tag
(#28) Class datalynxfield_number_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/number/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/picture/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/picture/field_class.php
(#28) Class datalynxfield_picture is not documented
(#30) Variable datalynxfield_picture::$type is not documented
(#17) No one-line description found in phpdocs for file
(#32) There is no description in phpdocs for function update_content
(#45) There is no description in phpdocs for function update_field
(#32) Phpdocs for function datalynxfield_picture::update_content has incomplete parameters list
(#45) Phpdocs for function datalynxfield_picture::update_field has incomplete parameters list
(#102) Phpdocs for function datalynxfield_picture::update_content_files has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/picture/field_form.php
(#28) Class datalynxfield_picture_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#85) There is no description in phpdocs for function filetypes_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/picture/lang/en/datalynxfield_picture.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/picture/renderer.php
(#32) Function datalynxfield_picture_renderer::render_edit_mode is not documented
(#61) Function datalynxfield_picture_renderer::render_display_mode is not documented
(#127) Function datalynxfield_picture_renderer::display_file is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_picture_renderer
(#119) There is no description in phpdocs for function pluginfile_patterns
(#28) Class datalynxfield_picture_renderer does not have @copyright tag
(#28) Class datalynxfield_picture_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/picture/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/field_class.php
(#28) Class datalynxfield_radiobutton is not documented
(#30) Variable datalynxfield_radiobutton::$type is not documented
(#32) Variable datalynxfield_radiobutton::$separators is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/field_form.php
(#28) Class datalynxfield_radiobutton_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/lang/en/datalynxfield_radiobutton.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/renderer.php
(#40) Function datalynxfield_radiobutton_renderer::render_edit_mode is not documented
(#17) No one-line description found in phpdocs for file
(#29) Class datalynxfield_radiobutton_renderer does not have @copyright tag
(#29) Class datalynxfield_radiobutton_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/radiobutton/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/renderer.php
(#37) Variable datalynxfield_renderer::$defaultoptions is not documented
(#41) Variable datalynxfield_renderer::$_field is not documented
(#33) Constant datalynxfield_renderer::PATTERN_SHOW_IN_MENU is not documented
(#35) Constant datalynxfield_renderer::PATTERN_CATEGORY is not documented
(#17) No one-line description found in phpdocs for file
(#352) There is no description in phpdocs for function get_menu
(#405) There is no description in phpdocs for function pluginfile_patterns
(#43) Phpdocs for function datalynxfield_renderer::__construct has incomplete parameters list
(#190) Phpdocs for function datalynxfield_renderer::replace_renderer_template_tags has incomplete parameters list
(#352) Phpdocs for function datalynxfield_renderer::get_menu has incomplete parameters list
(#379) Phpdocs for function datalynxfield_renderer::validate has incomplete parameters list
(#28) Class datalynxfield_renderer does not have @copyright tag
(#28) Class datalynxfield_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/select/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/select/field_class.php
(#28) Class datalynxfield_select is not documented
(#30) Variable datalynxfield_select::$type is not documented
(#17) No one-line description found in phpdocs for file
(#32) Phpdocs for function datalynxfield_select::get_sql_compare_text has incomplete parameters list
(#42) Phpdocs for function datalynxfield_select::get_search_value has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/select/field_form.php
(#28) Class datalynxfield_select_form is not documented
(#30) Function datalynxfield_select_form::field_definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/select/lang/en/datalynxfield_select.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/select/renderer.php
(#17) No one-line description found in phpdocs for file
(#171) There is no description in phpdocs for function validate
(#40) Phpdocs for function datalynxfield_select_renderer::render_edit_mode has incomplete parameters list
(#105) Phpdocs for function datalynxfield_select_renderer::render_display_mode has incomplete parameters list
(#144) Phpdocs for function datalynxfield_select_renderer::render_search_mode has incomplete parameters list
(#29) Class datalynxfield_select_renderer does not have @copyright tag
(#29) Class datalynxfield_select_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/select/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/tag/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/tag/field_class.php
(#28) Class datalynxfield_tag is not documented
(#175) Function datalynxfield_tag::get_supported_search_operators is not documented
(#30) Variable datalynxfield_tag::$type is not documented
(#17) No one-line description found in phpdocs for file
(#32) Phpdocs for function datalynxfield_tag::update_content has incomplete parameters list
(#86) Phpdocs for function datalynxfield_tag::set_field has incomplete parameters list
(#108) Phpdocs for function datalynxfield_tag::get_search_sql has incomplete parameters list
(#181) Phpdocs for function datalynxfield_tag::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/tag/field_form.php
(#28) Class datalynxfield_tag_form is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/tag/lang/de/datalynxfield_tag.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/tag/lang/en/datalynxfield_tag.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/tag/renderer.php
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function datalynxfield_tag_renderer::render_edit_mode has incomplete parameters list
(#58) Phpdocs for function datalynxfield_tag_renderer::render_display_mode has incomplete parameters list
(#99) Phpdocs for function datalynxfield_tag_renderer::render_search_mode has incomplete parameters list
(#121) Phpdocs for function datalynxfield_tag_renderer::validate has incomplete parameters list
(#28) Class datalynxfield_tag_renderer does not have @copyright tag
(#28) Class datalynxfield_tag_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/tag/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/ajax.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/field_class.php
(#29) Class datalynxfield_teammemberselect is not documented
(#65) Function datalynxfield_teammemberselect::__construct is not documented
(#107) Function datalynxfield_teammemberselect::init_user_menu is not documented
(#168) Function datalynxfield_teammemberselect::get_admissibility_for_roles is not documented
(#188) Function datalynxfield_teammemberselect::get_teamfield is not documented
(#270) Function datalynxfield_teammemberselect::options_menu is not documented
(#300) Function datalynxfield_teammemberselect::get_search_sql is not documented
(#385) Function datalynxfield_teammemberselect::parse_search is not documented
(#401) Function datalynxfield_teammemberselect::format_content is not documented
(#427) Function datalynxfield_teammemberselect::get_supported_search_operators is not documented
(#433) Function datalynxfield_teammemberselect::supports_group_by is not documented
(#31) Variable datalynxfield_teammemberselect::$type is not documented
(#43) Variable datalynxfield_teammemberselect::$teamsize is not documented
(#45) Variable datalynxfield_teammemberselect::$admissibleroles is not documented
(#47) Variable datalynxfield_teammemberselect::$minteamsize is not documented
(#49) Variable datalynxfield_teammemberselect::$listformat is not documented
(#51) Variable datalynxfield_teammemberselect::$teamfield is not documented
(#53) Variable datalynxfield_teammemberselect::$referencefieldid is not documented
(#55) Variable datalynxfield_teammemberselect::$notifyteammembers is not documented
(#57) Variable datalynxfield_teammemberselect::$usercanaddself is not documented
(#59) Variable datalynxfield_teammemberselect::$allowunsubscription is not documented
(#61) Variable datalynxfield_teammemberselect::$separators is not documented
(#63) Variable datalynxfield_teammemberselect::$rules is not documented
(#93) Variable datalynxfield_teammemberselect::$allusers is not documented
(#95) Variable datalynxfield_teammemberselect::$allowedusers is not documented
(#97) Variable datalynxfield_teammemberselect::$alluserslinks is not documented
(#99) Variable datalynxfield_teammemberselect::$alloweduserslinks is not documented
(#101) Variable datalynxfield_teammemberselect::$alluserids is not documented
(#103) Variable datalynxfield_teammemberselect::$forbiddenuserids is not documented
(#105) Variable datalynxfield_teammemberselect::$admissibility is not documented
(#33) Constant datalynxfield_teammemberselect::TEAMMEMBERSELECT_FORMAT_NEWLINE is not documented
(#35) Constant datalynxfield_teammemberselect::TEAMMEMBERSELECT_FORMAT_SPACE is not documented
(#37) Constant datalynxfield_teammemberselect::TEAMMEMBERSELECT_FORMAT_COMMA is not documented
(#39) Constant datalynxfield_teammemberselect::TEAMMEMBERSELECT_FORMAT_COMMA_SPACE is not documented
(#41) Constant datalynxfield_teammemberselect::TEAMMEMBERSELECT_FORMAT_UL is not documented
(#17) No one-line description found in phpdocs for file
(#201) Phpdocs for function datalynxfield_teammemberselect::update_content has incomplete parameters list
(#224) Phpdocs for function datalynxfield_teammemberselect::prepare_import_content has incomplete parameters list
(#254) Phpdocs for function datalynxfield_teammemberselect::update_field has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/field_form.php
(#28) Class datalynxfield_teammemberselect_form is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/lang/en/datalynxfield_teammemberselect.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/renderer.php
(#34) Function datalynxfield_teammemberselect_renderer::render_display_mode is not documented
(#112) Function datalynxfield_teammemberselect_renderer::get_user_list is not documented
(#146) Function datalynxfield_teammemberselect_renderer::render_edit_mode is not documented
(#191) Function datalynxfield_teammemberselect_renderer::render_search_mode is not documented
(#208) Function datalynxfield_teammemberselect_renderer::patterns is not documented
(#218) Function datalynxfield_teammemberselect_renderer::validate is not documented
(#110) Variable datalynxfield_teammemberselect_renderer::$userlist is not documented
(#17) No one-line description found in phpdocs for file
(#29) Class datalynxfield_teammemberselect_renderer does not have @copyright tag
(#29) Class datalynxfield_teammemberselect_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/teammemberselect/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/text/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/text/field_class.php
(#28) Class datalynxfield_text is not documented
(#32) Function datalynxfield_text::supports_group_by is not documented
(#36) Function datalynxfield_text::get_supported_search_operators is not documented
(#30) Variable datalynxfield_text::$type is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/text/field_form.php
(#28) Class datalynxfield_text_form is not documented
(#266) Function datalynxfield_text_form::print_list_of_duplicates is not documented
(#280) Function datalynxfield_text_form::get_editviewlink is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#168) There is no description in phpdocs for function definition_after_data
(#19) Package datalynxfield is not valid
mod/datalynx/field/text/lang/en/datalynxfield_text.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/text/renderer.php
(#33) Function datalynxfield_text_renderer::render_edit_mode is not documented
(#117) Function datalynxfield_text_renderer::render_display_mode is not documented
(#144) Function datalynxfield_text_renderer::render_search_mode is not documented
(#157) Function datalynxfield_text_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class datalynxfield_text_renderer does not have @copyright tag
(#28) Class datalynxfield_text_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/text/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/textarea/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/textarea/field_class.php
(#30) Class datalynxfield_textarea is not documented
(#36) Function datalynxfield_textarea::__construct is not documented
(#128) Function datalynxfield_textarea::get_supported_search_operators is not documented
(#32) Variable datalynxfield_textarea::$type is not documented
(#34) Variable datalynxfield_textarea::$editoroptions is not documented
(#17) No one-line description found in phpdocs for file
(#54) There is no description in phpdocs for function is_editor
(#60) There is no description in phpdocs for function editor_options
(#66) There is no description in phpdocs for function update_content
(#100) There is no description in phpdocs for function get_content_parts
(#106) There is no description in phpdocs for function prepare_import_content
(#66) Phpdocs for function datalynxfield_textarea::update_content has incomplete parameters list
(#106) Phpdocs for function datalynxfield_textarea::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/textarea/field_form.php
(#28) Class datalynxfield_textarea_form is not documented
(#30) Function datalynxfield_textarea_form::field_definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/textarea/lang/en/datalynxfield_textarea.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/textarea/renderer.php
(#33) Function datalynxfield_textarea_renderer::render_edit_mode is not documented
(#54) Function datalynxfield_textarea_renderer::render_display_mode is not documented
(#72) Function datalynxfield_textarea_renderer::render_search_mode is not documented
(#85) Function datalynxfield_textarea_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class datalynxfield_textarea_renderer does not have @copyright tag
(#28) Class datalynxfield_textarea_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/textarea/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/time/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/time/field_class.php
(#28) Class datalynxfield_time is not documented
(#42) Function datalynxfield_time::__construct is not documented
(#119) Function datalynxfield_time::supports_group_by is not documented
(#30) Variable datalynxfield_time::$type is not documented
(#32) Variable datalynxfield_time::$dateonly is not documented
(#34) Variable datalynxfield_time::$masked is not documented
(#36) Variable datalynxfield_time::$startyear is not documented
(#38) Variable datalynxfield_time::$stopyear is not documented
(#40) Variable datalynxfield_time::$displayformat is not documented
(#17) No one-line description found in phpdocs for file
(#51) There is no description in phpdocs for function content_names
(#57) There is no description in phpdocs for function format_content
(#99) There is no description in phpdocs for function parse_search
(#229) There is no description in phpdocs for function format_search_value
(#57) Phpdocs for function datalynxfield_time::format_content has incomplete parameters list
(#99) Phpdocs for function datalynxfield_time::parse_search has incomplete parameters list
(#123) Phpdocs for function datalynxfield_time::get_search_sql has incomplete parameters list
(#198) Phpdocs for function datalynxfield_time::prepare_import_content has incomplete parameters list
(#229) Phpdocs for function datalynxfield_time::format_search_value has incomplete parameters list
(#243) Phpdocs for function datalynxfield_time::get_sql_compare_text has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/time/field_form.php
(#28) Class datalynxfield_time_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/time/lang/en/datalynxfield_time.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/time/renderer.php
(#32) Function datalynxfield_time_renderer::render_edit_mode is not documented
(#51) Function datalynxfield_time_renderer::render_display_mode is not documented
(#83) Function datalynxfield_time_renderer::render_search_mode is not documented
(#319) Function datalynxfield_time_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_time_renderer
(#113) There is no description in phpdocs for function render_standard_selector
(#143) There is no description in phpdocs for function render_masked_selector
(#113) Phpdocs for function datalynxfield_time_renderer::render_standard_selector has incomplete parameters list
(#145) Phpdocs for function datalynxfield_time_renderer::render_masked_selector has incomplete parameters list
(#28) Class datalynxfield_time_renderer does not have @copyright tag
(#28) Class datalynxfield_time_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/time/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/url/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/url/field_class.php
(#28) Class datalynxfield_url is not documented
(#36) Function datalynxfield_url::__construct is not documented
(#48) Function datalynxfield_url::format_content is not documented
(#100) Function datalynxfield_url::get_supported_search_operators is not documented
(#30) Variable datalynxfield_url::$class is not documented
(#32) Variable datalynxfield_url::$target is not documented
(#34) Variable datalynxfield_url::$type is not documented
(#17) No one-line description found in phpdocs for file
(#42) There is no description in phpdocs for function content_names
(#94) There is no description in phpdocs for function get_content_parts
(#105) There is no description in phpdocs for function prepare_import_content
(#105) Phpdocs for function datalynxfield_url::prepare_import_content has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/url/field_form.php
(#28) Class datalynxfield_url_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/url/lang/en/datalynxfield_url.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/url/renderer.php
(#128) Function datalynxfield_url_renderer::render_search_mode is not documented
(#157) Function datalynxfield_url_renderer::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_url_renderer
(#32) There is no description in phpdocs for function render_edit_mode
(#72) There is no description in phpdocs for function render_display_mode
(#32) Phpdocs for function datalynxfield_url_renderer::render_edit_mode has incomplete parameters list
(#72) Phpdocs for function datalynxfield_url_renderer::render_display_mode has incomplete parameters list
(#28) Class datalynxfield_url_renderer does not have @copyright tag
(#28) Class datalynxfield_url_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/url/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxfield is not valid
mod/datalynx/field/userinfo/classes/privacy/provider.php
(#28) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/field/userinfo/field_class.php
(#28) Class datalynxfield_userinfo is not documented
(#42) Function datalynxfield_userinfo::__construct is not documented
(#30) Variable datalynxfield_userinfo::$type is not documented
(#32) Variable datalynxfield_userinfo::$infoid is not documented
(#34) Variable datalynxfield_userinfo::$infoshortname is not documented
(#36) Variable datalynxfield_userinfo::$infotype is not documented
(#38) Variable datalynxfield_userinfo::$defaultdata is not documented
(#40) Variable datalynxfield_userinfo::$defaultdataformat is not documented
(#17) No one-line description found in phpdocs for file
(#77) There is no description in phpdocs for function get_select_sql
(#86) There is no description in phpdocs for function get_sql_compare_text
(#94) There is no description in phpdocs for function get_sort_from_sql
(#107) There is no description in phpdocs for function get_search_from_sql
(#118) There is no description in phpdocs for function is_datalynx_content
(#51) Phpdocs for function datalynxfield_userinfo::set_field has incomplete parameters list
(#86) Phpdocs for function datalynxfield_userinfo::get_sql_compare_text has incomplete parameters list
(#94) Phpdocs for function datalynxfield_userinfo::get_sort_from_sql has incomplete parameters list
(#19) Package datalynxfield is not valid
mod/datalynx/field/userinfo/field_form.php
(#28) Class datalynxfield_userinfo_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function field_definition
(#19) Package datalynxfield is not valid
mod/datalynx/field/userinfo/lang/en/datalynxfield_userinfo.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/field/userinfo/renderer.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class datalynxfield_userinfo_renderer
(#32) There is no description in phpdocs for function replacements
(#63) There is no description in phpdocs for function display_checkbox
(#85) There is no description in phpdocs for function display_datetime
(#114) There is no description in phpdocs for function display_text
(#156) There is no description in phpdocs for function display_richtext
(#32) Phpdocs for function datalynxfield_userinfo_renderer::replacements has incomplete parameters list
(#63) Phpdocs for function datalynxfield_userinfo_renderer::display_checkbox has incomplete parameters list
(#85) Phpdocs for function datalynxfield_userinfo_renderer::display_datetime has incomplete parameters list
(#114) Phpdocs for function datalynxfield_userinfo_renderer::display_text has incomplete parameters list
(#156) Phpdocs for function datalynxfield_userinfo_renderer::display_richtext has incomplete parameters list
(#28) Class datalynxfield_userinfo_renderer does not have @copyright tag
(#28) Class datalynxfield_userinfo_renderer does not have @license tag
(#19) Package datalynxfield is not valid
mod/datalynx/field/userinfo/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/filter/filter_class.php
(#1620) Function datalynx_filter_manager::get_filter_options_from_userpreferences is not documented
(#31) Variable datalynx_filter::$id is not documented
(#33) Variable datalynx_filter::$dataid is not documented
(#35) Variable datalynx_filter::$name is not documented
(#37) Variable datalynx_filter::$description is not documented
(#39) Variable datalynx_filter::$visible is not documented
(#41) Variable datalynx_filter::$perpage is not documented
(#43) Variable datalynx_filter::$pagenum is not documented
(#45) Variable datalynx_filter::$selection is not documented
(#47) Variable datalynx_filter::$groupby is not documented
(#49) Variable datalynx_filter::$customsort is not documented
(#51) Variable datalynx_filter::$customsearch is not documented
(#53) Variable datalynx_filter::$search is not documented
(#55) Variable datalynx_filter::$contentfields is not documented
(#57) Variable datalynx_filter::$eids is not documented
(#59) Variable datalynx_filter::$users is not documented
(#61) Variable datalynx_filter::$page is not documented
(#63) Variable datalynx_filter::$_filteredtables is not documented
(#65) Variable datalynx_filter::$_searchfields is not documented
(#67) Variable datalynx_filter::$_sortfields is not documented
(#69) Variable datalynx_filter::$_joins is not documented
(#71) Variable datalynx_filter::$_entriesexcluded is not documented
(#555) Variable datalynx_filter_manager::$_df is not documented
(#557) Variable datalynx_filter_manager::$_filters is not documented
(#547) Constant datalynx_filter_manager::USER_FILTER_MAX_NUM is not documented
(#549) Constant datalynx_filter_manager::BLANK_FILTER is not documented
(#551) Constant datalynx_filter_manager::USER_FILTER_SET is not documented
(#553) Constant datalynx_filter_manager::USER_FILTER_ID_START is not documented
(#17) No one-line description found in phpdocs for file
(#105) There is no description in phpdocs for function get_filter_obj
(#125) There is no description in phpdocs for function get_sql
(#171) There is no description in phpdocs for function get_search_sql
(#358) There is no description in phpdocs for function get_sort_sql
(#436) There is no description in phpdocs for function get_content_sql
(#499) There is no description in phpdocs for function register_join_field
(#513) There is no description in phpdocs for function append_sort_options
(#526) There is no description in phpdocs for function append_search_options
(#567) There is no description in phpdocs for function get_filter_from_id
(#637) There is no description in phpdocs for function get_filter_from_url
(#657) There is no description in phpdocs for function get_filters
(#696) There is no description in phpdocs for function process_filters
(#873) There is no description in phpdocs for function get_filter_form
(#885) There is no description in phpdocs for function display_filter_form
(#901) There is no description in phpdocs for function get_filter_from_form
(#1003) There is no description in phpdocs for function get_sort_options_from_form
(#1022) There is no description in phpdocs for function get_search_options_from_form
(#1119) There is no description in phpdocs for function print_filter_list
(#1304) There is no description in phpdocs for function print_add_filter
(#1319) There is no description in phpdocs for function get_advanced_filter_form
(#1332) There is no description in phpdocs for function get_customfilter_frontend_form
(#1345) There is no description in phpdocs for function get_user_filters_menu
(#1361) There is no description in phpdocs for function set_user_filter
(#1461) There is no description in phpdocs for function get_filter_url_query
(#1479) There is no description in phpdocs for function get_sort_url_query
(#1492) There is no description in phpdocs for function get_sort_options_from_query
(#1498) There is no description in phpdocs for function get_search_url_query
(#1530) There is no description in phpdocs for function get_search_options_from_query
(#1549) There is no description in phpdocs for function get_filter_options_from_url
(#73) Phpdocs for function datalynx_filter::__construct has incomplete parameters list
(#125) Phpdocs for function datalynx_filter::get_sql has incomplete parameters list
(#171) Phpdocs for function datalynx_filter::get_search_sql has incomplete parameters list
(#358) Phpdocs for function datalynx_filter::get_sort_sql has incomplete parameters list
(#436) Phpdocs for function datalynx_filter::get_content_sql has incomplete parameters list
(#499) Phpdocs for function datalynx_filter::register_join_field has incomplete parameters list
(#513) Phpdocs for function datalynx_filter::append_sort_options has incomplete parameters list
(#526) Phpdocs for function datalynx_filter::append_search_options has incomplete parameters list
(#559) Phpdocs for function datalynx_filter_manager::__construct has incomplete parameters list
(#567) Phpdocs for function datalynx_filter_manager::get_filter_from_id has incomplete parameters list
(#637) Phpdocs for function datalynx_filter_manager::get_filter_from_url has incomplete parameters list
(#657) Phpdocs for function datalynx_filter_manager::get_filters has incomplete parameters list
(#696) Phpdocs for function datalynx_filter_manager::process_filters has incomplete parameters list
(#873) Phpdocs for function datalynx_filter_manager::get_filter_form has incomplete parameters list
(#885) Phpdocs for function datalynx_filter_manager::display_filter_form has incomplete parameters list
(#901) Phpdocs for function datalynx_filter_manager::get_filter_from_form has incomplete parameters list
(#920) Phpdocs for function datalynx_filter_manager::get_filter_from_customfilterform has incomplete parameters list
(#1003) Phpdocs for function datalynx_filter_manager::get_sort_options_from_form has incomplete parameters list
(#1022) Phpdocs for function datalynx_filter_manager::get_search_options_from_form has incomplete parameters list
(#1070) Phpdocs for function datalynx_filter_manager::get_customfilter_search_options_from_form has incomplete parameters list
(#1319) Phpdocs for function datalynx_filter_manager::get_advanced_filter_form has incomplete parameters list
(#1332) Phpdocs for function datalynx_filter_manager::get_customfilter_frontend_form has incomplete parameters list
(#1345) Phpdocs for function datalynx_filter_manager::get_user_filters_menu has incomplete parameters list
(#1361) Phpdocs for function datalynx_filter_manager::set_user_filter has incomplete parameters list
(#1461) Phpdocs for function datalynx_filter_manager::get_filter_url_query has incomplete parameters list
(#1479) Phpdocs for function datalynx_filter_manager::get_sort_url_query has incomplete parameters list
(#1492) Phpdocs for function datalynx_filter_manager::get_sort_options_from_query has incomplete parameters list
(#1498) Phpdocs for function datalynx_filter_manager::get_search_url_query has incomplete parameters list
(#1530) Phpdocs for function datalynx_filter_manager::get_search_options_from_query has incomplete parameters list
(#1549) Phpdocs for function datalynx_filter_manager::get_filter_options_from_url has incomplete parameters list
(#26) Class datalynx_filter does not have @copyright tag
(#542) Class datalynx_filter_manager does not have @copyright tag
(#26) Class datalynx_filter does not have @license tag
(#542) Class datalynx_filter_manager does not have @license tag
(#19) Package mod is not valid
mod/datalynx/filter/filter_form.php
(#258) Class mod_datalynx_filter_form is not documented
(#362) Class mod_datalynx_advanced_filter_form is not documented
(#45) Function mod_datalynx_filter_base_form::__construct is not documented
(#57) Function mod_datalynx_filter_base_form::custom_sort_definition is not documented
(#218) Function mod_datalynx_filter_base_form::customfilter_search_definition is not documented
(#263) Function mod_datalynx_filter_form::definition is not documented
(#342) Function mod_datalynx_filter_form::validation is not documented
(#367) Function mod_datalynx_advanced_filter_form::definition is not documented
(#425) Function mod_datalynx_customfilter_frontend_form::definition is not documented
(#33) Variable mod_datalynx_filter_base_form::$_filter is not documented
(#34) Variable mod_datalynx_filter_base_form::$_customfilter is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class mod_datalynx_filter_base_form
(#105) There is no description in phpdocs for function custom_search_definition
(#247) There is no description in phpdocs for function html
(#28) Class mod_datalynx_filter_base_form does not have @copyright tag
(#416) Class mod_datalynx_customfilter_frontend_form does not have @copyright tag
(#28) Class mod_datalynx_filter_base_form does not have @license tag
(#416) Class mod_datalynx_customfilter_frontend_form does not have @license tag
(#19) Package mod is not valid
mod/datalynx/filter/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/filterform/filterform_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/filterform/filterform_form.php
(#39) Function datalynx_field_filterform_form::__construct is not documented
(#44) Function datalynx_field_filterform_form::definition is not documented
(#72) Function datalynx_field_filterform_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class datalynx_field_filterform_form
(#29) Class datalynx_field_filterform_form does not have @copyright tag
(#29) Class datalynx_field_filterform_form does not have @license tag
mod/datalynx/filterform/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_filterform is not valid
mod/datalynx/import.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/js.php
(#44) Class mod_datalynx_js_form is not documented
(#46) Function mod_datalynx_js_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/lang/de/datalynx.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod $subpackage datalynx is not valid
mod/datalynx/lang/en/datalynx.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod $subpackage datalynx is not valid
mod/datalynx/lib.php
(#17) No one-line description found in phpdocs for file
(#691) There is no description in phpdocs for function datalynx_extend_navigation
(#888) There is no description in phpdocs for function datalynx_get_view_actions
(#894) There is no description in phpdocs for function datalynx_get_post_actions
(#945) There is no description in phpdocs for function datalynx_comment_add
(#976) There is no description in phpdocs for function datalynx_rating_validate
(#221) Phpdocs for function datalynx_reset_course_form_definition has incomplete parameters list
(#239) Phpdocs for function datalynx_reset_course_form_defaults has incomplete parameters list
(#691) Phpdocs for function datalynx_extend_navigation has incomplete parameters list
(#699) Phpdocs for function datalynx_extend_settings_navigation has incomplete parameters list
(#769) Phpdocs for function datalynx_get_participants has incomplete parameters list
(#826) Phpdocs for function datalynx_user_outline has incomplete parameters list
(#864) Phpdocs for function datalynx_user_complete has incomplete parameters list
(#945) Phpdocs for function datalynx_comment_add has incomplete parameters list
(#978) Phpdocs for function datalynx_rating_validate has incomplete parameters list
(#1106) Phpdocs for function datalynx_get_user_grades has incomplete parameters list
(#1195) Phpdocs for function datalynx_grade_item_update has incomplete parameters list
(#1249) Phpdocs for function datalynx_get_completion_state has incomplete parameters list
(#1313) Phpdocs for function datalynx_scale_used_anywhere has incomplete parameters list
(#74) Not recommended phpdocs tag @global used
(#120) Not recommended phpdocs tag @global used
(#165) Not recommended phpdocs tag @global used
(#253) Not recommended phpdocs tag @global used
(#253) Not recommended phpdocs tag @global used
(#276) Not recommended phpdocs tag @global used
(#276) Not recommended phpdocs tag @global used
(#1165) Not recommended phpdocs tag @global used
(#1289) Not recommended phpdocs tag @global used
(#1312) Not recommended phpdocs tag @global used
(#957) Invalid inline phpdocs tag @param found
(#19) Package mod is not valid
mod/datalynx/loaddfviews.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/locallib.php
(#40) Constant datalynx_portfolio_caller::CONTENT_NOFILES is not documented
(#42) Constant datalynx_portfolio_caller::CONTENT_WITHFILES is not documented
(#44) Constant datalynx_portfolio_caller::CONTENT_FILESONLY is not documented
(#17) No one-line description found in phpdocs for file
(#56) There is no description in phpdocs for function display_name
(#175) There is no description in phpdocs for function has_export_config
(#183) There is no description in phpdocs for function export_config_form
(#212) There is no description in phpdocs for function get_allowed_export_config
(#218) There is no description in phpdocs for function get_return_url
(#294) There is no description in phpdocs for function get_params
(#183) Phpdocs for function datalynx_portfolio_caller::export_config_form has incomplete parameters list
(#35) Class datalynx_portfolio_caller does not have @copyright tag
(#35) Class datalynx_portfolio_caller does not have @license tag
(#19) Package mod is not valid
mod/datalynx/mod_class.php
(#155) Function datalynx::get_datalynx_by_instance is not documented
(#953) Function datalynx::get_fieldnames is not documented
(#970) Function datalynx::find_filters_using_fields is not documented
(#1472) Function datalynx::get_default_view_id is not documented
(#1997) Function datalynx::get_datalynx_permission_names is not documented
(#2207) Function datalynx::get_baseurl is not documented
(#69) Variable datalynx::$context is not documented
(#70) Variable datalynx::$groupmode is not documented
(#71) Variable datalynx::$currentgroup is not documented
(#72) Variable datalynx::$notifications is not documented
(#74) Variable datalynx::$pagefile is not documented
(#76) Variable datalynx::$fields is not documented
(#78) Variable datalynx::$views is not documented
(#80) Variable datalynx::$_filtermanager is not documented
(#82) Variable datalynx::$_customfiltermanager is not documented
(#84) Variable datalynx::$_rulemanager is not documented
(#86) Variable datalynx::$_presetmanager is not documented
(#88) Variable datalynx::$_currentview is not documented
(#91) Variable datalynx::$internalfields is not documented
(#93) Variable datalynx::$customfilterfields is not documented
(#96) Variable datalynx::$internalgroupmodes is not documented
(#37) Constant datalynx::COUNT_ALL is not documented
(#39) Constant datalynx::COUNT_APPROVED is not documented
(#41) Constant datalynx::COUNT_UNAPPROVED is not documented
(#43) Constant datalynx::COUNT_LEFT is not documented
(#1985) Constant datalynx::PERMISSION_TEACHER is not documented
(#1987) Constant datalynx::PERMISSION_STUDENT is not documented
(#1989) Constant datalynx::PERMISSION_GUEST is not documented
(#1991) Constant datalynx::PERMISSION_AUTHOR is not documented
(#1993) Constant datalynx::PERMISSION_MENTOR is not documented
(#1995) Constant datalynx::PERMISSION_ADMIN is not documented
(#17) No one-line description found in phpdocs for file
(#160) There is no description in phpdocs for function id
(#166) There is no description in phpdocs for function name
(#172) There is no description in phpdocs for function pagefile
(#178) There is no description in phpdocs for function internal_group_modes
(#184) There is no description in phpdocs for function get_current_view
(#190) There is no description in phpdocs for function get_filter_manager
(#201) There is no description in phpdocs for function get_customfilter_manager
(#210) There is no description in phpdocs for function get_rule_manager
(#221) There is no description in phpdocs for function get_preset_manager
(#232) There is no description in phpdocs for function get_entriescount
(#263) There is no description in phpdocs for function update
(#668) There is no description in phpdocs for function set_content
(#677) There is no description in phpdocs for function display
(#808) There is no description in phpdocs for function get_user_defined_fields
(#911) There is no description in phpdocs for function get_fields
(#1416) There is no description in phpdocs for function set_default_view
(#1430) There is no description in phpdocs for function set_default_filter
(#1444) There is no description in phpdocs for function set_single_edit_view
(#1458) There is no description in phpdocs for function set_single_more_view
(#1490) There is no description in phpdocs for function process_views
(#1701) There is no description in phpdocs for function get_gradebook_users
(#1799) There is no description in phpdocs for function user_can_export_entry
(#2120) There is no description in phpdocs for function name_exists
(#2137) There is no description in phpdocs for function convert_arrays_to_strings
(#98) Phpdocs for function datalynx::__construct has incomplete parameters list
(#232) Phpdocs for function datalynx::get_entriescount has incomplete parameters list
(#263) Phpdocs for function datalynx::update has incomplete parameters list
(#303) Phpdocs for function datalynx::set_page has incomplete parameters list
(#627) Phpdocs for function datalynx::print_groups_menu has incomplete parameters list
(#696) Phpdocs for function datalynx::get_content_inline has incomplete parameters list
(#808) Phpdocs for function datalynx::get_user_defined_fields has incomplete parameters list
(#815) Phpdocs for function datalynx::get_field_from_id has incomplete parameters list
(#851) Phpdocs for function datalynx::get_field_by_name has incomplete parameters list
(#863) Phpdocs for function datalynx::get_field has incomplete parameters list
(#887) Phpdocs for function datalynx::get_fieldname has incomplete parameters list
(#1288) Phpdocs for function datalynx::get_current_view_from_id has incomplete parameters list
(#1308) Phpdocs for function datalynx::get_view_from_id has incomplete parameters list
(#1329) Phpdocs for function datalynx::get_view has incomplete parameters list
(#1350) Phpdocs for function datalynx::get_views_by_type has incomplete parameters list
(#1416) Phpdocs for function datalynx::set_default_view has incomplete parameters list
(#1430) Phpdocs for function datalynx::set_default_filter has incomplete parameters list
(#1444) Phpdocs for function datalynx::set_single_edit_view has incomplete parameters list
(#1458) Phpdocs for function datalynx::set_single_more_view has incomplete parameters list
(#1476) Phpdocs for function datalynx::replace_field_in_views has incomplete parameters list
(#1490) Phpdocs for function datalynx::process_views has incomplete parameters list
(#1701) Phpdocs for function datalynx::get_gradebook_users has incomplete parameters list
(#1741) Phpdocs for function datalynx::user_at_max_entries has incomplete parameters list
(#1761) Phpdocs for function datalynx::user_can_view_all_entries has incomplete parameters list
(#1799) Phpdocs for function datalynx::user_can_export_entry has incomplete parameters list
(#1831) Phpdocs for function datalynx::user_can_manage_entry has incomplete parameters list
(#1917) Phpdocs for function datalynx::user_num_entries has incomplete parameters list
(#2120) Phpdocs for function datalynx::name_exists has incomplete parameters list
(#2137) Phpdocs for function datalynx::convert_arrays_to_strings has incomplete parameters list
(#2155) Phpdocs for function datalynx::events_trigger has incomplete parameters list
(#32) Class datalynx does not have @copyright tag
(#32) Class datalynx does not have @license tag
(#19) Package mod is not valid
mod/datalynx/mod_form.php
(#34) Class mod_datalynx_mod_form is not documented
(#38) Function mod_datalynx_mod_form::definition is not documented
(#215) Function mod_datalynx_mod_form::add_completion_rules is not documented
(#231) Function mod_datalynx_mod_form::definition_after_data is not documented
(#244) Function mod_datalynx_mod_form::completion_rule_enabled is not documented
(#36) Variable mod_datalynx_mod_form::$_df is not documented
(#17) No one-line description found in phpdocs for file
(#190) There is no description in phpdocs for function data_preprocessing
(#204) There is no description in phpdocs for function get_data
(#190) Phpdocs for function mod_datalynx_mod_form::data_preprocessing has incomplete parameters list
(#204) Phpdocs for function mod_datalynx_mod_form::get_data has incomplete parameters list
(#19) Package mod is not valid
mod/datalynx/preset/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/preset/preset_form.php
(#32) Function mod_datalynx_preset_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class mod_datalynx_preset_form
(#28) Class mod_datalynx_preset_form does not have @copyright tag
(#28) Class mod_datalynx_preset_form does not have @license tag
(#19) Package mod is not valid
mod/datalynx/preset/preset_manager.php
(#37) Variable datalynx_preset_manager::$_df is not documented
(#31) Constant datalynx_preset_manager::PRESET_COURSEAREA is not documented
(#33) Constant datalynx_preset_manager::PRESET_SITEAREA is not documented
(#35) Constant datalynx_preset_manager::PRESET_SITECONTEXT is not documented
(#17) No one-line description found in phpdocs for file
(#88) There is no description in phpdocs for function print_presets_list
(#233) There is no description in phpdocs for function print_preset_form
(#245) There is no description in phpdocs for function process_presets
(#293) There is no description in phpdocs for function create_preset_from_backup
(#360) There is no description in phpdocs for function create_preset_from_upload
(#408) There is no description in phpdocs for function apply_preset
(#467) There is no description in phpdocs for function download_presets
(#543) There is no description in phpdocs for function share_presets
(#565) There is no description in phpdocs for function delete_presets
(#39) Phpdocs for function datalynx_preset_manager::__construct has incomplete parameters list
(#88) Phpdocs for function datalynx_preset_manager::print_presets_list has incomplete parameters list
(#245) Phpdocs for function datalynx_preset_manager::process_presets has incomplete parameters list
(#293) Phpdocs for function datalynx_preset_manager::create_preset_from_backup has incomplete parameters list
(#360) Phpdocs for function datalynx_preset_manager::create_preset_from_upload has incomplete parameters list
(#408) Phpdocs for function datalynx_preset_manager::apply_preset has incomplete parameters list
(#467) Phpdocs for function datalynx_preset_manager::download_presets has incomplete parameters list
(#543) Phpdocs for function datalynx_preset_manager::share_presets has incomplete parameters list
(#565) Phpdocs for function datalynx_preset_manager::delete_presets has incomplete parameters list
(#26) Class datalynx_preset_manager does not have @copyright tag
(#26) Class datalynx_preset_manager does not have @license tag
(#19) Package mod is not valid
(#19) Package preset is not valid
mod/datalynx/renderer/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_renderer is not valid
mod/datalynx/renderer/renderer.php
(#27) Class datalynx_field_renderer is not documented
(#178) Function datalynx_field_renderer::get_renderer is not documented
(#185) Function datalynx_field_renderer::db_to_form is not documented
(#200) Function datalynx_field_renderer::form_to_db is not documented
(#295) Function datalynx_field_renderer::process_renderer_pattern is not documented
(#73) Variable datalynx_field_renderer::$id is not documented
(#75) Variable datalynx_field_renderer::$name is not documented
(#77) Variable datalynx_field_renderer::$description is not documented
(#79) Variable datalynx_field_renderer::$dataid is not documented
(#81) Variable datalynx_field_renderer::$notvisibletemplate is not documented
(#83) Variable datalynx_field_renderer::$displaytemplate is not documented
(#85) Variable datalynx_field_renderer::$novaluetemplate is not documented
(#87) Variable datalynx_field_renderer::$edittemplate is not documented
(#89) Variable datalynx_field_renderer::$noteditabletemplate is not documented
(#157) Variable datalynx_field_renderer::$default is not documented
(#41) Constant datalynx_field_renderer::NOT_VISIBLE_SHOW_NOTHING is not documented
(#43) Constant datalynx_field_renderer::NOT_VISIBLE_SHOW_CUSTOM is not documented
(#45) Constant datalynx_field_renderer::DISPLAY_MODE_TEMPLATE_NONE is not documented
(#47) Constant datalynx_field_renderer::DISPLAY_MODE_TEMPLATE_CUSTOM is not documented
(#49) Constant datalynx_field_renderer::NO_VALUE_SHOW_NOTHING is not documented
(#51) Constant datalynx_field_renderer::NO_VALUE_SHOW_DISPLAY_MODE_TEMPLATE is not documented
(#53) Constant datalynx_field_renderer::NO_VALUE_SHOW_CUSTOM is not documented
(#55) Constant datalynx_field_renderer::EDIT_MODE_TEMPLATE_NONE is not documented
(#57) Constant datalynx_field_renderer::EDIT_MODE_TEMPLATE_AS_DISPLAY_MODE is not documented
(#59) Constant datalynx_field_renderer::EDIT_MODE_TEMPLATE_CUSTOM is not documented
(#61) Constant datalynx_field_renderer::NOT_EDITABLE_SHOW_NOTHING is not documented
(#63) Constant datalynx_field_renderer::NOT_EDITABLE_SHOW_AS_DISPLAY_MODE is not documented
(#65) Constant datalynx_field_renderer::NOT_EDITABLE_SHOW_DISABLED is not documented
(#67) Constant datalynx_field_renderer::NOT_EDITABLE_SHOW_CUSTOM is not documented
(#69) Constant datalynx_field_renderer::TAG_FIELD_VALUE is not documented
(#71) Constant datalynx_field_renderer::TAG_FIELD_NAME is not documented
(#17) No one-line description found in phpdocs for file
(#298) There is no description in phpdocs for function get_id
(#306) There is no description in phpdocs for function get_name
(#314) There is no description in phpdocs for function get_description
(#322) There is no description in phpdocs for function get_no_value_template
(#334) There is no description in phpdocs for function get_not_visible_template
(#346) There is no description in phpdocs for function get_not_editable_template
(#358) There is no description in phpdocs for function get_display_template
(#370) There is no description in phpdocs for function get_edit_template
(#106) Phpdocs for function datalynx_field_renderer::__construct has incomplete parameters list
(#218) Phpdocs for function datalynx_field_renderer::insert_renderer has incomplete parameters list
(#19) Package datalynx_field_renderer is not valid
mod/datalynx/renderer/renderer_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxfield is not valid
mod/datalynx/renderer/renderer_form.php
(#17) No one-line description found in phpdocs for file
(#27) No one-line description found in phpdocs for class datalynx_field_renderer_form
(#37) There is no description in phpdocs for function __construct
(#178) Phpdocs for function datalynx_field_renderer_form::set_data has incomplete parameters list
(#202) Phpdocs for function datalynx_field_renderer_form::validation has incomplete parameters list
(#27) Class datalynx_field_renderer_form does not have @copyright tag
(#27) Class datalynx_field_renderer_form does not have @license tag
mod/datalynx/rule/eventnotification/classes/privacy/provider.php
(#31) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/rule/eventnotification/lang/de/datalynxrule_eventnotification.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxrule is not valid
mod/datalynx/rule/eventnotification/lang/en/datalynxrule_eventnotification.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxrule is not valid
mod/datalynx/rule/eventnotification/rule_class.php
(#28) Class datalynx_rule_eventnotification is not documented
(#82) Function datalynx_rule_eventnotification::trigger is not documented
(#44) Variable datalynx_rule_eventnotification::$type is not documented
(#46) Variable datalynx_rule_eventnotification::$sender is not documented
(#48) Variable datalynx_rule_eventnotification::$recipient is not documented
(#50) Variable datalynx_rule_eventnotification::$targetviews is not documented
(#30) Constant datalynx_rule_eventnotification::FROM_AUTHOR is not documented
(#32) Constant datalynx_rule_eventnotification::FROM_CURRENT_USER is not documented
(#34) Constant datalynx_rule_eventnotification::TO_AUTHOR is not documented
(#36) Constant datalynx_rule_eventnotification::TO_USER is not documented
(#38) Constant datalynx_rule_eventnotification::TO_ROLES is not documented
(#40) Constant datalynx_rule_eventnotification::TO_ADMIN is not documented
(#42) Constant datalynx_rule_eventnotification::TO_EMAIL is not documented
(#17) No one-line description found in phpdocs for file
(#66) There is no description in phpdocs for function checkteam
(#208) Phpdocs for function datalynx_rule_eventnotification::get_recipients_by_permission has incomplete parameters list
(#265) Phpdocs for function datalynx_rule_eventnotification::get_team_recipients has incomplete parameters list
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/eventnotification/rule_form.php
(#30) Class datalynx_rule_eventnotification_form is not documented
(#32) Function datalynx_rule_eventnotification_form::rule_definition is not documented
(#72) Function datalynx_rule_eventnotification_form::definition_after_data is not documented
(#87) Function datalynx_rule_eventnotification_form::get_views_visible_to_datalynx_permission is not documented
(#98) Function datalynx_rule_eventnotification_form::get_datalynx_team_fields is not documented
(#108) Function datalynx_rule_eventnotification_form::menu_roles_used_in_context is not documented
(#116) Function datalynx_rule_eventnotification_form::set_data is not documented
(#131) Function datalynx_rule_eventnotification_form::get_data is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/eventnotification/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxrule is not valid
mod/datalynx/rule/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/rule_class.php
(#32) Variable datalynx_rule_base::$type is not documented
(#34) Variable datalynx_rule_base::$df is not documented
(#36) Variable datalynx_rule_base::$rule is not documented
(#17) No one-line description found in phpdocs for file
(#77) There is no description in phpdocs for function trigger
(#185) There is no description in phpdocs for function is_enabled
(#212) There is no description in phpdocs for function df
(#218) There is no description in phpdocs for function get_form
(#235) There is no description in phpdocs for function to_form
(#241) There is no description in phpdocs for function get_select_sql
(#253) There is no description in phpdocs for function get_sort_from_sql
(#266) There is no description in phpdocs for function get_sort_sql
(#116) Phpdocs for function datalynx_rule_base::set_rule has incomplete parameters list
(#132) Phpdocs for function datalynx_rule_base::insert_rule has incomplete parameters list
(#150) Phpdocs for function datalynx_rule_base::update_rule has incomplete parameters list
(#253) Phpdocs for function datalynx_rule_base::get_sort_from_sql has incomplete parameters list
(#27) Class datalynx_rule_base does not have @copyright tag
(#27) Class datalynx_rule_base does not have @license tag
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/rule_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/rule_form.php
(#28) Class datalynx_rule_form is not documented
(#34) Function datalynx_rule_form::__construct is not documented
(#42) Function datalynx_rule_form::definition is not documented
(#84) Function datalynx_rule_form::set_data is not documented
(#94) Function datalynx_rule_form::get_data is not documented
(#108) Function datalynx_rule_form::add_action_buttons is not documented
(#123) Function datalynx_rule_form::validation is not documented
(#30) Variable datalynx_rule_form::$_rule is not documented
(#32) Variable datalynx_rule_form::$_df is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx_rule is not valid
mod/datalynx/rule/rule_manager.php
(#71) Function datalynx_rule_manager::get_team_fields_menu is not documented
(#498) Function datalynx_rule_manager::notify_team_members is not documented
(#32) Variable datalynx_rule_manager::$_df is not documented
(#34) Variable datalynx_rule_manager::$_customrules is not documented
(#36) Variable datalynx_rule_manager::$observers is not documented
(#17) No one-line description found in phpdocs for file
(#142) There is no description in phpdocs for function get_rules_for_event
(#194) There is no description in phpdocs for function get_rules
(#233) There is no description in phpdocs for function process_rules
(#385) There is no description in phpdocs for function print_rule_list
(#471) There is no description in phpdocs for function print_add_rule
(#80) Phpdocs for function datalynx_rule_manager::__construct has incomplete parameters list
(#122) Phpdocs for function datalynx_rule_manager::get_rules_by_plugintype has incomplete parameters list
(#158) Phpdocs for function datalynx_rule_manager::get_rule_by_name has incomplete parameters list
(#170) Phpdocs for function datalynx_rule_manager::get_rule has incomplete parameters list
(#233) Phpdocs for function datalynx_rule_manager::process_rules has incomplete parameters list
(#27) Class datalynx_rule_manager does not have @copyright tag
(#27) Class datalynx_rule_manager does not have @license tag
mod/datalynx/settings.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/statistics/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx is not valid
mod/datalynx/statistics/statistics_class.php
(#26) Class datalynx_statistics_class is not documented
(#61) Function datalynx_statistics_class::__construct is not documented
(#73) Function datalynx_statistics_class::print_statistics is not documented
(#150) Function datalynx_statistics_class::get_form is not documented
(#159) Function datalynx_statistics_class::get_count is not documented
(#59) Variable datalynx_statistics_class::$_df is not documented
(#41) Constant datalynx_statistics_class::VIEW_TOTAL_ENTRIES_COUNT is not documented
(#43) Constant datalynx_statistics_class::VIEW_ADDED_ENTRIES_COUNT is not documented
(#45) Constant datalynx_statistics_class::VIEW_DELETED_ENTRIES_COUNT is not documented
(#47) Constant datalynx_statistics_class::VIEW_VISITS_COUNT is not documented
(#49) Constant datalynx_statistics_class::MODE_PERIOD is not documented
(#51) Constant datalynx_statistics_class::MODE_ON_DATE is not documented
(#53) Constant datalynx_statistics_class::MODE_UNTIL_DATE is not documented
(#55) Constant datalynx_statistics_class::MODE_FROM_DATE is not documented
(#57) Constant datalynx_statistics_class::MODE_ALL_TIME is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynx is not valid
mod/datalynx/statistics/statistics_form.php
(#35) Function datalynx_statistics_form::__construct is not documented
(#41) Function datalynx_statistics_form::definition is not documented
(#94) Function datalynx_statistics_form::validation is not documented
(#33) Variable datalynx_statistics_form::$_df is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class datalynx_statistics_form does not have @copyright tag
(#28) Class datalynx_statistics_form does not have @license tag
(#19) Package datalynx is not valid
mod/datalynx/tabs.php
(#17) No one-line description found in phpdocs for file
(#18) Invalid phpdocs tag @preset used
mod/datalynx/tests/behat/behat_mod_datalynx.php
(#113) Function behat_mod_datalynx::get_instance_by_name is not documented
(#118) Function behat_mod_datalynx::create_field is not documented
(#160) Function behat_mod_datalynx::create_view is not documented
(#208) Function behat_mod_datalynx::create_filter is not documented
(#255) Function behat_mod_datalynx::map_view_names_for_redirect is not documented
(#418) Function behat_mod_datalynx::fill_data is not documented
(#566) Function behat_mod_datalynx::create_content is not documented
(#703) Function behat_mod_datalynx::create_behavior is not documented
(#346) There is no description in phpdocs for function i_fill_entry_form_with
(#378) There is no description in phpdocs for function i_select_entry
(#653) There is no description in phpdocs for function irefreshtheentrytemplateof
(#681) There is no description in phpdocs for function iclickon
(#689) There is no description in phpdocs for function hasfollowingbehaviors
(#653) Phpdocs for function behat_mod_datalynx::irefreshtheentrytemplateof has incomplete parameters list
(#681) Phpdocs for function behat_mod_datalynx::iclickon has incomplete parameters list
(#689) Phpdocs for function behat_mod_datalynx::hasfollowingbehaviors has incomplete parameters list
mod/datalynx/tests/generator/lib.php
(#21) Category phpunit is not valid
(#31) Category phpunit is not valid
mod/datalynx/tool/downloadfiles/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/tool/downloadfiles/lang/en/datalynxtool_downloadfiles.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxtool is not valid
mod/datalynx/tool/downloadfiles/lib.php
(#31) Class datalynxtool_downloadfiles is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxtool is not valid
mod/datalynx/tool/downloadfiles/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxtool is not valid
mod/datalynx/tool/entryperuser/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/tool/entryperuser/lang/en/datalynxtool_entryperuser.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxtool is not valid
mod/datalynx/tool/entryperuser/lib.php
(#29) Class datalynxtool_entryperuser is not documented
(#17) No one-line description found in phpdocs for file
(#31) There is no description in phpdocs for function run
(#31) Phpdocs for function datalynxtool_entryperuser::run has incomplete parameters list
(#19) Package datalynxtool is not valid
mod/datalynx/tool/entryperuser/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxtool is not valid
mod/datalynx/tool/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxtool is not valid
mod/datalynx/version.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/view.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/view/csv/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/view/csv/import_form.php
(#37) Function datalynxview_csv_import_form::__construct is not documented
(#50) Function datalynxview_csv_import_form::definition is not documented
(#35) Variable datalynxview_csv_import_form::$_view is not documented
(#31) No one-line description found in phpdocs for class datalynxview_csv_import_form
(#44) There is no description in phpdocs for function html
(#69) There is no description in phpdocs for function field_settings
(#105) There is no description in phpdocs for function csv_settings
(#31) Class datalynxview_csv_import_form does not have @copyright tag
(#31) Class datalynxview_csv_import_form does not have @license tag
(#21) Package datalynxview is not valid
mod/datalynx/view/csv/lang/en/datalynxview_csv.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/csv/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxview is not valid
mod/datalynx/view/csv/view_class.php
(#28) Class datalynxview_csv is not documented
(#34) Variable datalynxview_csv::$type is not documented
(#36) Variable datalynxview_csv::$_output is not documented
(#38) Variable datalynxview_csv::$_delimiter is not documented
(#40) Variable datalynxview_csv::$_enclosure is not documented
(#42) Variable datalynxview_csv::$_encoding is not documented
(#44) Variable datalynxview_csv::$_editors is not documented
(#46) Variable datalynxview_csv::$_columns is not documented
(#48) Variable datalynxview_csv::$_showimportform is not documented
(#30) Constant datalynxview_csv::EXPORT_ALL is not documented
(#32) Constant datalynxview_csv::EXPORT_PAGE is not documented
(#17) No one-line description found in phpdocs for file
(#50) There is no description in phpdocs for function __construct
(#63) There is no description in phpdocs for function apply_entry_group_layout
(#125) There is no description in phpdocs for function entry_definition
(#158) There is no description in phpdocs for function new_entry_definition
(#252) There is no description in phpdocs for function process_export
(#300) There is no description in phpdocs for function get_csv_content
(#373) There is no description in phpdocs for function process_import
(#442) There is no description in phpdocs for function execute_import
(#453) There is no description in phpdocs for function process_csv
(#513) There is no description in phpdocs for function get_import_form
(#615) There is no description in phpdocs for function has_headers
(#627) There is no description in phpdocs for function get_output_type
(#633) There is no description in phpdocs for function get_delimiter
(#639) There is no description in phpdocs for function get_enclosure
(#645) There is no description in phpdocs for function get_encoding
(#50) Phpdocs for function datalynxview_csv::__construct has incomplete parameters list
(#63) Phpdocs for function datalynxview_csv::apply_entry_group_layout has incomplete parameters list
(#125) Phpdocs for function datalynxview_csv::entry_definition has incomplete parameters list
(#158) Phpdocs for function datalynxview_csv::new_entry_definition has incomplete parameters list
(#229) Phpdocs for function datalynxview_csv::display has incomplete parameters list
(#252) Phpdocs for function datalynxview_csv::process_export has incomplete parameters list
(#300) Phpdocs for function datalynxview_csv::get_csv_content has incomplete parameters list
(#442) Phpdocs for function datalynxview_csv::execute_import has incomplete parameters list
(#455) Phpdocs for function datalynxview_csv::process_csv has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/csv/view_form.php
(#29) Class datalynxview_csv_form is not documented
(#17) No one-line description found in phpdocs for file
(#31) There is no description in phpdocs for function view_definition_after_gps
(#66) There is no description in phpdocs for function data_preprocessing
(#76) There is no description in phpdocs for function set_data
(#83) There is no description in phpdocs for function get_data
(#66) Phpdocs for function datalynxview_csv_form::data_preprocessing has incomplete parameters list
(#76) Phpdocs for function datalynxview_csv_form::set_data has incomplete parameters list
(#83) Phpdocs for function datalynxview_csv_form::get_data has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/csv/view_patterns.php
(#17) No one-line description found in phpdocs for file
(#33) There is no description in phpdocs for function get_replacements
(#75) There is no description in phpdocs for function patterns
(#33) Phpdocs for function datalynxview_csv_patterns::get_replacements has incomplete parameters list
(#75) Phpdocs for function datalynxview_csv_patterns::patterns has incomplete parameters list
(#28) Class datalynxview_csv_patterns does not have @copyright tag
(#28) Class datalynxview_csv_patterns does not have @license tag
(#19) Package datalynxview is not valid
mod/datalynx/view/grid/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/view/grid/lang/en/datalynxview_grid.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/grid/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxview is not valid
mod/datalynx/view/grid/view_class.php
(#28) Class datalynxview_grid is not documented
(#30) Variable datalynxview_grid::$type is not documented
(#32) Variable datalynxview_grid::$_editors is not documented
(#17) No one-line description found in phpdocs for file
(#110) There is no description in phpdocs for function apply_entry_group_layout
(#175) There is no description in phpdocs for function new_entry_definition
(#213) There is no description in phpdocs for function make_table
(#110) Phpdocs for function datalynxview_grid::apply_entry_group_layout has incomplete parameters list
(#175) Phpdocs for function datalynxview_grid::new_entry_definition has incomplete parameters list
(#213) Phpdocs for function datalynxview_grid::make_table has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/grid/view_form.php
(#28) Class datalynxview_grid_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function view_definition_after_gps
(#61) There is no description in phpdocs for function data_preprocessing
(#71) There is no description in phpdocs for function set_data
(#78) There is no description in phpdocs for function get_data
(#61) Phpdocs for function datalynxview_grid_form::data_preprocessing has incomplete parameters list
(#71) Phpdocs for function datalynxview_grid_form::set_data has incomplete parameters list
(#78) Phpdocs for function datalynxview_grid_form::get_data has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/index.php
(#17) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/datalynx/view/pdf/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/view/pdf/lang/en/datalynxview_pdf.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/pdf/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxview is not valid
mod/datalynx/view/pdf/view_class.php
(#29) Class datalynxview_pdf is not documented
(#775) Class dfpdf is not documented
(#779) Function dfpdf::__construct is not documented
(#785) Function dfpdf::Header is not documented
(#798) Function dfpdf::Footer is not documented
(#806) Function dfpdf::set_page_numbers is not documented
(#39) Variable datalynxview_pdf::$type is not documented
(#41) Variable datalynxview_pdf::$_editors is not documented
(#44) Variable datalynxview_pdf::$_vieweditors is not documented
(#47) Variable datalynxview_pdf::$_settings is not documented
(#49) Variable datalynxview_pdf::$_tmpfiles is not documented
(#777) Variable dfpdf::$_dfsettings is not documented
(#31) Constant datalynxview_pdf::EXPORT_ALL is not documented
(#33) Constant datalynxview_pdf::EXPORT_PAGE is not documented
(#35) Constant datalynxview_pdf::EXPORT_ENTRY is not documented
(#37) Constant datalynxview_pdf::PAGE_BREAK is not documented
(#17) No one-line description found in phpdocs for file
(#51) There is no description in phpdocs for function get_permission_options
(#64) There is no description in phpdocs for function __construct
(#153) There is no description in phpdocs for function process_export
(#294) There is no description in phpdocs for function get_pdf_settings
(#469) There is no description in phpdocs for function apply_entry_group_layout
(#494) There is no description in phpdocs for function new_entry_definition
(#530) There is no description in phpdocs for function set_page_bookmarks
(#569) There is no description in phpdocs for function set_frame
(#604) There is no description in phpdocs for function set_watermark
(#636) There is no description in phpdocs for function set_signature
(#659) There is no description in phpdocs for function set_header
(#680) There is no description in phpdocs for function set_footer
(#695) There is no description in phpdocs for function process_content_images
(#731) There is no description in phpdocs for function write_html
(#746) There is no description in phpdocs for function get_documentname
(#64) Phpdocs for function datalynxview_pdf::__construct has incomplete parameters list
(#153) Phpdocs for function datalynxview_pdf::process_export has incomplete parameters list
(#300) Phpdocs for function datalynxview_pdf::from_form has incomplete parameters list
(#334) Phpdocs for function datalynxview_pdf::to_form has incomplete parameters list
(#368) Phpdocs for function datalynxview_pdf::display has incomplete parameters list
(#469) Phpdocs for function datalynxview_pdf::apply_entry_group_layout has incomplete parameters list
(#494) Phpdocs for function datalynxview_pdf::new_entry_definition has incomplete parameters list
(#530) Phpdocs for function datalynxview_pdf::set_page_bookmarks has incomplete parameters list
(#569) Phpdocs for function datalynxview_pdf::set_frame has incomplete parameters list
(#604) Phpdocs for function datalynxview_pdf::set_watermark has incomplete parameters list
(#636) Phpdocs for function datalynxview_pdf::set_signature has incomplete parameters list
(#659) Phpdocs for function datalynxview_pdf::set_header has incomplete parameters list
(#680) Phpdocs for function datalynxview_pdf::set_footer has incomplete parameters list
(#695) Phpdocs for function datalynxview_pdf::process_content_images has incomplete parameters list
(#731) Phpdocs for function datalynxview_pdf::write_html has incomplete parameters list
(#746) Phpdocs for function datalynxview_pdf::get_documentname has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/pdf/view_form.php
(#28) Class datalynxview_pdf_form is not documented
(#17) No one-line description found in phpdocs for file
(#30) There is no description in phpdocs for function view_definition_after_gps
(#250) There is no description in phpdocs for function data_preprocessing
(#318) There is no description in phpdocs for function data_preprocess_signature
(#329) There is no description in phpdocs for function set_data
(#400) There is no description in phpdocs for function data_postprocess_protection
(#421) There is no description in phpdocs for function data_postprocess_signature
(#250) Phpdocs for function datalynxview_pdf_form::data_preprocessing has incomplete parameters list
(#318) Phpdocs for function datalynxview_pdf_form::data_preprocess_signature has incomplete parameters list
(#329) Phpdocs for function datalynxview_pdf_form::set_data has incomplete parameters list
(#336) Phpdocs for function datalynxview_pdf_form::get_data has incomplete parameters list
(#400) Phpdocs for function datalynxview_pdf_form::data_postprocess_protection has incomplete parameters list
(#421) Phpdocs for function datalynxview_pdf_form::data_postprocess_signature has incomplete parameters list
(#19) Package datalynxview is not valid
mod/datalynx/view/pdf/view_patterns.php
(#17) No one-line description found in phpdocs for file
(#33) There is no description in phpdocs for function get_replacements
(#70) There is no description in phpdocs for function patterns
(#33) Phpdocs for function datalynxview_pdf_patterns::get_replacements has incomplete parameters list
(#70) Phpdocs for function datalynxview_pdf_patterns::patterns has incomplete parameters list
(#28) Class datalynxview_pdf_patterns does not have @copyright tag
(#28) Class datalynxview_pdf_patterns does not have @license tag
(#19) Package datalynxview is not valid
mod/datalynx/view/tabular/classes/privacy/provider.php
(#30) Class provider is not documented
(#20) Package datalynxfield is not valid
mod/datalynx/view/tabular/lang/en/datalynxview_tabular.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/tabular/version.php
(#16) No one-line description found in phpdocs for file
(#18) Package datalynxview is not valid
mod/datalynx/view/tabular/view_class.php
(#141) Function datalynxview_tabular::display is not documented
(#148) Function datalynxview_tabular::get_js_module is not documented
(#39) Variable datalynxview_tabular::$type is not documented
(#41) Variable datalynxview_tabular::$_editors is not documented
(#43) Variable datalynxview_tabular::$_vieweditors is not documented
(#30) No one-line description found in phpdocs for class datalynxview_tabular
(#45) There is no description in phpdocs for function generate_default_view
(#156) There is no description in phpdocs for function apply_entry_group_layout
(#245) There is no description in phpdocs for function entry_definition
(#255) There is no description in phpdocs for function new_entry_definition
(#156) Phpdocs for function datalynxview_tabular::apply_entry_group_layout has incomplete parameters list
(#245) Phpdocs for function datalynxview_tabular::entry_definition has incomplete parameters list
(#255) Phpdocs for function datalynxview_tabular::new_entry_definition has incomplete parameters list
(#30) Class datalynxview_tabular does not have @copyright tag
(#30) Class datalynxview_tabular does not have @license tag
(#21) Package datalynxview is not valid
mod/datalynx/view/tabular/view_form.php
(#30) Class datalynxview_tabular_form is not documented
(#32) There is no description in phpdocs for function view_definition_after_gps
(#21) Package datalynxview is not valid
mod/datalynx/view/view_class.php
(#187) Function datalynxview_base::get_default_view_settings is not documented
(#1058) Function datalynxview_base::get_scaleid is not documented
(#1162) Function datalynxview_base::definition_to_form is not documented
(#1213) Function datalynxview_base::get_entries_definition is not documented
(#1651) Function datalynxview_base::replace_pluginfile_urls is not documented
(#62) Variable datalynxview_base::$_editors is not documented
(#64) Variable datalynxview_base::$_vieweditors is not documented
(#66) Variable datalynxview_base::$_entries is not documented
(#68) Variable datalynxview_base::$_tags is not documented
(#70) Variable datalynxview_base::$_baseurl is not documented
(#72) Variable datalynxview_base::$_notifications is not documented
(#74) Variable datalynxview_base::$_editentries is not documented
(#76) Variable datalynxview_base::$_entriesform is not documented
(#78) Variable datalynxview_base::$_display_definition is not documented
(#80) Variable datalynxview_base::$_returntoentriesform is not documented
(#82) Variable datalynxview_base::$_redirect is not documented
(#31) Constant datalynxview_base::ADD_NEW_ENTRY is not documented
(#17) No one-line description found in phpdocs for file
(#25) No one-line description found in phpdocs for class datalynxview_base
(#191) There is no description in phpdocs for function set__editors
(#773) There is no description in phpdocs for function character_tags
(#783) There is no description in phpdocs for function generate_default_view
(#787) There is no description in phpdocs for function editors
(#849) There is no description in phpdocs for function get_pattern_fieldid
(#862) There is no description in phpdocs for function get_embedded_files
(#899) There is no description in phpdocs for function apply_entry_group_layout
(#903) There is no description in phpdocs for function new_entry_definition
(#907) There is no description in phpdocs for function entry_definition
(#932) There is no description in phpdocs for function split_template_by_tags
(#1032) There is no description in phpdocs for function is_rating
(#1069) There is no description in phpdocs for function is_grading
(#1085) There is no description in phpdocs for function get_grading_options
(#1106) There is no description in phpdocs for function display_entries
(#1182) There is no description in phpdocs for function get_entries_form
(#1241) There is no description in phpdocs for function get_entry_tag_replacements
(#1279) There is no description in phpdocs for function set__display_definition
(#1347) There is no description in phpdocs for function process_calculations
(#1441) There is no description in phpdocs for function get_filter
(#1447) There is no description in phpdocs for function get_baseurl
(#1453) There is no description in phpdocs for function is_active
(#1459) There is no description in phpdocs for function is_caching
(#1465) There is no description in phpdocs for function is_forcing_filter
(#1471) There is no description in phpdocs for function user_is_editing
(#84) Phpdocs for function datalynxview_base::__construct has incomplete parameters list
(#191) Phpdocs for function datalynxview_base::set__editors has incomplete parameters list
(#325) Phpdocs for function datalynxview_base::add has incomplete parameters list
(#342) Phpdocs for function datalynxview_base::update has incomplete parameters list
(#398) Phpdocs for function datalynxview_base::to_form has incomplete parameters list
(#407) Phpdocs for function datalynxview_base::from_form has incomplete parameters list
(#415) Phpdocs for function datalynxview_base::prepare_view_editors has incomplete parameters list
(#449) Phpdocs for function datalynxview_base::update_view_editors has incomplete parameters list
(#474) Phpdocs for function datalynxview_base::replace_field_in_view has incomplete parameters list
(#492) Phpdocs for function datalynxview_base::name_exists has incomplete parameters list
(#533) Phpdocs for function datalynxview_base::set_content has incomplete parameters list
(#849) Phpdocs for function datalynxview_base::get_pattern_fieldid has incomplete parameters list
(#862) Phpdocs for function datalynxview_base::get_embedded_files has incomplete parameters list
(#899) Phpdocs for function datalynxview_base::apply_entry_group_layout has incomplete parameters list
(#903) Phpdocs for function datalynxview_base::new_entry_definition has incomplete parameters list
(#909) Phpdocs for function datalynxview_base::entry_definition has incomplete parameters list
(#934) Phpdocs for function datalynxview_base::split_template_by_tags has incomplete parameters list
(#946) Phpdocs for function datalynxview_base::get_groupby_value has incomplete parameters list
(#1106) Phpdocs for function datalynxview_base::display_entries has incomplete parameters list
(#1241) Phpdocs for function datalynxview_base::get_entry_tag_replacements has incomplete parameters list
(#1279) Phpdocs for function datalynxview_base::set__display_definition has incomplete parameters list
(#1347) Phpdocs for function datalynxview_base::process_calculations has incomplete parameters list
(#1639) Phpdocs for function datalynxview_base::confirm_view_action has incomplete parameters list
(#25) Class datalynxview_base does not have @copyright tag
(#25) Class datalynxview_base does not have @license tag
(#19) Package datalynxview is not valid
mod/datalynx/view/view_edit.php
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/view_entries_form.php
(#27) Class datalynxview_entries_form is not documented
(#29) Function datalynxview_entries_form::definition is not documented
(#43) Function datalynxview_entries_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#19) Package datalynxview is not valid
mod/datalynx/view/view_form.php
(#39) Function datalynxview_base_form::__construct is not documented
(#115) Function datalynxview_base_form::get_data is not documented
(#131) Function datalynxview_base_form::set_data is not documented
(#147) Function datalynxview_base_form::get_view_menu is not documented
(#35) Variable datalynxview_base_form::$_view is not documented
(#37) Variable datalynxview_base_form::$_df is not documented
(#17) No one-line description found in phpdocs for file
(#27) No one-line description found in phpdocs for class datalynxview_base_form
(#47) There is no description in phpdocs for function definition
(#261) There is no description in phpdocs for function data_preprocessing
(#266) There is no description in phpdocs for function validation
(#189) Phpdocs for function datalynxview_base_form::add_action_buttons has incomplete parameters list
(#261) Phpdocs for function datalynxview_base_form::data_preprocessing has incomplete parameters list
(#266) Phpdocs for function datalynxview_base_form::validation has incomplete parameters list
(#27) Class datalynxview_base_form does not have @copyright tag
(#27) Class datalynxview_base_form does not have @license tag
(#19) Package datalynxview is not valid
mod/datalynx/view/view_patterns.php
(#1013) Function datalynxview_patterns::print_advanced_filter is not documented
(#1032) Function datalynxview_patterns::print_custom_filter is not documented
(#1053) Function datalynxview_patterns::_customize_advanced_filter is not documented
(#30) Constant datalynxview_patterns::PATTERN_SHOW_IN_MENU is not documented
(#32) Constant datalynxview_patterns::PATTERN_CATEGORY is not documented
(#17) No one-line description found in phpdocs for file
(#566) There is no description in phpdocs for function contentfield_convert_array_to_string
(#40) Phpdocs for function datalynxview_patterns::__construct has incomplete parameters list
(#329) Phpdocs for function datalynxview_patterns::get_userpref_replacements has incomplete parameters list
(#567) Phpdocs for function datalynxview_patterns::contentfield_convert_array_to_string has incomplete parameters list
(#25) Class datalynxview_patterns does not have @copyright tag
(#25) Class datalynxview_patterns does not have @license tag
(#19) Package datalynxview is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]