PublishedThemeValidationServiceFactory

Implements \PublishedThemeValidationServiceFactoryInterface

Class PublishedThemeValidationServiceFactory

package

Default

Methods

PublishedThemeValidationServiceFactory constructor.

__construct(\FilesystemAdapter $filesystem, \ShopPathsInterface $shopPaths, \CacheControl $cacheControl) 

Arguments

$filesystem

\FilesystemAdapter

$shopPaths

\ShopPathsInterface

$cacheControl

\CacheControl

factory

factory() : \PublishedThemePathFactoryInterface

reader

reader() : \PublishedThemePathCacheReaderInterface

remover

remover() : \PublishedThemeRemoverInterface

repository

repository() : \PublishedThemePathRepositoryInterface

service

service() : \PublishedThemeValidationServiceInterface

writer

writer() : \PublishedThemePathCacheWriterInterface

Properties

service

service : \PublishedThemeValidationServiceInterface

repository

repository : \PublishedThemePathRepositoryInterface

filesystem

filesystem : \FilesystemAdapter
var

Type(s)

\FilesystemAdapter

shopPaths

shopPaths : \ShopPathsInterface
var

Type(s)

\ShopPathsInterface

writer

writer : \PublishedThemePathCacheWriterInterface

reader

reader : \PublishedThemePathCacheReaderInterface

factory

factory : \PublishedThemePathFactoryInterface

remover

remover : \PublishedThemeRemoverInterface

cacheControl

cacheControl : \CacheControl
var

Type(s)

\CacheControl