phpDocumentor

SunnyCashLogoStorageWriter
in package
implements SunnyCashLogoStorageWriterInterface

Class SunnyCashLogoStorageWriter

Interfaces, Classes and Traits

SunnyCashLogoStorageWriterInterface
Interface SunnyCashLogoStorageWriterInterface

Table of Contents

$curl  : CurlRequest
$rootDirectory  : ExistingDirectory
__construct()  : mixed
SunnyCashLogoStorageWriter constructor.
store()  : mixed
Gets a new version of the requested logo from SunnyCash.
generateFilename()  : string
Replaces all characters of a string that are illegal in common filesystems with an underscore (_) and returns it.
getLogoFromSunnyCash()  : string
Gets the string representation of the requested logo.
storeToFileSystem()  : mixed
Stores the image file to the storage directory.

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