-
I have a factory class that can instantiate two differing objects, each with different constructor parameters.
I have abstracted out an event (action) to be one of a few types. This list could be add…
J7mbo updated
9 years ago
-
Sometimes you need to have two different instances of the same type of object injected into an object e.g.
```
class RedisSyncCheck {
function __construct(RedisClient $sourceClient, RedisClient …
-
> UPDATE FOR LATER READERS: the Pipeline project was renamed to Relay shortly after announcement.
Taking our conversation from email to Github so that others can have some input...
##
> On Jun 5, 2…
-
@TomBZombie
Hi Tom,
it would be nice to reduce the number of lines of code when implementing a rule.
A couple of simple ways to achieve that:
``` php
//1. simply allowing rule definitions with array…
-
I'm just opening up this issue so that we know this needs to be done eventually - it'll be really nice to be able to use auryn as a proper library. That way, the development of new models can be somew…
-
As the title explains, would it be possible to include this capability in here, so that when Auryn performs it's reflection to read constructor signatures, could the reflection also be performed for m…
J7mbo updated
9 years ago
-
So far, we have chosen to call the main interface ReadableContainerInterface.
The rational behind it is that "ContainerInterface" might be too generic.
We thought about "SimpleContainerInterface" but…
-
The doxygen documentation for WeightSumMonitor says "Records sum and standard deviation of a weight matrix in predefined intervals" over here: http://lcn.epfl.ch/~zenke/doxygen-auryn-0.4.1/classWeight…
-
/usr/lib/share/auryn/third_party if global
~/.auryn/third_party if non global
dawee updated
10 years ago
-
Integrate DI