| 1 | <?php |
||
| 14 | class CreateObject extends CommonParameter |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * ID of the Rate object for which a Label has to be obtained. |
||
| 18 | * Please note that only rates that are not older than 7 days can be purchased in order to ensure up-to-date pricing. |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | * @throws InvalidAttributeException |
||
| 22 | */ |
||
| 23 | public function getRate() |
||
| 27 | } |
||
| 28 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.