phpDocumentor

SunnyCashLogoStorageReader
in package
implements SunnyCashLogoStorageReaderInterface

Class SunnyCashLogoStorageReader

Interfaces, Classes and Traits

SunnyCashLogoStorageReaderInterface
Interface SunnyCashLogoStorageReaderInterface

Table of Contents

$logoFactory  : SunnyCashLogoFactory
$rootDirectory  : ExistingDirectory
__construct()  : mixed
SunnyCashLogoStorageReader constructor.
getLogo()  : SunnyCashLogo
Gets the requested logo from the filesystem.
generateFilename()  : string
Replaces all characters of a string that are illegal in common filesystems with an underscore (_) and returns it.
logoExists()  : bool
Checks if the requested logo is present.

Properties

Methods

generateFilename()

Replaces all characters of a string that are illegal in common filesystems with an underscore (_) and returns it.

protected generateFilename(StringType $subject) : string
Parameters
$subject : StringType
Return values
string

Search results