|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ILIAS\Refinery\String\CaseOfLabel:
Collaboration diagram for ILIAS\Refinery\String\CaseOfLabel:Public Member Functions | |
| __construct (string $language_key, Factory $factory) | |
| CaseOfLabel constructor. More... | |
| transform ($from) | |
| @inheritDoc More... | |
| __invoke ($from) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation. More... | |
| applyTo (Result $data) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
Protected Member Functions | |
| buildPatterns (array $words) | |
| buildPattern (string $word) | |
| replaceHelper (array $result) | |
Protected Attributes | |
| $language_key | |
| $factory | |
| $not_capitalize | |
Definition at line 24 of file CaseOfLabel.php.
| ILIAS\Refinery\String\CaseOfLabel::__construct | ( | string | $language_key, |
| Factory | $factory | ||
| ) |
CaseOfLabel constructor.
| string | $language_key | |
| Factory | $factory |
Definition at line 186 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\$factory, and ILIAS\Refinery\String\CaseOfLabel\$language_key.
| ILIAS\Refinery\String\CaseOfLabel::__invoke | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 228 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\transform().
Here is the call graph for this function:
|
protected |
| string | $word |
Definition at line 254 of file CaseOfLabel.php.
Referenced by ILIAS\Refinery\String\CaseOfLabel\buildPatterns().
Here is the caller graph for this function:
|
protected |
| array | $words |
Definition at line 239 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\buildPattern().
Referenced by ILIAS\Refinery\String\CaseOfLabel\transform().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| array | $result |
Definition at line 268 of file CaseOfLabel.php.
References $result.
| ILIAS\Refinery\String\CaseOfLabel::transform | ( | $from | ) |
@inheritDoc
| LogicException |
Implements ILIAS\Refinery\Transformation.
Definition at line 198 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\buildPatterns().
Referenced by ILIAS\Refinery\String\CaseOfLabel\__invoke().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 34 of file CaseOfLabel.php.
Referenced by ILIAS\Refinery\String\CaseOfLabel\__construct().
|
protected |
Definition at line 30 of file CaseOfLabel.php.
Referenced by ILIAS\Refinery\String\CaseOfLabel\__construct().
|
protected |
Definition at line 38 of file CaseOfLabel.php.