PHP Трейт Lndj\Traits\Parser

Показать файл Открыть проект

Открытые методы

Метод Описание
parserCommonTable ( type | Object $body, type | string $selector = '#DataGrid1' ) : array Parser the common table, like cet, chooseClass, etc.
parserHiddenValue ( type $body ) : type Parser the hidden value of HTML form.
parserOthersHiddenValue ( type $body ) : type When get Grade info, the hidden value is not same as login page.
parserSchedule ( Object $body ) : Array Paser the schedule data.

Описание методов

parserCommonTable() публичный Метод

Parser the common table, like cet, chooseClass, etc.
public parserCommonTable ( type | Object $body, type | string $selector = '#DataGrid1' ) : array
$body type | Object
$selector type | string
Результат array

parserHiddenValue() публичный Метод

Parser the hidden value of HTML form.
public parserHiddenValue ( type $body ) : type
$body type
Результат type

parserOthersHiddenValue() публичный Метод

When get Grade info, the hidden value is not same as login page.
public parserOthersHiddenValue ( type $body ) : type
$body type
Результат type

parserSchedule() публичный Метод

Paser the schedule data.
public parserSchedule ( Object $body ) : Array
$body Object
Результат Array