Gets the registered unary Operators.
array An array of unary operators
public function getUnaryOperators() { if (!$this->extensionInitialized) { $this ->initExtensions(); } return $this->unaryOperators; }