PHP Класс Redaxscript\Template\Helper

С версии: 3.0.0
Автор: Henry Ruhs
Автор: Kim Kha Nguyen
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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