1: <?php 2: 3: class Mandrill_Internal { 4: public function __construct(Mandrill $master) { 5: $this->master = $master; 6: } 7: 8: } 9: 10: 11: