Lines Matching full:mycompany
9 namespace MyCompany\Annotations;
26 namespace MyCompany\Annotations;
69 namespace MyCompany\Annotations;
100 namespace MyCompany\Annotations;
233 namespace MyCompany\Entity;
235 use MyCompany\Annotations\Foo;
236 use MyCompany\Annotations\Bar;
237 use MyCompany\Entity\SomeClass;
266 namespace MyCompany\Entity;
268 use MyCompany\Annotations\Foo;
269 use MyCompany\Annotations\Bar;
283 $reflClass = new ReflectionClass('MyCompany\Entity\User');
287 if ($annot instanceof \MyCompany\Annotations\Foo) {
289 } else if ($annot instanceof \MyCompany\Annotations\Bar) {