skeeks\cms\models\StorageFile::getRootSrc PHP Метод

getRootSrc() публичный Метод

TODO::is depricated version > 2.6.0
public getRootSrc ( ) : string
Результат string
    public function getRootSrc()
    {
        return $this->cluster->getRootSrc($this->cluster_file);
    }