Thruway\Transport\PawlTransport::getTransportDetails PHP 메소드

getTransportDetails() 공개 메소드

public getTransportDetails ( ) : array
리턴 array
    public function getTransportDetails()
    {
        return ["type" => "pawl"];
    }