ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Data Structures | |
class | ByTrying |
class | ConstantTransformation |
interface | Constraint |
A constraint encodes some resrtictions on values. More... | |
class | ConstraintViolationException |
class | Factory |
class | FactoryFactory |
This Javaism is required to solve the problem that we do not have proper during the setup. More... | |
class | IdentityTransformation |
class | IsExecutableTransformation |
Validates that the given string is a valid and executable file path. More... | |
class | IsNull |
class | KeyValueAccess |
interface | Transformation |
A transformation is a function from one datatype to another. More... | |
Public Member Functions | |
init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) | |
Data Fields | |
trait | DeriveApplyToFromTransform |
trait | DeriveInvokeFromTransform |
trait | DeriveTransformFromApplyTo |
trait | DeriveTransformWithProblem |
This trait is a convenience trait which uses DeriveApplyToFromTransform , DeriveInvokeFromTransform and ProblemBuilder and implements some methods that are always implemented the same. More... | |
trait | ProblemBuilder |
Definition at line 23 of file Refinery.php.
ILIAS\Refinery::init | ( | array|\ArrayAccess & | $define, |
array|\ArrayAccess & | $implement, | ||
array|\ArrayAccess & | $use, | ||
array|\ArrayAccess & | $contribute, | ||
array|\ArrayAccess & | $seek, | ||
array|\ArrayAccess & | $provide, | ||
array|\ArrayAccess & | $pull, | ||
array|\ArrayAccess & | $internal | ||
) |
Implements ILIAS\Component\Component.
Definition at line 25 of file Refinery.php.
trait ILIAS\Refinery::DeriveApplyToFromTransform |
Definition at line 29 of file DeriveApplyToFromTransform.php.
trait ILIAS\Refinery::DeriveInvokeFromTransform |
Definition at line 24 of file DeriveInvokeFromTransform.php.
trait ILIAS\Refinery::DeriveTransformFromApplyTo |
Definition at line 27 of file DeriveTransformFromApplyTo.php.
trait ILIAS\Refinery::DeriveTransformWithProblem |
This trait is a convenience trait which uses DeriveApplyToFromTransform
, DeriveInvokeFromTransform
and ProblemBuilder
and implements some methods that are always implemented the same.
The main purpose of this trait is to reduce duplicated code and make it easier to implement new constraints.
Definition at line 31 of file DeriveTransformWithProblem.php.
trait ILIAS\Refinery::ProblemBuilder |
Definition at line 26 of file ProblemBuilder.php.