Lines Matching refs:is

14   Hoa is a <strong>modular</strong>, <strong>extensible</strong> and
74 The `Hoa\Consistency\Consistency::isKeyword` checks whether a specific word is
91 `Hoa\Consistency\Consistency::isIdentifier` method to check an identifier is
102 This is very useful if your architecture evolves but you want to keep the
107 `Foo\Bar\Exception\Exception`. If this latter is declared as a flexible entity,
114 Another example is the “entry-class” (informal naming).
115 `Hoa\Consistency\Consistency` is a good example. This is more convenient to
116 write `Hoa\Consistency` instead of `Hoa\Consistency\Consistency`. This is
117 possible because this is a flexible entity.
136 `Hoa\Consistency\Autoloader` is a [PSR-4
139 * `addNamespace` is used to map a namespace prefix to a directory,
140 * `register` is used to register the autoloader.
158 Xcallables are “extended callables”. It is a unified API to invoke callables of
168 * `$object, ''` as 2 arguments, the “able” is unknown,
193 This is also possible to get a unique hash of the callable:
204 Finally, this is possible to get a reflection instance of the current callable
222 When the object is set but not the method, the latter will be deduced if
223 possible. If the object is of kind
227 argument is of kind `Hoa\Event\Bucket`, then the method name will be deduced
228 based on the data contained inside the event bucket. This is very handy. For
237 xcallable. In this particular case, the method to call is unknown, we only have
238 an object (of kind `Hoa\File\Write`). However, because this is a stream, the
274 Hoa is under the New BSD License (BSD-3-Clause). Please, see