Inpsyde\MultilingualPress\Asset\AssetLocation::file PHP Метод

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

Returns the relative file name (or path).
С версии: 3.0.0
public file ( ) : string
Результат string The relative file name (or path).
    public function file()
    {
        return $this->file;
    }