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

getCluster() public method

public getCluster ( ) : Cluster
return skeeks\cms\components\storage\Cluster
    public function getCluster()
    {
        return \Yii::$app->storage->getCluster($this->cluster_id);
    }