<slide title="Aggregation">
<blurb>
Aggregation is the idea of one object using another object instance to invoke
some functionality, as opposed to inheritance. In PHP aggregation is currently
implemented by aggregation functions, which allow you to add methods to an
object at runtime.
</blurb>

<example 
    fontsize="1.2em"
    title="Adding a method to Simple" 
    type="php"
    filename="aggregate.php"/>
</slide>
