Jump to content

Daniel

Administrators
  • Last visited

  • Posts

    5
  • Reputation

    3
  1. Daniel posted a post in a topic in Test Area
    test
  2. Daniel posted a post in a topic in Test Area
    test
  3. Daniel posted a post in a topic in Test Area
    php code /** * [Node] Get Icon for tree * * @note Return the class for the icon (e.g. 'globe') * @return string */ protected function get__icon(): string { return 'cogs'; }