App\Modules\Files\Controllers\Admin\Files::preview PHP 메소드

preview() 공개 메소드

public preview ( $path )
    public function preview($path)
    {
        // Calculate the Preview file path.
        $path = str_replace('/', DS, ROOTDIR . ltrim($path, '/'));
        return $this->serveFile($path);
    }