CroogoNav::remove PHP 메소드

remove() 공개 정적인 메소드

Remove a menu item
public static remove ( string $path ) : void
$path string dot separated path in the array.
리턴 void
    public static function remove($path)
    {
        self::$_items = Hash::remove(self::$_items, $path);
    }