Skip to content
mheadd edited this page Sep 14, 2010 · 2 revisions

Helper Classes

A collection of objects that can be used to set option values on other classes. All properties of helper classes are called statically. If using an IDE with code completion features, these classes can be handy!

- Date()
- Duration()
- Event()
- Format()
- SayAs()
- Network()
- Channel()
- AudioFormat()
- Voice()

- Example:

$on = new On(Event::$continue, "continue.php");
$tropo->On($on);
Clone this wiki locally