Xpressengine\Storage\File::getOriginKey PHP 메소드

getOriginKey() 공개 메소드

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