PHP 클래스 Hackzilla\PasswordGenerator\Model\Option\Option

상속: implements OptionInterface
파일 보기 프로젝트 열기: hackzilla/password-generator 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $settings = [] )
createFromType ( $type, array $settings = [] )
getValue ( )
setValue ( mixed $value ) Set option value.

메소드 상세

__construct() 공개 메소드

public __construct ( array $settings = [] )
$settings array

createFromType() 공개 정적인 메소드

public static createFromType ( $type, array $settings = [] )
$settings array

getValue() 공개 메소드

public getValue ( )

setValue() 공개 메소드

Set option value.
public setValue ( mixed $value )
$value mixed