PHP Trait Xpressengine\Support\MobileSupportTrait

Mostrar archivo Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$supportDesktop desktop 버전 지원 여부
$supportMobile mobile 버전 지원 여부

Public Methods

Method Description
support ( string $version ) : boolean 지정된 버전을 지원하는지 조사한다.
supportDesktop ( ) : boolean desktop 버전 지원 여부를 조사한다.
supportMobile ( ) : boolean mobile 버전 지원 여부를 조사한다.

Method Details

support() public static method

지정된 버전을 지원하는지 조사한다.
public static support ( string $version ) : boolean
$version string version
return boolean

supportDesktop() public static method

desktop 버전 지원 여부를 조사한다.
public static supportDesktop ( ) : boolean
return boolean

supportMobile() public static method

mobile 버전 지원 여부를 조사한다.
public static supportMobile ( ) : boolean
return boolean

Property Details

$supportDesktop protected_oe static_oe property

desktop 버전 지원 여부
protected static $supportDesktop

$supportMobile protected_oe static_oe property

mobile 버전 지원 여부
protected static $supportMobile