PHP 트레잇 LukePOLO\LaraCart\Traits\CartOptionsMagicMethodsTrait

파일 보기 프로젝트 열기: lukepolo/laracart

공개 프로퍼티들

프로퍼티 타입 설명
$options

공개 메소드들

메소드 설명
__get ( $option ) : mixed | null Magic Method allows for user input as an object.
__isset ( $option ) : boolean Magic Method allows for user to check if an option isset.
__set ( $option, $value ) Magic Method allows for user input to set a value inside the options array.

메소드 상세

__get() 공개 메소드

Magic Method allows for user input as an object.
public __get ( $option ) : mixed | null
$option
리턴 mixed | null | null

__isset() 공개 메소드

Magic Method allows for user to check if an option isset.
public __isset ( $option ) : boolean
$option
리턴 boolean

__set() 공개 메소드

Magic Method allows for user input to set a value inside the options array.
public __set ( $option, $value )
$option
$value

프로퍼티 상세

$options 공개적으로 프로퍼티

public $options