getParameters() публичный Метод

public getParameters ( ) : string[]
Результат string[]
Пример #1
0
 public function getParameters()
 {
     return array_merge($this->source->getParameters(), $this->filter === null ? [] : $this->filter->getParameters(), $this->hasDefault ? [$this->defaultValueId, $this->defaultKeyId] : []);
 }