Valentin V
Valentin V
> What happens if you add them before first class? @TomasVotruba I tried to insert the `new Node\Stmt\Use_(...)` into the nodes which I got from the parser: ```php $nodes =...
Can't be reproduced from scratch too @wolfy-j we might need your help, I can't remember all DB prerequisites according to this relation. You can check it in the project I've...
@rauanmayemir Let me ask If understood it correctly: ```php public const SCHEMA = [ 'type' => 'data:type', 'element' => [ 'dependsOn' => 'data:type', 'match' => [ ElementType1Filter::class => 'type1', ElementType2Filter::class...
> Yeah, this would work just as fine. Should it depend on ‘data:type’ instead of ‘type’? @rauanmayemir if we always refer to a sibling field, then it's ok without `data:`
@Alexfilus > ``` > '//[.]' . $domain . '/uslugi-i-tseny[/][/]', > ``` По идее, тут надо было так ``` '//[.]' . $domain . '/uslugi-i-tseny[/[/]]', ``` --- > так вот, для домена...
> Current class Spiral\Filters\Filter can't detect that field was received with null-value. It is ignored now. @Eugentis what does it mean "It is ignored now."? Does validation fail the check...
@Eugentis If the field didn't come into request the request won't have it. `hasField()` shows exactly false here. But still `getField()` will return null, as the null is a default...
@rauanmayemir are you sure? according to `toArray()` functionality, its output is a plain data array, all objects are converted to values
Also, it's not injected
Working example needed first