obj = $obj; parent::__construct(); } protected function write(array $record) { $this->obj->log((string)$record['formatted']); } }