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

TODOS

{{foreach todo in todos}}
{{if todo.type=="class"}}
class {{todo.value.name}}
{{call DocGen.long_attributes({pre:"todo",field:"value"})}}
{{B:todo.value.description}}
{{/if}} {{if todo.type=="method"}}
method {{todo.parent.name}}.{{todo.value.name}}
{{call DocGen.long_attributes({pre:"todo",field:"value"})}}
{{B:todo.value.description}}
{{/if}} {{if todo.type=="controller"}}
controller {{todo.parent.name}}.{{todo.value.name}}
{{call DocGen.long_attributes({pre:"todo",field:"value"})}}
{{B:todo.value.description}}
{{/if}} {{if todo.type=="function"}}
function {{todo.parent.name}}.{{todo.value.name}}
{{call DocGen.long_attributes({pre:"todo",field:"value"})}}
{{B:todo.value.description}}
{{/if}}
{{/foreach}}
{{include "system/docgen/_footer"}}