## Usage To create an operator, use the `PhpOffice\Math\Element\Operator` class. ### Methods #### getValue The method has no parameter. #### setValue The method has one parameter : * `string` **$value** ## Example ### Math + ### XML ``` xml + ``` ### PHP ``` php add($identifier); ```