GDS\Entity::setAncestry PHP Method

setAncestry() public method

Set the Entity's ancestry. This either an array of paths OR another Entity
public setAncestry ( $mix_path )
$mix_path
    public function setAncestry($mix_path)
    {
        $this->mix_ancestry = $mix_path;
        return $this;
    }