ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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,) | |
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 28 of file DeriveApplyToFromTransform.php.
trait ILIAS\Refinery::DeriveInvokeFromTransform |
Definition at line 23 of file DeriveInvokeFromTransform.php.
trait ILIAS\Refinery::DeriveTransformFromApplyTo |
Definition at line 26 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 30 of file DeriveTransformWithProblem.php.
trait ILIAS\Refinery::ProblemBuilder |
Definition at line 25 of file ProblemBuilder.php.