PHP Class Redaxscript\Template\Helper

Since: 3.0.0
Author: Henry Ruhs
Author: Kim Kha Nguyen
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_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

Public Methods

Method Description
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

Protected Methods

Method Description
_getBrowserArray ( ) : array get the browser array
_getDeviceArray ( ) : array get the device array

Method Details

_getBrowserArray() protected static method

get the browser array
Since: 3.0.0
protected static _getBrowserArray ( ) : array
return array

_getDeviceArray() protected static method

get the device array
Since: 3.0.0
protected static _getDeviceArray ( ) : array
return array

getCanonical() public static method

get the canonical
Since: 3.0.0
public static getCanonical ( ) : string
return string

getClass() public static method

get the class
Since: 3.0.0
public static getClass ( ) : string
return string

getDescription() public static method

get the description
Since: 3.0.0
public static getDescription ( ) : string
return string

getDirection() public static method

get the direction
Since: 3.0.0
public static getDirection ( ) : string
return string

getKeywords() public static method

get the keywords
Since: 3.0.0
public static getKeywords ( ) : string
return string

getRobots() public static method

get the keywords
Since: 3.0.0
public static getRobots ( ) : string
return string

getSubset() public static method

get the subset
Since: 3.0.0
public static getSubset ( ) : string
return string

getTransport() public static method

get the transport
Since: 3.0.0
public static getTransport ( ) : string
return string

Property Details

$_deviceArray protected static property

array of devices
protected static array $_deviceArray
return array

$_direction protected static property

direction
protected static string $_direction
return string

$_directionArray protected static property

array of directions
protected static array $_directionArray
return array

$_prefix protected static property

prefix for the class
protected static string $_prefix
return string

$_robot protected static property

robot
protected static string $_robot
return string

$_robotArray protected static property

array of robots
protected static array $_robotArray
return array

$_subset protected static property

subset
protected static string $_subset
return string

$_subsetArray protected static property

array of subsets
protected static array $_subsetArray
return array