PHP 클래스 Camspiers\StatisticalClassifier\Model\Model

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

보호된 프로퍼티들

프로퍼티 타입 설명
$model array The built model
$prepared boolean This is an status variable indicating that the nessacary processing has occured on the model

공개 메소드들

메소드 설명
getModel ( ) : array
isPrepared ( )
setModel ( $model ) : mixed | void
setPrepared ( $prepared ) : mixed | void

메소드 상세

getModel() 공개 메소드

public getModel ( ) : array
리턴 array

isPrepared() 공개 메소드

public isPrepared ( )

setModel() 공개 메소드

public setModel ( $model ) : mixed | void
$model
리턴 mixed | void

setPrepared() 공개 메소드

public setPrepared ( $prepared ) : mixed | void
$prepared
리턴 mixed | void

프로퍼티 상세

$model 보호되어 있는 프로퍼티

The built model
protected array $model
리턴 array

$prepared 보호되어 있는 프로퍼티

This is an status variable indicating that the nessacary processing has occured on the model
protected bool $prepared
리턴 boolean