PHP Класс Camspiers\StatisticalClassifier\Model\CachedModel

Автор: Cam Spiers ([email protected])
Наследование: extends Model
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $modelName, CacheCache\Cache $cache ) Create the CachedModel using the modelname, cache and datasource
setModel ( array $model ) : mixed | void

Описание методов

__construct() публичный Метод

Create the CachedModel using the modelname, cache and datasource
public __construct ( string $modelName, CacheCache\Cache $cache )
$modelName string The name of the model
$cache CacheCache\Cache The cache to use

setModel() публичный Метод

public setModel ( array $model ) : mixed | void
$model array
Результат mixed | void