|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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... | |
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 25 of file CaseOfLabel.php.
| ILIAS\Refinery\String\CaseOfLabel::__construct | ( | string | $language_key, |
| Factory | $factory | ||
| ) |
CaseOfLabel constructor.
| string | $language_key | |
| Factory | $factory |
Definition at line 189 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\$factory, and ILIAS\Refinery\String\CaseOfLabel\$language_key.
|
protected |
| string | $word |
Definition at line 247 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 232 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 261 of file CaseOfLabel.php.
References $result.
| ILIAS\Refinery\String\CaseOfLabel::transform | ( | $from | ) |
@inheritDoc
| LogicException |
Implements ILIAS\Refinery\Transformation.
Definition at line 201 of file CaseOfLabel.php.
References ILIAS\Refinery\String\CaseOfLabel\buildPatterns().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file CaseOfLabel.php.
Referenced by ILIAS\Refinery\String\CaseOfLabel\__construct().
|
protected |
Definition at line 33 of file CaseOfLabel.php.
Referenced by ILIAS\Refinery\String\CaseOfLabel\__construct().
|
protected |
Definition at line 41 of file CaseOfLabel.php.