PHP 클래스 Redaxscript\Template\Helper

부터: 3.0.0
저자: Henry Ruhs
저자: Kim Kha Nguyen
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_deviceArray array array of devices
$_direction string direction
$_directionArray array array of directions
$_prefix string prefix for the class
$_robot string robot
$_robotArray array array of robots
$_subset string subset
$_subsetArray array array of subsets

공개 메소드들

메소드 설명
getCanonical ( ) : string get the canonical
getClass ( ) : string get the class
getDescription ( ) : string get the description
getDirection ( ) : string get the direction
getKeywords ( ) : string get the keywords
getRobots ( ) : string get the keywords
getSubset ( ) : string get the subset
getTransport ( ) : string get the transport

보호된 메소드들

메소드 설명
_getBrowserArray ( ) : array get the browser array
_getDeviceArray ( ) : array get the device array

메소드 상세

_getBrowserArray() 보호된 정적인 메소드

get the browser array
부터: 3.0.0
protected static _getBrowserArray ( ) : array
리턴 array

_getDeviceArray() 보호된 정적인 메소드

get the device array
부터: 3.0.0
protected static _getDeviceArray ( ) : array
리턴 array

getCanonical() 공개 정적인 메소드

get the canonical
부터: 3.0.0
public static getCanonical ( ) : string
리턴 string

getClass() 공개 정적인 메소드

get the class
부터: 3.0.0
public static getClass ( ) : string
리턴 string

getDescription() 공개 정적인 메소드

get the description
부터: 3.0.0
public static getDescription ( ) : string
리턴 string

getDirection() 공개 정적인 메소드

get the direction
부터: 3.0.0
public static getDirection ( ) : string
리턴 string

getKeywords() 공개 정적인 메소드

get the keywords
부터: 3.0.0
public static getKeywords ( ) : string
리턴 string

getRobots() 공개 정적인 메소드

get the keywords
부터: 3.0.0
public static getRobots ( ) : string
리턴 string

getSubset() 공개 정적인 메소드

get the subset
부터: 3.0.0
public static getSubset ( ) : string
리턴 string

getTransport() 공개 정적인 메소드

get the transport
부터: 3.0.0
public static getTransport ( ) : string
리턴 string

프로퍼티 상세

$_deviceArray 보호되어 있는 정적으로 프로퍼티

array of devices
protected static array $_deviceArray
리턴 array

$_direction 보호되어 있는 정적으로 프로퍼티

direction
protected static string $_direction
리턴 string

$_directionArray 보호되어 있는 정적으로 프로퍼티

array of directions
protected static array $_directionArray
리턴 array

$_prefix 보호되어 있는 정적으로 프로퍼티

prefix for the class
protected static string $_prefix
리턴 string

$_robot 보호되어 있는 정적으로 프로퍼티

robot
protected static string $_robot
리턴 string

$_robotArray 보호되어 있는 정적으로 프로퍼티

array of robots
protected static array $_robotArray
리턴 array

$_subset 보호되어 있는 정적으로 프로퍼티

subset
protected static string $_subset
리턴 string

$_subsetArray 보호되어 있는 정적으로 프로퍼티

array of subsets
protected static array $_subsetArray
리턴 array