Add method (method emulateExecution from interface QueryInterace)

This commit is contained in:
Ilya Rumyancev (MacBook) 2017-04-08 15:49:02 +03:00
parent ad43cf5576
commit a8d650f56f

View File

@ -1237,4 +1237,6 @@ class Query extends Component implements QueryInterface
}
return $this;
}
public function emulateExecution ( $value = true ){}
}