PHP Trait Xpressengine\Support\MobileSupportTrait

Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$supportDesktop desktop 버전 지원 여부
$supportMobile mobile 버전 지원 여부

Méthodes publiques

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

Method Details

support() public static méthode

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

supportDesktop() public static méthode

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

supportMobile() public static méthode

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

Property Details

$supportDesktop protected_oe static_oe property

desktop 버전 지원 여부
protected static $supportDesktop

$supportMobile protected_oe static_oe property

mobile 버전 지원 여부
protected static $supportMobile