skeeks\cms\models\StorageFile::getRootSrc PHP Method

getRootSrc() public method

TODO::is depricated version > 2.6.0
public getRootSrc ( ) : string
return string
    public function getRootSrc()
    {
        return $this->cluster->getRootSrc($this->cluster_file);
    }