slave = $junior; } /** * TeamLead drink coffee, junior work * @return mixed */ public function writeCode() { return $this->slave->writeBadCode(); } }