PHP 클래스 Camspiers\StatisticalClassifier\Model\CachedModel

저자: Cam Spiers ([email protected])
상속: extends Model
파일 보기 프로젝트 열기: camspiers/statistical-classifier

공개 메소드들

메소드 설명
__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