Sets the prefix flag that is true when the operator precedes the argument
bool $prefix Prefix flag:
$this
public function setPrefix($prefix) { $this->prefix = $prefix; return $this; }