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