Свойство | Тип | Описание | |
---|---|---|---|
$baseElement | |||
$countTypes | |||
$indexTypes | |||
$searchTypes | |||
$tagTypes | |||
$targetTypes |
Метод | Описание | |
---|---|---|
__construct ( $baseElement ) |
Метод | Описание | |
---|---|---|
convertMethodNameToWords ( string $methodName ) : array |
||
determineCountType ( array |
||
determineIndexType ( array |
||
determineSearchType ( array |
||
determineTagType ( string $targetType ) : string | ||
determineTargetType ( array |
||
isPluralTarget ( string $targetType ) : boolean | ||
retrieveElement ( $methodName, $methodArgs ) | ||
retrieveElements ( string $methodName, array |
protected convertMethodNameToWords ( string $methodName ) : array |
||
$methodName | string | camelCase string to parse |
Результат | array |
protected determineCountType ( array |
||
$words | array |
|
Результат | integer | null |
protected determineIndexType ( array |
||
$words | array |
|
Результат | integer | null |
protected determineSearchType ( array |
||
$words | array |
|
Результат | string | null |
protected determineTagType ( string $targetType ) : string | ||
$targetType | string | |
Результат | string |
protected determineTargetType ( array |
||
$words | array |
|
Результат | string |
protected isPluralTarget ( string $targetType ) : boolean | ||
$targetType | string | |
Результат | boolean |
protected retrieveElements ( string $methodName, array |
||
$methodName | string | |
$methodArgs | array |
|
Результат | array |