Skip to content

Adapter

  • Full name: \Qubus\View\Adapter\Adapter

Methods

isReadable

public isReadable(string $path): bool

Parameters:

Parameter Type Description
$path string

lastModified

public lastModified(string $path): int

Parameters:

Parameter Type Description
$path string

getContents

public getContents(string $path): string

Parameters:

Parameter Type Description
$path string

putContents

public putContents(string $path, string $contents): int|bool

Parameters:

Parameter Type Description
$path string
$contents string

getStreamUrl

public getStreamUrl(string $path): string

Parameters:

Parameter Type Description
$path string


Automatically generated on 2025-10-13