|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| SetPath () | |
| SetPathFromArray ($arPath) | |
| ImportUrlencoded ($str) | |
| GetPathAsArray () | |
| ExportUrlencoded () | |
| GetTop () | |
| GetBottom () | |
| PopBottom () | |
| ShiftTop () | |
| GetPathAsHumanReadableString ($delimiter='/', $pattern='#NAME#') | |
| Count () | |
Открытые статические члены | |
| static | IsUrlencodedPath ($str) |
Поля данных | |
| const | DELIMITER = '.' |
Защищенные члены | |
| _SetPath ($args) | |
Защищенные данные | |
| $arPath = array() | |
См. определение в файле clearnpath.php строка 78
| __construct | ( | ) |
| integer/string/array | (if string must be strictly castable to integer). allowed many params. First param - is the id of top, etc. if array => than it must be one argument and it will be parsed as path in format for self::SetPathFromArray() |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 83
|
protected |
См. определение в файле clearnpath.php строка 93
| Count | ( | ) |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 233
| ExportUrlencoded | ( | ) |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 160
| GetBottom | ( | ) |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 173
| GetPathAsArray | ( | ) |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 155
| GetPathAsHumanReadableString | ( | $delimiter = '/', | |
| $pattern = '#NAME#' ) |
| string | delimiter, by default is ' / ' |
| string | pattern, how names will be renderred. Default pattern is '#NAME#' Available fields: #NAME#, #LESSON_ID# |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 207
| GetTop | ( | ) |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 165
| ImportUrlencoded | ( | $str | ) |
| string | urlencoded path, which can produced by exportUrlencoded() |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 136
|
static |
См. определение в файле clearnpath.php строка 125
| PopBottom | ( | ) |
Removes last element (if exists) from path
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 183
| SetPath | ( | ) |
| integer/string | (if string must be strictly castable to integer). allowed many params. First param - is the id of top, etc. |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 88
| SetPathFromArray | ( | $arPath | ) |
| array | of lessons' ids |
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 119
| ShiftTop | ( | ) |
Removes first element (if exists) from path
Замещает ILearnPath.
См. определение в файле clearnpath.php строка 195
|
protected |
См. определение в файле clearnpath.php строка 81
| const DELIMITER = '.' |
См. определение в файле clearnpath.php строка 80