Xpressengine\Storage\File::getOriginKey PHP Method

getOriginKey() public method

Original file's identifier
public getOriginKey ( ) : string
return string
    public function getOriginKey()
    {
        return $this->getAttribute('originId') ?: $this->getKey();
    }