fXmlRpc\Transport\Recorder::__construct PHP Method

__construct() public method

public __construct ( fXmlRpc\Transport\TransportInterface $transport )
$transport fXmlRpc\Transport\TransportInterface
    public function __construct(TransportInterface $transport)
    {
        $this->transport = $transport;
    }