PHP 클래스 UserAgentParser\Model\Device

저자: Martin Keckeis ([email protected])
파일 보기 프로젝트 열기: ThaDafinser/UserAgentParser 1 사용 예제들

공개 메소드들

메소드 설명
getBrand ( ) : string
getIsMobile ( ) : boolean
getIsTouch ( ) : boolean
getModel ( ) : string
getType ( ) : string
setBrand ( string $brand )
setIsMobile ( boolean $isMobile )
setIsTouch ( boolean $isTouch )
setModel ( string $model )
setType ( string $type )
toArray ( ) : array

메소드 상세

getBrand() 공개 메소드

public getBrand ( ) : string
리턴 string

getIsMobile() 공개 메소드

public getIsMobile ( ) : boolean
리턴 boolean

getIsTouch() 공개 메소드

public getIsTouch ( ) : boolean
리턴 boolean

getModel() 공개 메소드

public getModel ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

setBrand() 공개 메소드

public setBrand ( string $brand )
$brand string

setIsMobile() 공개 메소드

public setIsMobile ( boolean $isMobile )
$isMobile boolean

setIsTouch() 공개 메소드

public setIsTouch ( boolean $isTouch )
$isTouch boolean

setModel() 공개 메소드

public setModel ( string $model )
$model string

setType() 공개 메소드

public setType ( string $type )
$type string

toArray() 공개 메소드

public toArray ( ) : array
리턴 array