PageChangelog::getFilename PHP Method

getFilename() protected method

Returns path to current page/media
protected getFilename ( ) : string
return string path to file
    protected function getFilename()
    {
        return wikiFN($this->id);
    }