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

Gets the value parameter id.
public getValueId ( ) : string
Результат string
Пример #1
0
 public function visitSetIndex(Operations\SetIndex $operation)
 {
     $this->collection[$this->parameters[$operation->getIndexId()]] = $this->parameters[$operation->getValueId()];
 }