{{include "system/docgen/_header"}}
Documentation

Documentation

{{if todos.length}}

Following defenitions contain TODO attribute:

{{foreach todo in todos}}
{{if todo.type=="class"}}
class {{todo.value.name}}
{{/if}} {{if todo.type=="method"}}
method {{todo.parent.name}}.{{todo.value.name}}
{{/if}} {{if todo.type=="controller"}}
controller {{todo.parent.name}}.{{todo.value.name}}
{{/if}} {{if todo.type=="function"}}
function {{todo.parent.name}}.{{todo.value.name}}
{{/if}}
{{/foreach}} {{/if}}
{{include "system/docgen/_footer"}}