Home
last modified time | relevance | path

Searched refs:Xcallable (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DPrelude.php98 if ($call instanceof Hoa\Consistency\Xcallable) {
102 return new Hoa\Consistency\Xcallable($call, $able);
H A DXcallable.php52 class Xcallable class
H A DREADME.md156 ### Xcallable subsection
173 To use it, simply instanciate the `Hoa\Consistency\Xcallable` class and use it
177 $xcallable = new Hoa\Consistency\Xcallable('strtoupper');
186 The `Hoa\Consistency\Xcallable::distributeArguments` method invokes the callable
H A DCHANGELOG.md47 * Test: Write test suite of `…onsistency\Xcallable`. (Ivan Enderlin, 2015-11-25T08:45:59+01:00)
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php39 use Hoa\Consistency\Xcallable as SUT;
50 class Xcallable extends Test\Unit\Suite class