Lines Matching refs:that

11 This package provides two Resolvers that are capable of 
25 Ready to dive in and don't want to read through all that text below? Just consult the [examples](ex…
26 check which type of action that your want to accomplish.
45 …> please note that if you want to pass partial class names that additional steps are necessary, se…
69 …e you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound` that has two
74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
87 In this example we resolve a Fully Qualified Structural Element Name (meaning that it includes the …
91 Element Names; but in order to do that we need an additional `\phpDocumentor\Reflection\Types\Conte…
96 Perhaps the best feature of this library is that it knows how to resolve partial class names into f…
118 Suppose that you would want to resolve (and expand) the type in the `@var` tag and the element name…
120 …phpDocumentor\Reflection\Types\Context` with the name of the namespace and the aliases that are in
135 object or by providing the namespace that you'd like to extract and the source code of the file in …
163 the `getFqsen` method to receive a Value Object that represents the complete FQSEN. So that would b…
169 > type that does not represent a Type. Also: in some cases a type can represent an "Untyped Object"…
173 resolve that you can do the following:
181 `resolve` method of the FQSEN Resolver you will receive an `Fqsen` object that refers to