Example #1
0
 function wrappersFor($type)
 {
     return array_values(array_merge($this->wrappers, $this->parent->wrappersFor($type)));
 }