Baum\SetMapper::getDataAttributes PHP Method

getDataAttributes() protected method

protected getDataAttributes ( $attributes )
    protected function getDataAttributes($attributes)
    {
        $exceptions = [$this->node->getKeyName(), $this->getChildrenKeyName()];
        return array_except($attributes, $exceptions);
    }