PHP 클래스 Camspiers\StatisticalClassifier\DataSource\Directory

저자: Cam Spiers ([email protected])
상속: extends DataArray
파일 보기 프로젝트 열기: camspiers/statistical-classifier 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$options array Stores the configuration options

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Creates the object from an array of options
read ( )
write ( )

보호된 메소드들

메소드 설명
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver ) Sets the configuration for the options resolver

메소드 상세

__construct() 공개 메소드

Creates the object from an array of options
public __construct ( array $options = [] )
$options array

read() 공개 메소드

public read ( )

setDefaultOptions() 보호된 메소드

Sets the configuration for the options resolver
protected setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolverInterface

write() 공개 메소드

public write ( )

프로퍼티 상세

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

Stores the configuration options
protected array $options
리턴 array