Skip to content
View Sumurai8's full-sized avatar
Block or Report

Block or report Sumurai8

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Add "children" property to collectio... Add "children" property to collection of nodes in nested set format
    1
    <?php
    2
    /**
    3
     * Simply returns the titles of the nodes passed to it
    4
     *
    5
     * @param array $nodes Collection of nodes we want to have the titles of
  2. Add "ancestor" property to collectio... Add "ancestor" property to collection of nodes in nested set format
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Simply returns the titles of the nodes passed to it
    5
     *
  3. Add "descendants" property to collec... Add "descendants" property to collection of nodes in nested set format with a generator
    1
    <?php
    2
    /**
    3
     * Simply returns the titles of the nodes passed to it
    4
     *
    5
     * @param array $nodes Collection of nodes we want to have the titles of
  4. Add "descendants" and "children" pro... Add "descendants" and "children" property to collection of nodes in nested set format
    1
    <?php
    2
    /**
    3
     * Adds the children and descendants attribute to an ordered set of nodes
    4
     *
    5
     * @param array $nodes pre-order walk of nodes in nested set format
  5. cmdr-license-v3 cmdr-license-v3 Public

    Forked from 1UPNuke/cmdr-license

    Commander license generator for the game Elite: Dangerous

    HTML