Baum\SetMapper::getChildrenKeyName PHP Method

getChildrenKeyName() public method

Returns the children key name to use on the mapping array.
public getChildrenKeyName ( ) : string
return string
    public function getChildrenKeyName()
    {
        return $this->childrenKeyName;
    }