getParameters() public method

public getParameters ( ) : string[]
return string[]
示例#1
0
 public function getParameters()
 {
     return $this->source->getParameters();
 }
示例#2
0
 public function getParameters()
 {
     return array_merge($this->source->getParameters(), $this->filter === null ? [] : $this->filter->getParameters(), $this->hasDefault ? [$this->defaultValueId, $this->defaultKeyId] : []);
 }